diff options
| author | Shubh@m <shubhindia123@gmail.com> | 2019-02-18 11:07:21 +0530 |
|---|---|---|
| committer | Shubh@m <shubhindia123@gmail.com> | 2019-02-18 11:07:21 +0530 |
| commit | d0fe893bd69687c1e1fa6012f227af1537658691 (patch) | |
| tree | b2e695acf916e5eeed54a7481ba897d60aea18bb | |
| parent | de55479815d7c20921c6895ff4b8e2256f9d8255 (diff) | |
oneplus2: aicp-fy
Signed-off-by: Shubh@m <shubhindia123@gmail.com>
| -rw-r--r-- | AndroidProducts.mk | 2 | ||||
| -rw-r--r-- | aicp.dependencies (renamed from lineage.dependencies) | 0 | ||||
| -rw-r--r-- | aicp_oneplus2.mk (renamed from lineage_oneplus2.mk) | 4 |
3 files changed, 3 insertions, 3 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index b4ff00e..3966bfc 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -14,4 +14,4 @@ # limitations under the License. PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_oneplus2.mk + $(LOCAL_DIR)/aicp_oneplus2.mk diff --git a/lineage.dependencies b/aicp.dependencies index e5d96c5..e5d96c5 100644 --- a/lineage.dependencies +++ b/aicp.dependencies diff --git a/lineage_oneplus2.mk b/aicp_oneplus2.mk index de029a5..b07e483 100644 --- a/lineage_oneplus2.mk +++ b/aicp_oneplus2.mk @@ -22,9 +22,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_l_mr1.mk $(call inherit-product, device/oneplus/oneplus2/device.mk) # Inherit some common Lineage stuff. -$(call inherit-product, vendor/lineage/config/common_full_phone.mk) +$(call inherit-product, vendor/aicp/config/common_full_phone.mk) -PRODUCT_NAME := lineage_oneplus2 +PRODUCT_NAME := aicp_oneplus2 PRODUCT_DEVICE := oneplus2 PRODUCT_MANUFACTURER := OnePlus PRODUCT_BRAND := OnePlus |
