mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 03:55:31 -04:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be7763e872 | ||
|
|
66f0e9af92 |
2 changed files with 8 additions and 0 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Android Device Tree for Samsung Galaxy A20
|
||||
|
||||
Derived from Royna's trees, and includes additional modifications from various compatible trees.
|
||||
|
|
@ -25,6 +25,11 @@ PRODUCT_PACKAGES += \
|
|||
PRODUCT_COPY_FILES += \
|
||||
frameworks/native/data/etc/android.hardware.fingerprint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.fingerprint.xml
|
||||
|
||||
# FM radio
|
||||
PRODUCT_PACKAGES += \
|
||||
S5E7885FMRadio \
|
||||
miku.dayo.hardware.fmradio-service
|
||||
|
||||
# Overlay
|
||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue