This repository has been archived by the owner on May 15, 2023. It is now read-only.
forked from LineageOS/android_device_essential_mata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aosp_mata.mk
50 lines (36 loc) · 1.44 KB
/
aosp_mata.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Inherit some common PixelExperience stuff.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_n_mr1.mk)
# Vendor blobs
$(call inherit-product, vendor/essential/mata/mata-vendor.mk)
# Enable updating of APEXes
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Disable APEX compression
# Keep this after including updatable_apex.mk
PRODUCT_COMPRESSED_APEX := false
# Device
$(call inherit-product, device/essential/mata/device.mk)
# Device identifiers
PRODUCT_DEVICE := mata
PRODUCT_NAME := aosp_mata
PRODUCT_BRAND := essential
PRODUCT_MODEL := PH-1
PRODUCT_MANUFACTURER := Essential Products
PRODUCT_RELEASE_NAME := mata
TARGET_BOOT_ANIMATION_RES := 1440
PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE := true
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=mata \
PRIVATE_BUILD_DESC="mata-user 8.1.0 OPM1.180104.092 224 release-keys"
BUILD_FINGERPRINT := essential/mata/mata:8.1.0/OPM1.180104.092/224:user/release-keys
#PixelExperience stuff
TARGET_INCLUDE_LIVE_WALLPAPERS := false
TARGET_SUPPORTS_QUCK_TAP := true
TARGET_GAPPS_ARCH := arm64
USE_PIXEL_CHARGING := true
#SELINUX stuff
#SELINUX_IGNORE_NEVERALLOWS := true