mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-04 23:47:47 -04:00
universal7870: misc changes
This commit is contained in:
parent
c6b66effbd
commit
c168ee3b3f
5 changed files with 385 additions and 23 deletions
|
@ -21,8 +21,6 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_m.mk)
|
|||
# Boot animation
|
||||
TARGET_BOOTANIMATION_PRELOAD := true
|
||||
TARGET_BOOTANIMATION_TEXTURE_CACHE := true
|
||||
TARGET_SCREEN_HEIGHT := 1920
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
|
||||
PRODUCT_ENFORCE_RRO_TARGETS := \
|
||||
framework-res
|
||||
|
@ -257,7 +255,8 @@ PRODUCT_COPY_FILES += \
|
|||
|
||||
# Sensors
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.sensors@1.0-impl
|
||||
android.hardware.sensors@1.0-impl \
|
||||
android.hardware.thermal@1.0-service
|
||||
|
||||
# TextClassifier
|
||||
PRODUCT_PACKAGES += \
|
||||
|
@ -288,7 +287,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# USB
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.usb@1.0-service.basic
|
||||
android.hardware.usb@1.0-service
|
||||
|
||||
# Vibrator
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue