forked from openkylin/platform_build
Merge "Add libdepthphoto to mainline_system" into qt-dev
This commit is contained in:
commit
02c434e887
|
@ -85,6 +85,11 @@ PRODUCT_PACKAGES += \
|
||||||
libnl \
|
libnl \
|
||||||
libprotobuf-cpp-full \
|
libprotobuf-cpp-full \
|
||||||
|
|
||||||
|
# Camera service uses 'libdepthphoto' for adding dynamic depth
|
||||||
|
# metadata inside depth jpegs.
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libdepthphoto \
|
||||||
|
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
avbctl \
|
avbctl \
|
||||||
bootctl \
|
bootctl \
|
||||||
|
|
Loading…
Reference in New Issue