gts3l-common: camera: Build camera provider service
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: Ie05e3580b180af6b4e629497198473027727d10a
This commit is contained in:
parent
19d84a995c
commit
36a7113fa8
2 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,7 @@ QCOM_BT_USE_BTNV := true
|
||||||
# Camera
|
# Camera
|
||||||
BOARD_QTI_CAMERA_32BIT_ONLY := true
|
BOARD_QTI_CAMERA_32BIT_ONLY := true
|
||||||
TARGET_USES_QTI_CAMERA_DEVICE := true
|
TARGET_USES_QTI_CAMERA_DEVICE := true
|
||||||
|
USE_CAMERA_STUB := true
|
||||||
USE_DEVICE_SPECIFIC_CAMERA := true
|
USE_DEVICE_SPECIFIC_CAMERA := true
|
||||||
|
|
||||||
# Charger
|
# Charger
|
||||||
|
|
1
gts3l.mk
1
gts3l.mk
|
@ -132,6 +132,7 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.frameworks.displayservice@1.0 \
|
android.frameworks.displayservice@1.0 \
|
||||||
android.hardware.camera.provider@2.4-impl \
|
android.hardware.camera.provider@2.4-impl \
|
||||||
|
android.hardware.camera.provider@2.4-service \
|
||||||
vendor.qti.hardware.camera.device@1.0 \
|
vendor.qti.hardware.camera.device@1.0 \
|
||||||
vendor.qti.hardware.camera.device@1.0_vendor \
|
vendor.qti.hardware.camera.device@1.0_vendor \
|
||||||
Snap \
|
Snap \
|
||||||
|
|
Loading…
Reference in a new issue