deb: rebrand lineage

This commit is contained in:
followmsi 2019-01-23 15:23:49 +01:00
parent b2cb555bd8
commit 9e1b2b4479
2 changed files with 4 additions and 2 deletions

2
AndroidProducts.mk Normal file
View File

@ -0,0 +1,2 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_deb.mk

View File

@ -5,10 +5,10 @@ TARGET_SCREEN_WIDTH := 1200
TARGET_BOOTANIMATION_HALF_RES := true
# 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
$(call inherit-product, vendor/cm/config/telephony.mk)
$(call inherit-product, vendor/lineage/config/telephony.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)