summaryrefslogtreecommitdiff
path: root/gpu/Android.bp
AgeCommit message (Collapse)Author
2022-02-13Declare license metadata for copied files.Bob Badour
Bug: 151177513 Test: m all dist reportmissinglicenses Change-Id: I27b5ec13f91d2169ef16e837fd7bc856e546bd3d
2021-03-29[LSC] Add LOCAL_LICENSE_KINDS to device/ti/beagle_x15Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: recovery/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: Android.bp gralloc/Android.bp Added SPDX-license-identifier-BSD SPDX-license-identifier-MIT to: gpu/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ie80b54069b4ef196715d249f2e2c3e8f407f8347 Merged-in: Ie80b54069b4ef196715d249f2e2c3e8f407f8347 Merged-in: Ic14ec800f8aab3941b1615eb4e29b09735bf49ff
2019-01-30Fix prebuilt binary check errorsLogan Chien
This commit fixes several prebuilt binary check errors. This includes adding `shared_libs` to fully specify dependencies and adding `allow_undefined_symbols` to workaround LIBC_PRIVATE symbol usages. Bug: 119086738 Test: CHECK_ELF_FILES=true make check-elf-files Change-Id: Iee977a2e572917a4af015ac27454e781b388f431
2018-12-28Add the GPU blobs and enable in the build.Alistair Strachan
The pvrsrvkm service was already present in the init script. Bug: 110964307 Change-Id: I5258f6d30521138e15b5fc0bfeaeee844730932f Signed-off-by: Alistair Strachan <astrachan@google.com>