aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-01-31 17:08:53 +0100
committerSven Gothel <[email protected]>2013-01-31 17:08:53 +0100
commit034a6d264385e89e289713cb7f43a7020d6d3c46 (patch)
tree5f9a11db3633c076e2bc57af98a5e983ecc0e3c9 /src
parent6e9315c3141ceb325e79f10459f4379dfdedf93e (diff)
Build Cleanup for Android, Misc changes ..
- Add 'c.build.openal.soft.android' task using GCC_VERSION -> ANDROID_TOOLCHAIN_VERSION NDK_ROOT -> ANDROID_NDK PATH_VANILLA -> PATH - Copy openal-soft lib to ${rootrel.build}/obj, to be picked up by jar and appt archiving tasks - Android build script: - Bump to GCC_VERSION 4.7 - Add PATH_VANILLA, i.e. PATH before adding cross-compile tools 'gcc' - Sound3DTest: Fix package name
Diffstat (limited to 'src')
-rw-r--r--src/test/com/jogamp/openal/test/manual/Sound3DTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/com/jogamp/openal/test/manual/Sound3DTest.java b/src/test/com/jogamp/openal/test/manual/Sound3DTest.java
index 55bf28a..6b975fb 100644
--- a/src/test/com/jogamp/openal/test/manual/Sound3DTest.java
+++ b/src/test/com/jogamp/openal/test/manual/Sound3DTest.java
@@ -1,4 +1,4 @@
-package com.jogamp.openal;
+package com.jogamp.openal.test.manual;
/**
* Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.