diff options
| -rw-r--r-- | aicp.dependencies | 7 | ||||
| -rw-r--r-- | lineage.dependencies | 6 | ||||
| -rw-r--r-- | walleye/aicp.mk (renamed from walleye/lineage.mk) | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/aicp.dependencies b/aicp.dependencies new file mode 100644 index 0000000..818aa37 --- /dev/null +++ b/aicp.dependencies @@ -0,0 +1,7 @@ +[ + { + "repository": "AICP/device_google_wahoo", + "target_path": "device/google/wahoo", + "branch": "o8.1" + } +] diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index 9372c78..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "repository": "android_device_google_wahoo", - "target_path": "device/google/wahoo" - } -] diff --git a/walleye/lineage.mk b/walleye/aicp.mk index d8c1387..e6714c0 100644 --- a/walleye/lineage.mk +++ b/walleye/aicp.mk @@ -11,7 +11,7 @@ $(call inherit-product, device/google/muskie/aosp_walleye.mk) -include device/google/wahoo/device-lineage.mk ## Device identifier. This must come after all inclusions -PRODUCT_NAME := lineage_walleye +PRODUCT_NAME := aicp_walleye PRODUCT_BRAND := google PRODUCT_MODEL := Pixel 2 TARGET_MANUFACTURER := Google |
