mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
Init trees
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
db32bda202
commit
1dcddcc8ec
5 changed files with 121 additions and 0 deletions
15
universal7885-common.mk
Normal file
15
universal7885-common.mk
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Screen density
|
||||
PRODUCT_AAPT_CONFIG := normal
|
||||
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
|
||||
|
||||
# Bluetooth
|
||||
PRODUCT_PACKAGES += \
|
||||
audio.a2dp.default
|
||||
|
||||
# Boot animation
|
||||
TARGET_SCREEN_HEIGHT := 2340
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
|
||||
# Net
|
||||
PRODUCT_PACKAGES += \
|
||||
netutils-wrapper-1.0
|
||||
Loading…
Reference in a new issue