mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
deb: rebrand lineage
This commit is contained in:
parent
b2cb555bd8
commit
9e1b2b4479
2 changed files with 4 additions and 2 deletions
2
AndroidProducts.mk
Normal file
2
AndroidProducts.mk
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
PRODUCT_MAKEFILES := \
|
||||||
|
$(LOCAL_DIR)/lineage_deb.mk
|
|
@ -5,10 +5,10 @@ TARGET_SCREEN_WIDTH := 1200
|
||||||
TARGET_BOOTANIMATION_HALF_RES := true
|
TARGET_BOOTANIMATION_HALF_RES := true
|
||||||
|
|
||||||
# Inherit some common CM stuff.
|
# Inherit some common CM stuff.
|
||||||
$(call inherit-product, vendor/cm/config/common_mini_tablet_wifionly.mk)
|
$(call inherit-product, vendor/lineage/config/common_mini_tablet_wifionly.mk)
|
||||||
|
|
||||||
# Inherit telephony stuff
|
# Inherit telephony stuff
|
||||||
$(call inherit-product, vendor/cm/config/telephony.mk)
|
$(call inherit-product, vendor/lineage/config/telephony.mk)
|
||||||
|
|
||||||
# Inherit from the common Open Source product configuration
|
# Inherit from the common Open Source product configuration
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
|
Loading…
Reference in a new issue