Adapt to lineage
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
# limitations under the License.
|
||||
|
||||
PRODUCT_MAKEFILES := \
|
||||
$(LOCAL_DIR)/r8s.mk
|
||||
$(LOCAL_DIR)/lineage_r8s.mk
|
||||
|
||||
COMMON_LUNCH_CHOICES := \
|
||||
r8s-user \
|
||||
r8s-userdebug \
|
||||
r8s-eng
|
||||
lineage_r8s-user \
|
||||
lineage_r8s-userdebug \
|
||||
lineage_r8s-eng
|
||||
|
||||
@@ -23,7 +23,7 @@ $(call inherit-product, device/samsung/r8s/device.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
$(call inherit-product, vendor/leaf/config/common_full_phone.mk)
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
# Device identifier. This must come after all inclusions
|
||||
PRODUCT_DEVICE := r8s
|
||||
Reference in New Issue
Block a user