Skip to content

Commit

Permalink
payton: Initial adaptation for AOSP
Browse files Browse the repository at this point in the history
* RiseOS does not have roomservice support, but still,
let us change to aosp.dependencies :p

Signed-off-by: Daniel Vásquez <[email protected]>
  • Loading branch information
danielgusvt committed Apr 14, 2019
1 parent ab1a0c4 commit db4fc07
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AndroidProducts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
#

PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/lineage_payton.mk
$(LOCAL_DIR)/aosp_payton.mk
File renamed without changes.
4 changes: 1 addition & 3 deletions lineage_payton.mk → aosp_payton.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

# Inherit some common Lineage stuff.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)

$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)

Expand Down Expand Up @@ -68,7 +66,7 @@ endif

# Device identifiers
PRODUCT_DEVICE := payton
PRODUCT_NAME := lineage_payton
PRODUCT_NAME := aosp_payton
PRODUCT_BRAND := motorola
PRODUCT_MODEL := Moto X4
PRODUCT_MANUFACTURER := Motorola
Expand Down

0 comments on commit db4fc07

Please sign in to comment.