aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2022-11-04Merge "Add riscv64 support"Treehugger Robot
2022-08-02Add riscv64 supportChen Guoyin
Signed-off-by: Chen Guoyin <chenguoyin.cgy@linux.alibaba.com> Signed-off-by: Mao Han <han_mao@linux.alibaba.com> Change-Id: I3103e000135315d4d549f4ccfe9252a007faaf38
2022-01-26Add explicit apex_available clausesRay Essick
So we can delete the list automatically added within the tools. Bug: 215589022 Test: build Change-Id: I87ea7d04d1056e278b5e4d82441039df1c867b3a
2021-05-03Fix ARM assembler to work with clang's as.Elliott Hughes
Trivial changes so that B/H comes *before* the condition code on LDR instructions in the modern syntax, and a more complicated macro fix to reimplement ADRL (which is a pseudo-op that expands to *two* instructions, an idea that isn't supported by LLVM). Bug: http://b/133391830 Test: treehugger Change-Id: Ib655cc020f94a8637a74c9cc3ced754cdf23c629
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/tremoloBob Badour
Added SPDX-license-identifier-Apache-2.0 to: fuzzer/Android.bp tests/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD to: Android.bp Added SPDX-license-identifier-BSD to: tests/oob_oggpack_look/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I8317ca893f50b3a582e5772c16ec13927b5cccbd
2020-04-21Set 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: If4a0beed9150f6bed96699e6a78f2a12f25cb78a
2020-04-08vorbisdec: Add host supportAyushi Khopkar
Test: Build libvorbisidec on host Bug: 151597489 Change-Id: I4db16afee99790f891115238b5dd3db110fb36a5
2020-03-06Remove mips workarounds.Elliott Hughes
Test: treehugger Change-Id: I201666d0188ce51da297316fd700f05d6098187b
2019-05-15Remove libvorbisidec from vndkandroid10-devChong Zhang
Soft omx plugins are already removed from vndk, these should have been removed together. Keeping them in vndk with have both 32 and 64 bit on system, but soft omx only uses one set. bug: 132466615 test: build and check these libs are now on vendor/lib. Change-Id: I1d584bd1a9616375a1144aa7e6891b41fda0cf2c
2019-02-14Revert "Disable hwasan on libvorbisidec."Evgenii Stepanov
The underlying bug has been fixed. Bug: 122378459 Test: SANITIZE_TARGET=hwaddress can play alarms/ringtones Change-Id: I6a461e80460ed7b6e19190b49909b6a447abbd18
2019-02-13Remove libvorbisidec sanitizer diagnostics.Ivan Lozano
Remove libvorbisidec sanitizer diagnostics. Bug: 111502257 Test: mma -j Change-Id: I7aed5b3c6bc0f4bcf10b6f42736136dcfe04148b
2019-01-10Disable hwasan on libvorbisidec.Evgenii Stepanov
A workaround to a problem with dependency tracking in apex libraries. This change has nothing to do with vorbis; it is expected to add ubsan_standalone runtime library to /system/lib64. Bug: 122378459 Test: SANITIZE_TARGET=hwaddress can play alarms/ringtones Change-Id: Icd73be2febcbc5501f32b82c9d82f7eae36cba57
2018-12-18Enforce ubsan sanitizers in libvorbisidec.Ivan Lozano
Keep sanitizers in diagnostics mode but don't recover from them so we get errors in tombstones. Bug: 110791537 Test: mma -j Change-Id: Ie3b3a8c75b8a259de03f912b21d39c806e621c9c
2018-10-04Enable bounds sanitization in libvorbisidec.Ivan Lozano
Enables bounds sanitization in libvorbisidec, initially with diagnostics. Bug: 117221610 Test: Device boots Change-Id: I8ab77e634b0fdb9fd9992855b7fbf6d7d3c8dc6b
2018-07-13Enable overflow sanitization in libvorbisidec.Ivan Lozano
Enable integer overflow sanitization in libvorbisidec, initially in diagnostics mode. Bug: 110791537 Test: CTS tests Change-Id: I0b74d1e5e96327d876ab81394b8a4c44c72914f4
2017-10-19Include external modules statically in extractor implementationsDongwon Kang
- Statically include libvorbisidec in OggExtractor Test: build Bug: 65851881 Change-Id: I783a70eb7d603116cdc653831cb65d2df1e17efb
2017-10-12Merge "Use -Werror in external/tremolo" am: 060dc15e07 am: ac70b75ffcChih-hung Hsieh
am: 3b475c0092 Change-Id: Ibe4ed7562e70130514820032a8bcbd3c464b1a8e
2017-09-29Use -Werror in external/tremoloChih-Hung Hsieh
* Suppress non-critical warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ibce3b11217d9b03955abb02371a5f0023bb4aa49
2017-08-07Make software codecs as VNDKJiyong Park
Software codecs and their dependencies are marked as VNDK (or just vendor_available:true for static/header libs). Bug: 37343418 Test: build the software codecs with BOARD_VNDK_VERSION=current Change-Id: I9ace2ba9f30e711b1d14840cb8300f467621cde4
2017-05-12Always use unsigned charMarco Nelissen
char is unsigned by default on ARM, so make it so on other architectures as well Bug: 37208566 Test: ran poc with and without change, ran CTS on x86 and ARM Change-Id: I264db1dad884de7fd8f932cd9571199a1c517f6a
2017-04-20Convert libvorbisidec to Android.bpColin Cross
See build/soong/README.md for more information. Test: m -j checkbuild Change-Id: I310d549ae61a4124be53c40c3dee6846bc3341aa