summaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2024-05-03Remove VNDK libraries.txt definitionsHEADmastermainKiyoung Kim
VNDK libraries.txt are no longer used. Remove all VNDK libraries.txt definitions, and move llndk.libraries.txt definition as LLNDK is not VNDK. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: I984585f55e31585619217b8359d082dedef1d1f9
2024-03-18Remove VNDK current APEX packageKiyoung Kim
VNDK is deprecated from 202404, so there is no more VNDK 'current' package being used. This change removes VNDK current package definition so other VNDK related code can be removed. This change also removes LLNDK libraries txt file which is supposed to be installed in VNDK current APEX. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: I0d1f64168ffdcdc7cf1cfe842a245da3a99a6baa
2023-10-25Define llndk_libraries_txt_for_apexJustin Yun
llndk_libraries_txt is to install llndk.libraries.txt file to /system/etc. To installed the versioned txt file for vndk apex, add llndk_libraries_txt_for_apex. insert_vndk_version is changed to default false. Add `insert_vndk_version: true,` if needed. Test: lunch cf_x86_64_phone-next-userdebug; m Test: atest GtsVndkDependencyTestCases Bug: 299867815 Bug: 302255959 Change-Id: I269f66fdec57cc7c2a0d6490bd1767a6d83c9034
2021-02-26[LSC] Add LOCAL_LICENSE_KINDS to packages/modules/vndkBob Badour
Added SPDX-license-identifier-Apache-2.0 to: Android.bp apex/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I7e0e6a40c9aecbd17ab79245649101060bdcf9da
2021-01-06Split vndk_libraries_txt into multiple module typesColin Cross
Follow Soong change Ie010a9eeee8f5849201aa4ab4eb9b2e7a9cd7d5b to replace the vndk_libraries_txt module type with llndk_libraries_txt etc. Bug: 176904285 Test: m checkbuild Change-Id: I3547b7a84eda13df092e88b3ec63254795f5e612
2021-01-05Define vndkproduct.libraries.txtJustin Yun
It will have the VNDK modules that are available to product variants Bug: 174323911 Test: build Change-Id: Ic3480fb29df8c49e7637d29fc1a92892d8f38548
2019-11-06Adding vndk-related *.libraries.txt modulesJooyung Han
This is migration from Make to Soong. The *.libraries.txt files were defined in system/core/rootdir/Android.mk. The advantage of being soong modules is that other modules can depend on it. Bug: 141450808 Test: m llndk.libraries.txt Change-Id: Ibb9e67081ed04a4b7edbaa24dee0366a0402d156