aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-06-05 00:22:40 +0200
committerJoonas Kylmälä <joonas.kylmala@iki.fi>2019-06-12 16:49:32 -0400
commiteec900c3f2f2c1fbad96e8594967229ecc7a0c0f (patch)
tree160174b0f272caa515cd6bd483537f866ee912bd
parentc8d7ac5a4ecf62b7000a1f324372e18d363e32d0 (diff)
downloaddevice_samsung_i9305-eec900c3f2f2c1fbad96e8594967229ecc7a0c0f.tar.gz
device_samsung_i9305-eec900c3f2f2c1fbad96e8594967229ecc7a0c0f.tar.bz2
device_samsung_i9305-eec900c3f2f2c1fbad96e8594967229ecc7a0c0f.zip
Use the lineage build system
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-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