Merge "Android native include paths and symbols for Eclipse IDE"
This commit is contained in:
committed by
Android (Google) Code Review
commit
f60103a9a7
83
ide/eclipse/android-include-paths.xml
Normal file
83
ide/eclipse/android-include-paths.xml
Normal file
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cdtprojectproperties>
|
||||
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.IncludePaths">
|
||||
<language name="holder for library settings">
|
||||
|
||||
</language>
|
||||
<language name="GNU C++">
|
||||
<includepath>${ProjDirPath}/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/include</includepath>
|
||||
<includepath>${ProjDirPath}/system/core/include/arch/linux-arm</includepath>
|
||||
<includepath>${ProjDirPath}/system/core/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/arch-arm/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libstdc++/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/common</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/common/linux</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/arch-arm</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libm/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libm/include/arm</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libthread_db/include</includepath>
|
||||
<includepath>${ProjDirPath}/dalvik/libnativehelper/include</includepath>
|
||||
<includepath>${ProjDirPath}/dalvik/libnativehelper/include/nativehelper</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/libhardware/include</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/libhardware_legacy/include</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/ril/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/opengl/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/native/include</includepath>
|
||||
<includepath>${ProjDirPath}/external/skia/include</includepath>
|
||||
<includepath>${ProjDirPath}/external/skia/include/core</includepath>
|
||||
|
||||
</language>
|
||||
<language name="GNU C">
|
||||
<includepath>${ProjDirPath}/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/include</includepath>
|
||||
<includepath>${ProjDirPath}/system/core/include/arch/linux-arm</includepath>
|
||||
<includepath>${ProjDirPath}/system/core/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/arch-arm/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libstdc++/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/common</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/common/linux</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/arch-arm</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libm/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libm/include/arm</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libthread_db/include</includepath>
|
||||
<includepath>${ProjDirPath}/dalvik/libnativehelper/include</includepath>
|
||||
<includepath>${ProjDirPath}/dalvik/libnativehelper/include/nativehelper</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/libhardware/include</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/libhardware_legacy/include</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/ril/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/opengl/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/native/include</includepath>
|
||||
<includepath>${ProjDirPath}/external/skia/include</includepath>
|
||||
<includepath>${ProjDirPath}/external/skia/include/core</includepath>
|
||||
|
||||
</language>
|
||||
<language name="Assembly">
|
||||
<includepath>${ProjDirPath}/prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/include</includepath>
|
||||
<includepath>${ProjDirPath}/system/core/include/arch/linux-arm</includepath>
|
||||
<includepath>${ProjDirPath}/system/core/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/arch-arm/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libstdc++/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/common</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/common/linux</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libc/kernel/arch-arm</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libm/include</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libm/include/arm</includepath>
|
||||
<includepath>${ProjDirPath}/bionic/libthread_db/include</includepath>
|
||||
<includepath>${ProjDirPath}/dalvik/libnativehelper/include</includepath>
|
||||
<includepath>${ProjDirPath}/dalvik/libnativehelper/include/nativehelper</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/libhardware/include</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/libhardware_legacy/include</includepath>
|
||||
<includepath>${ProjDirPath}/hardware/ril/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/opengl/include</includepath>
|
||||
<includepath>${ProjDirPath}/frameworks/base/native/include</includepath>
|
||||
<includepath>${ProjDirPath}/external/skia/include</includepath>
|
||||
<includepath>${ProjDirPath}/external/skia/include/core</includepath>
|
||||
|
||||
</language>
|
||||
</section>
|
||||
</cdtprojectproperties>
|
||||
98
ide/eclipse/android-symbols.xml
Normal file
98
ide/eclipse/android-symbols.xml
Normal file
@@ -0,0 +1,98 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cdtprojectproperties>
|
||||
<section name="org.eclipse.cdt.internal.ui.wizards.settingswizards.Macros">
|
||||
<language name="holder for library settings">
|
||||
|
||||
</language>
|
||||
<language name="Assembly">
|
||||
<macro>
|
||||
<name>HAVE_ANDROID_OS</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>NDEBUG</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>ANDROID</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>__arm__</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>__OPTIMIZE__</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>HAVE_FUTEX</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>HAVE_PTHREADS</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>EGL_TRACE</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>LOG_TAG</name><value>"tag"</value>
|
||||
</macro>
|
||||
|
||||
</language>
|
||||
<language name="GNU C++">
|
||||
<macro>
|
||||
<name>HAVE_ANDROID_OS</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>NDEBUG</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>ANDROID</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>__arm__</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>__OPTIMIZE__</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>HAVE_FUTEX</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>HAVE_PTHREADS</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>EGL_TRACE</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>LOG_TAG</name><value>"tag"</value>
|
||||
</macro>
|
||||
|
||||
</language>
|
||||
<language name="GNU C">
|
||||
<macro>
|
||||
<name>HAVE_ANDROID_OS</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>NDEBUG</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>ANDROID</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>__arm__</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>__OPTIMIZE__</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>HAVE_FUTEX</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>HAVE_PTHREADS</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>EGL_TRACE</name><value>1</value>
|
||||
</macro>
|
||||
<macro>
|
||||
<name>LOG_TAG</name><value>"tag"</value>
|
||||
</macro>
|
||||
|
||||
</language>
|
||||
</section>
|
||||
</cdtprojectproperties>
|
||||
Reference in New Issue
Block a user