mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: move flag to BoardConfigCommon
This commit is contained in:
parent
2cfa6596c7
commit
da562d069b
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue