aboutsummaryrefslogtreecommitdiff
path: root/files/Android.bp
AgeCommit message (Collapse)Author
2021-06-01Always use Neon.Dan Albert
This library cannot be built without Neon. The NDK sysroot build generates non-Neon artifacts but also needs to build this library to perform ABI checking. This is only the implementation and not a component distributed with the NDK, so it's not important that this be built non-Neon. Test: build/soong/scripts/build-ndk-prebuilts.sh Bug: http://b/156513478 Change-Id: If3ff6be7ad53cbdcc32ac8a0baa2f98f78c646ad
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/libyuvBob Badour
Added SPDX-license-identifier-BSD to: Android.bp files/Android.bp files/fuzz/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ifb0f6e22e614dd39cb28f3d7a01af7a1e46f0a54
2020-11-11Add product_available to product available modulesJustin Yun
vendor_available modules were available to product modules. However, not all vendor_available modules are required to be available to product modules. Some modules want to be available only to product modules but not vendor modules. To cover the requirement, we separate product_available from vendor_available. vendor_available will not provide product available module. Bug: 150902910 Test: build Change-Id: Ic368d353043c01b192bb167168ef5c64edfb9a90
2020-04-23Merge "Set min_sdk_version to be part of mainline modules" am: 1cad419d4d ↵Jooyung Han
am: 9354324ef0 Change-Id: I7da3f3771726ac0b460b193b1606cca3a7e0ecc4
2020-04-23Set min_sdk_version to be part of mainline modulesJooyung Han
Modules contributing mainline modules (APK/APEX) should set min_sdk_version as well as apex_available. For now setting min_sdk_version doesn't change build outputs. But build-time checks will be added soon. Bug: 152655956 Test: m Change-Id: Ieda1b7f0de1c4a5ce4137a0b17731cf619826f9e
2019-12-17Merge "Make libyuv available on the host." am: ac0a9a68b2 am: 608ebab202 am: ↵Automerger Merge Worker
89330bce50 Change-Id: I07e3c8236f52e5e0f4ae9c8b196c8b0b7257c0cd
2019-12-17Make libyuv available on the host.Andreas Huber
Bug: 141887532 Test: launch_cvd --start_webrtc --webrtc_public_ip=127.0.0.1 Change-Id: I19fdda51060da9f90d33eb94f226a8d34fb7c412
2019-06-27libyuv roll to r1722 to pick up a few methodsChong Zhang
that we've been manually cherry-picking. bug: 132357297 test: MediaMetadataRetriever test; manual testing thumbnails in Photos. Exempt-From-Owner-Approval: files/infra/config/OWNERS owner names are not in android gerrit, CL fail to push with these. Delete of file need to bypass owner. Change-Id: Ic22346e45671452429716be8b0a1999eeaea0d7b
2017-10-31Merge "Use -Werror in external/libyuv/files" am: dceb9419d6Chih-hung Hsieh
am: 741d0a708e Change-Id: I03c005272bcf95c298cc32ddfe26c9f337858db2
2017-10-25Use -Werror in external/libyuv/filesChih-Hung Hsieh
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I14875bf00a2663e0fc20c057781bbdb443411800
2017-10-03Merge "Use -Werror in external/libyuv" am: 018f68e1c2 am: ce3ae6909fChih-Hung Hsieh
am: 6c0c5e3406 Change-Id: I04a4368c10454a06058e0b71f71eba8234686b1d
2017-10-03Merge "Use -Werror in external/libyuv"Chih-Hung Hsieh
am: 018f68e1c2 Change-Id: Idd7864d475c4a947ae67a7a92e05032ac11a9cfa
2017-09-28Use -Werror in external/libyuvChih-Hung Hsieh
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: If8637f2b96074cf4f5993787322f5d72443a00ba
2017-09-14Merge "Mark the module as VNDK or VNDK-SP in Android.bp"Justin Yun
am: d037324f2f Change-Id: Id8e1a8c522775ae6fefca6b7a7735c65d641d0f0
2017-09-07Mark the module as VNDK or VNDK-SP in Android.bpJustin Yun
As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well as 'vendor_available: true'. For a VNDK module, the 'vndk' tag has 'enabled: true'. It will be installed system/lib(64)/vndk as a vendor variant. For a VNDK-SP module, the 'vndk' tag has 'support_system_process: true' as well as 'enabled: true'. It will be installed system/lib(64)/vndk-sp as a vendor variant. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Merged-In: I7a39dcffb3c29e1f9bb499bb29ceabbc2b99f954 Change-Id: I7a39dcffb3c29e1f9bb499bb29ceabbc2b99f954 (cherry picked from commit 07d11894cb55a31f32f1a11a436a8fe591f1ed9d)
2017-08-17Make libyuv_static as vendor_available liboreo-mr1-devJiyong Park
The lib is used by camera.ranchu. Furthermore, its dynamic variant is already available to vendor. Bug: 64704866 Test: BOARD_VNDK_VERSION=current m -j camera.ranchu does not show link_type error on libyuv_static. Change-Id: I3fa0ae866b301500f70f01b9e96afd769e1c4923
2017-07-25Mark the module as VNDK or VNDK-SP in Android.bpJustin Yun
As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well as 'vendor_available: true'. For a VNDK module, the 'vndk' tag has 'enabled: true'. It will be installed system/lib(64)/vndk as a vendor variant. For a VNDK-SP module, the 'vndk' tag has 'support_system_process: true' as well as 'enabled: true'. It will be installed system/lib(64)/vndk-sp as a vendor variant. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Change-Id: I7a39dcffb3c29e1f9bb499bb29ceabbc2b99f954
2017-04-25Convert external/libyuv to Android.bpColin Cross
See build/soong/README.md for more information. Bug: 37646797 Test: m -j checkbuild Change-Id: I9eeafa6fe101acf59c5eb43376e5a8280158457a Merged-In: I9eeafa6fe101acf59c5eb43376e5a8280158457a (cherry picked from commit 75122e44d21a0587b9ba3968f3ee399524ad5866)
2017-04-24Convert external/libyuv to Android.bpColin Cross
See build/soong/README.md for more information. Bug: 37646797 Test: m -j checkbuild Change-Id: I9eeafa6fe101acf59c5eb43376e5a8280158457a