sanders: Include ARCore

This commit is contained in:
Henrique Silva
2018-04-30 21:05:20 -03:00
committed by Keertesh19
parent fa6d44cab3
commit afeaf50833
2 changed files with 69 additions and 0 deletions

View File

@@ -65,6 +65,16 @@ PRODUCT_PACKAGES += \
android.hidl.manager@1.0 \
android.hidl.base@1.0
# ARCore
PRODUCT_PACKAGES += \
arcore
PRODUCT_PROPERTY_OVERRIDES += \
ro.config.calibration_cad=/system/etc/calibration_cad.xml
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/calibration_cad.xml:system/etc/calibration_cad.xml
# Audio
PRODUCT_PACKAGES += \
audio.primary.msm8953 \