mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
devices: Use their repective original build fingerprint
- Kill fingerprint fetcher CI - Sperate SPL dates based on VT - Purge derp remains
This commit is contained in:
parent
e732699c27
commit
a06bd4bac2
18 changed files with 44 additions and 236 deletions
|
|
@ -3,15 +3,12 @@ ifeq ($(TARGET_LOCAL_ARCH),arm64)
|
|||
$(call inherit-product, vendor/samsung/universal7885-common/universal7885-common-vendor.mk)
|
||||
endif
|
||||
|
||||
# Build Fingerprints
|
||||
$(call inherit-product, $(LOCAL_PATH)/fingerprint.mk)
|
||||
# Client Id base
|
||||
PRODUCT_GMS_CLIENTID_BASE := android-samsung
|
||||
|
||||
# Allow Copying of apks.
|
||||
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
|
||||
|
||||
# Derp
|
||||
USE_LEGACY_BOOTANIMATION := true
|
||||
|
||||
# Disable Postrender Cleanup
|
||||
TARGET_DISABLE_POSTRENDER_CLEANUP := true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue