summaryrefslogtreecommitdiff
path: root/Android.bp
AgeCommit message (Collapse)Author
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/dynamic_depthandroid-s-preview-1Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I0dd00738cf55ceeaa88acf62e9fcc4f9fa921b43
2020-11-23Remove 'vendor_available: false'Justin Yun
'vendor_available: false' is used for VNDK-private libraries that creates the vendor variants without allowing direct dependency from the modules in vendor partition. If the modules are not allowed to be used from any vendor modules, we must not define this property. Test: build Change-Id: I723c1fc62382793f2e16d33d7167010644adca8e
2019-02-04Add an NDK library variantEmilian Peev
An NDK built library variant is needed for clients using the NDK toolchain. Move the Android depth buffer validation sequence in a separate module. Bug: 123237859 Test: Camera CTS Change-Id: Ibf149f0be02a40de31e901cfc420f203d10e5bf3
2018-11-15Initial commit of libdynamic_depthEino-Ville Talvala
Dynamic depth is a standard for embedding depth maps and other similar extensions into standard image files like JPEG. Test: m libdynamic_depth Bug: 109735087 Bug: 119211681 Change-Id: I0103b7d47e60dc8e3a3b277456903d76f727926f