aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidProducts.mk2
-rw-r--r--README.md2
-rw-r--r--lineage_i9305.mk (renamed from aosp_i9305.mk)7
-rw-r--r--vendorsetup.sh2
4 files changed, 7 insertions, 6 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index ca11cef..37e30b4 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -15,4 +15,4 @@
#
PRODUCT_MAKEFILES := \
- $(LOCAL_DIR)/aosp_i9305.mk
+ $(LOCAL_DIR)/lineage_i9305.mk
diff --git a/README.md b/README.md
index 72fec5a..8a90f56 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ Run the following commands to build AOSP:
`
. build/envsetup.sh
-lunch aosp_i9305-userdebug
+lunch lineage_i9305-userdebug
make -j9
`
diff --git a/aosp_i9305.mk b/lineage_i9305.mk
index 4a67c97..2529466 100644
--- a/aosp_i9305.mk
+++ b/lineage_i9305.mk
@@ -14,14 +14,15 @@
# limitations under the License.
#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)
$(call inherit-product, device/samsung/i9305/device.mk)
+$(call inherit-product, vendor/lineage/config/common_full.mk)
-PRODUCT_NAME := aosp_i9305
+PRODUCT_NAME := lineage_i9305
PRODUCT_DEVICE := i9305
PRODUCT_BRAND := Putti
-PRODUCT_MODEL := AOSP on i9305
+PRODUCT_MODEL := Lineage on i9305
PRODUCT_MANUFACTURER := Putti
# Disable A/B update
diff --git a/vendorsetup.sh b/vendorsetup.sh
index f97940f..bf5fcfb 100644
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -14,4 +14,4 @@
# limitations under the License.
#
-add_lunch_combo aosp_i9305-userdebug
+add_lunch_combo lineage_i9305-userdebug