diff options
| author | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2020-07-29 15:43:24 -0300 |
|---|---|---|
| committer | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2020-07-31 08:04:15 -0300 |
| commit | 4c94e2145c86a6995c1b25746cc551d932685dc0 (patch) | |
| tree | e2909149bf7a1e0668014ed1752b90345f508393 | |
| parent | be4931439755be41377cef20a85c6864cdd6c4e2 (diff) | |
osprey: Aicipify
Change-Id: I4703e68b46b034cf13fc297447d4f08bda1797c2
| -rw-r--r-- | AndroidProducts.mk | 4 | ||||
| -rw-r--r-- | aicp.dependencies (renamed from lineage.dependencies) | 0 | ||||
| -rw-r--r-- | aicp_osprey.mk (renamed from lineage_osprey.mk) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk index b03c1fc..ba37749 100644 --- a/AndroidProducts.mk +++ b/AndroidProducts.mk @@ -14,7 +14,7 @@ # limitations under the License. PRODUCT_MAKEFILES := \ - $(LOCAL_DIR)/lineage_osprey.mk + $(LOCAL_DIR)/aicp_osprey.mk COMMON_LUNCH_CHOICES := \ - lineage_osprey-userdebug + aicp_osprey-userdebug diff --git a/lineage.dependencies b/aicp.dependencies index 30b7919..30b7919 100644 --- a/lineage.dependencies +++ b/aicp.dependencies diff --git a/lineage_osprey.mk b/aicp_osprey.mk index 02f1392..b2557c8 100644 --- a/lineage_osprey.mk +++ b/aicp_osprey.mk @@ -21,7 +21,7 @@ TARGET_SCREEN_HEIGHT := 1280 ## Device identifier. This must come after all inclusions PRODUCT_DEVICE := osprey -PRODUCT_NAME := lineage_osprey +PRODUCT_NAME := aicp_osprey PRODUCT_MODEL := MotoG3 PRODUCT_BRAND := Motorola PRODUCT_MANUFACTURER := Motorola |
