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 | |
Xavier Ducrohet | afda1d3 | 2013-07-25 10:40:54 -0700 | [diff] [blame] | 17 | ############################################################################## |
Xavier Ducrohet | f4c73da | 2015-06-02 10:20:16 -0700 | [diff] [blame] | 18 | # Platform Tools Component |
| 19 | ############################################################################## |
| 20 | |
Ying Wang | 896afb0 | 2015-08-03 11:36:50 -0700 | [diff] [blame] | 21 | lib64/libc++.so strip platform-tools/lib64/libc++.so |
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 | 9c060ee | 2017-11-09 15:33:58 -0800 | [diff] [blame] | 31 | lib64/libLLVM_android.so strip build-tools/${PLATFORM_NAME}/lib64/libLLVM_android.so |
Ying Wang | 896afb0 | 2015-08-03 11:36:50 -0700 | [diff] [blame] | 32 | lib64/libbcc.so strip build-tools/${PLATFORM_NAME}/lib64/libbcc.so |
| 33 | lib64/libbcinfo.so strip build-tools/${PLATFORM_NAME}/lib64/libbcinfo.so |
Pirama Arumuga Nainar | 9c060ee | 2017-11-09 15:33:58 -0800 | [diff] [blame] | 34 | lib64/libclang_android.so strip build-tools/${PLATFORM_NAME}/lib64/libclang_android.so |
Ying Wang | 896afb0 | 2015-08-03 11:36:50 -0700 | [diff] [blame] | 35 | lib64/libc++.so strip build-tools/${PLATFORM_NAME}/lib64/libc++.so |
Adam Lesinski | 8bb66e6 | 2016-11-08 11:39:47 -0800 | [diff] [blame] | 36 | lib64/libaapt2_jni.so strip build-tools/${PLATFORM_NAME}/lib64/libaapt2_jni.so |
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 | e9351e5 | 2020-02-27 15:11:36 -0800 | [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/linux/lld-bin/lld strip build-tools/${PLATFORM_NAME}/lld-bin/lld |
David Gross | e9351e5 | 2020-02-27 15:11:36 -0800 | [diff] [blame] | 46 | prebuilts/sdk/tools/linux/lib64/libc++.so.1 strip build-tools/${PLATFORM_NAME}/lib64/libc++.so.1 |
David Gross | c22ed0e | 2019-11-27 17:20:54 -0800 | [diff] [blame] | 47 | |
Xavier Ducrohet | 8641d4d | 2014-10-31 13:47:47 -0700 | [diff] [blame] | 48 | dalvik/dx/etc/mainDexClasses build-tools/${PLATFORM_NAME}/mainDexClasses |