am 676e13ff: Move the renderscript include files into platform-tools

* commit '676e13ff606ee52393d8f26e0d37826b9167fbd8':
  Move the renderscript include files into platform-tools
This commit is contained in:
Xavier Ducrohet
2011-10-21 19:43:27 -07:00
committed by Android Git Automerger
2 changed files with 8 additions and 7 deletions

View File

@@ -37,6 +37,8 @@ frameworks/base/docs/docs-redirect.html documentation.html
# Platform Tools Component
##############################################################################
development/sdk/plat_tools_source.properties platform-tools/source.properties
# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
bin/adb strip platform-tools/adb
bin/aapt strip platform-tools/aapt
@@ -48,7 +50,11 @@ bin/dx platform-tools/dx
bin/dexdump platform-tools/dexdump
framework/dx.jar platform-tools/lib/dx.jar
development/sdk/plat_tools_source.properties platform-tools/source.properties
# Framework include for Renderscript
frameworks/base/libs/rs/scriptc platform-tools/renderscript/include
external/clang/lib/Headers platform-tools/renderscript/clang-include
external/clang/LICENSE.TXT platform-tools/renderscript/clang-include/LICENSE.TXT
##############################################################################
# Platform Component
@@ -66,11 +72,6 @@ ${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar pla
# the aidl precompiled include
obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
# Framework include for Renderscript
frameworks/base/libs/rs/scriptc platforms/${PLATFORM_NAME}/renderscript/include
external/clang/lib/Headers platforms/${PLATFORM_NAME}/renderscript/clang-include
external/clang/LICENSE.TXT platforms/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
# emulator skins from sdk.git
development/tools/emulator/skins/QVGA platforms/${PLATFORM_NAME}/skins/QVGA
development/tools/emulator/skins/WQVGA432 platforms/${PLATFORM_NAME}/skins/WQVGA432

View File

@@ -1,2 +1,2 @@
Pkg.UserSrc=false
Pkg.Revision=8
Pkg.Revision=9