mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Add other 7885 devices
* A10, A30, A40 Change-Id: I92829c4d3b11e2759f08ef04fe4d4d60ff352a0b Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
4584ec21f2
commit
eaab77ceff
30 changed files with 680 additions and 34 deletions
|
|
@ -7,9 +7,6 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
|
|||
# Build Fingerprints
|
||||
$(call inherit-product, $(LOCAL_PATH)/fingerprint.mk)
|
||||
|
||||
# Derp
|
||||
DERP_BUILDTYPE := Official
|
||||
|
||||
# Allow Copying of apks.
|
||||
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
|
||||
|
||||
|
|
@ -63,8 +60,7 @@ TARGET_SCREEN_WIDTH := 720
|
|||
|
||||
# Camera
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.camera.provider@2.5-service \
|
||||
CameraLightSensor
|
||||
android.hardware.camera.provider@2.5-service
|
||||
|
||||
# Component overrides
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue