OSDN Git Service

android: change the symbolic link nougat-x86 android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4 android-x86-7.1-r5 android-x86-8.1-r1 android-x86-8.1-r2 android-x86-8.1-r3 android-x86-8.1-r4 android-x86-8.1-r5
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 24 Aug 2016 15:45:01 +0000 (23:45 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 24 Aug 2016 15:45:01 +0000 (23:45 +0800)
To avoid the warning:

FindEmulator: find: File system loop detected; `./external/alsa-lib/include/alsa' is part of the same file system loop as `./external/alsa-lib/include'.

Android.mk
alsa [new symlink]
include/alsa [deleted symlink]

index bb0af3d..dee9aee 100644 (file)
@@ -13,7 +13,7 @@ LOCAL_MODULE_TAGS := optional
 LOCAL_MULTILIB := 32
 
 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
-LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_C_INCLUDES)
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)
 
 # libasound must be compiled with -fno-short-enums, as it makes extensive
 # use of enums which are often type casted to unsigned ints.
diff --git a/alsa b/alsa
new file mode 120000 (symlink)
index 0000000..2996fba
--- /dev/null
+++ b/alsa
@@ -0,0 +1 @@
+include
\ No newline at end of file
diff --git a/include/alsa b/include/alsa
deleted file mode 120000 (symlink)
index 945c9b4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-.
\ No newline at end of file