msm8226-common: move flag to BoardConfigCommon

This commit is contained in:
matteo0026 2020-09-11 14:35:50 +02:00
parent 2cfa6596c7
commit da562d069b
2 changed files with 3 additions and 3 deletions

View file

@ -42,6 +42,9 @@ TARGET_USES_64_BIT_BINDER := true
# Bluetooth
BOARD_HAVE_BLUETOOTH := true
# Boot animation
TARGET_BOOTANIMATION_HALF_RES := true
# Camera
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
TARGET_NEEDS_LEGACY_CAMERA_HAL1_DYN_NATIVE_HANDLE := true

View file

@ -60,9 +60,6 @@ PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-impl \
libbt-vendor
# Boot animation
TARGET_BOOTANIMATION_HALF_RES := true
# Display
PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \