The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame] | 1 | # |
Xavier Ducrohet | 79aa3ce | 2011-05-25 17:48:07 -0700 | [diff] [blame] | 2 | # Copyright (C) 2007 The Android Open Source Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | ############################################################################## |
Xavier Ducrohet | f4c73da | 2015-06-02 10:20:16 -0700 | [diff] [blame] | 18 | # Platform Tools Component |
| 19 | ############################################################################## |
| 20 | |
Dan Willemsen | f9acc01 | 2018-08-28 13:17:50 -0700 | [diff] [blame] | 21 | lib64/libc++.dylib strip platform-tools/lib64/libc++.dylib |
Xavier Ducrohet | f4c73da | 2015-06-02 10:20:16 -0700 | [diff] [blame] | 22 | |
| 23 | ############################################################################## |
Xavier Ducrohet | afda1d3 | 2013-07-25 10:40:54 -0700 | [diff] [blame] | 24 | # Build Tools Component |
| 25 | ############################################################################## |
| 26 | # Note that the build-tools sub-folder uses the platform-name as a placeholder |
| 27 | # at build-time. Packaging will later change that to the actual build-tools |
| 28 | # revision as specified in the source.properties. |
| 29 | |
| 30 | |
Pirama Arumuga Nainar | 29c7b8f | 2017-11-09 15:38:47 -0800 | [diff] [blame] | 31 | lib64/libLLVM_android.dylib strip build-tools/${PLATFORM_NAME}/lib64/libLLVM_android.dylib |
Ying Wang | 896afb0 | 2015-08-03 11:36:50 -0700 | [diff] [blame] | 32 | lib64/libbcc.dylib strip build-tools/${PLATFORM_NAME}/lib64/libbcc.dylib |
| 33 | lib64/libbcinfo.dylib strip build-tools/${PLATFORM_NAME}/lib64/libbcinfo.dylib |
Pirama Arumuga Nainar | 29c7b8f | 2017-11-09 15:38:47 -0800 | [diff] [blame] | 34 | lib64/libclang_android.dylib strip build-tools/${PLATFORM_NAME}/lib64/libclang_android.dylib |
Ying Wang | 896afb0 | 2015-08-03 11:36:50 -0700 | [diff] [blame] | 35 | lib64/libc++.dylib strip build-tools/${PLATFORM_NAME}/lib64/libc++.dylib |
Adam Lesinski | 8bb66e6 | 2016-11-08 11:39:47 -0800 | [diff] [blame] | 36 | lib64/libaapt2_jni.dylib strip build-tools/${PLATFORM_NAME}/lib64/libaapt2_jni.dylib |
Xavier Ducrohet | 8791785 | 2013-08-13 15:57:08 -0700 | [diff] [blame] | 37 | |
David Gross | 9407572 | 2020-04-29 14:26:10 -0700 | [diff] [blame] | 38 | prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld |
| 39 | prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/aarch64-linux-android-ld |
| 40 | prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/i686-linux-android-ld |
| 41 | prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/x86_64-linux-android-ld |
| 42 | prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/mipsel-linux-android-ld |
| 43 | |
David Gross | f879b7a | 2020-03-11 15:25:20 -0700 | [diff] [blame] | 44 | prebuilts/sdk/tools/lld build-tools/${PLATFORM_NAME}/lld |
Colin Cross | 359ef3d | 2020-03-17 16:23:55 -0700 | [diff] [blame] | 45 | prebuilts/sdk/tools/darwin/lld-bin/lld strip build-tools/${PLATFORM_NAME}/lld-bin/lld |
David Gross | f879b7a | 2020-03-11 15:25:20 -0700 | [diff] [blame] | 46 | prebuilts/sdk/tools/darwin/lib64/libc++.1.dylib strip build-tools/${PLATFORM_NAME}/lib64/libc++.1.dylib |
| 47 | prebuilts/sdk/tools/darwin/lib64/libc++abi.1.dylib strip build-tools/${PLATFORM_NAME}/lib64/libc++abi.1.dylib |
David Gross | c22ed0e | 2019-11-27 17:20:54 -0800 | [diff] [blame] | 48 | |
Xavier Ducrohet | 8641d4d | 2014-10-31 13:47:47 -0700 | [diff] [blame] | 49 | dalvik/dx/etc/mainDexClasses build-tools/${PLATFORM_NAME}/mainDexClasses |
Xavier Ducrohet | 8361bb0 | 2014-10-29 09:49:40 -0700 | [diff] [blame] | 50 | |
Xavier Ducrohet | afda1d3 | 2013-07-25 10:40:54 -0700 | [diff] [blame] | 51 | ############################################################################## |
Xavier Ducrohet | 40525ef | 2012-04-03 16:33:35 -0700 | [diff] [blame] | 52 | # Docs Component |
Xavier Ducrohet | 79aa3ce | 2011-05-25 17:48:07 -0700 | [diff] [blame] | 53 | ############################################################################## |
| 54 | |
Xavier Ducrohet | 2e82cdc | 2009-04-17 11:41:48 -0700 | [diff] [blame] | 55 | external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html |
| 56 | external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files |
| 57 | external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html |
| 58 | external/sonivox/docs/JET_Creator_User_Manual_files docs/JetCreator/JET_Creator_User_Manual_files |