summaryrefslogtreecommitdiffstats
path: root/Android.bp.in
Commit message (Collapse)AuthorAgeFilesLines
* Use blocklist sub-property in sanitizePirama Arumuga Nainar2020-07-281-1/+1
| | | | | | | | | | | | | Update language to comply with Android’s inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Bug: 162245450 Test: build topic Change-Id: Ib338fde823a323d9a4d4b31532a48d0745e49909
* Add sanitize blacklist for libaom to avoid CFI violationLiu, Kai12019-10-241-0/+4
| | | | | | | | | | | | | Function build_intra_predictors and dr_predictor have indirect call to assembly code implemented by x86/x86_64 sse2, which triggers CFI violation, and results in media.swcodec process be killed.      The fix is to add a sanitize blacklist file to skip these two functions CFI check.      Bug: 139905222 Test: Change-Id: Ic62d934bc2204de7ba496f05e4b7e6d79caaf9af
* Updated Android.bp to build fuzzer targetplatform-tools-29.0.5ndk-sysroot-r21Harish Mahendrakar2019-09-241-0/+42
| | | | | | Test: av1_dec_fuzzer Bug: 135058814 Change-Id: I0439e7a39615a75bae04f3d1129abdbfd0aea91b
* Add host supportHarish Mahendrakar2019-09-101-0/+7
| | | | | | Test: Builds Bug: 135058814 Change-Id: Ia84117112d42772cfcb2ea448cd5970b0858473b
* libaom: enable PIC for x86 buildsJohann2019-01-141-9/+7
| | | | | | | Test: none BUG=122391143 Change-Id: I7977c3a4f021bc59eb4f04e443c3ec99c048f41d
* libaom: bpfmt Android.bp[.in]Johann2019-01-111-55/+55
| | | | | | Test: none Change-Id: I370852dfbc589ef92f0e9436e785cefa64cf6461
* libaom: temporarily disable x86 optimizationsJohann2019-01-101-7/+9
| | | | | | | | | Work around PIC link errors in the dc predictors. Test: none BUG=122391143 Change-Id: Iad6aa040d1d7722405c65f692cecf7760f0daf85
* libaom: use chromium config scriptJohann2019-01-101-13/+67
| | | | | | | | | | | | | | | | | | | | | Modify chromium/src/third_party/libaom/cmake_update.sh and use the file list it generates. Keep update_libaom.sh as close to update_libvpx.sh as possible. Use config options from chromium for security and performance. Rename files to avoid object file collision. Will be upstreamed. Disable RTCD because Android mandates NEON and SSSE3. Enables stripping unused functions. If SSE4 or higher is desired, this will need to be revisited. Test: none BUG=122391143 Change-Id: Ia397022c0ef6f93901daa95da84de6a6f4702c7e
* Better indications of NEON needs for av1Ray Essick2018-12-101-2/+3
| | | | | | | | | | AV1 codec is configured to use NEON unit. Better isolate the source so that there won't be compilation errors on build for non-neon SDK configuration. Bug: 111936705 Test: compilation Change-Id: Iefdbe8ae1b3bc733c2139fab525f1fda230fbcf5
* scripts to update local libaomRay Essick2018-12-061-0/+47
scripts reading in the upstream libaom, adding to our repo, creating the appropriate Android.bp and config information, and tracking what version of upstream libaom we have here. Bug: 111936705 Test: manual Change-Id: I3b22b034d73a86aa9042855e2953ad0aa011d7f4