diff options
| author | Abhisek Devkota <ciwrl@lineageos.org> | 2017-12-23 22:10:18 -0800 |
|---|---|---|
| committer | Abhisek Devkota <ciwrl@lineageos.org> | 2018-01-08 23:15:21 -0800 |
| commit | fa91440403290212659bb4fce893207f7c9c7cde (patch) | |
| tree | 1d72ded4ebe8262d580731cbe353a7240a637d29 | |
| parent | 0f0d8b18a3f4045676e94583d9ed4346bfa9d362 (diff) | |
Initial Lineage mk files and dependencies
Change-Id: I1dbc1fd122da9de7f691f09a472eade1057379c0
| -rw-r--r-- | lineage.dependencies | 6 | ||||
| -rw-r--r-- | walleye/lineage.mk | 24 |
2 files changed, 30 insertions, 0 deletions
diff --git a/lineage.dependencies b/lineage.dependencies new file mode 100644 index 0000000..9372c78 --- /dev/null +++ b/lineage.dependencies @@ -0,0 +1,6 @@ +[ + { + "repository": "android_device_google_wahoo", + "target_path": "device/google/wahoo" + } +] diff --git a/walleye/lineage.mk b/walleye/lineage.mk new file mode 100644 index 0000000..5030e89 --- /dev/null +++ b/walleye/lineage.mk @@ -0,0 +1,24 @@ +# Boot animation +TARGET_SCREEN_HEIGHT := 1920 +TARGET_SCREEN_WIDTH := 1080 + +# Inherit some common Lineage stuff. +$(call inherit-product, vendor/lineage/config/common_full_phone.mk) + +# Inherit device configuration +$(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_BRAND := google +PRODUCT_MODEL := Pixel 2 +TARGET_MANUFACTURER := Google + +PRODUCT_BUILD_PROP_OVERRIDES += \ + PRODUCT_NAME=walleye \ + BUILD_FINGERPRINT=google/walleye/walleye:8.1.0/OPM1.171019.011/4448085:user/release-keys \ + PRIVATE_BUILD_DESC="walleye-user 8.1.0 OPM1.171019.011 4448085 release-keys" + +$(call inherit-product-if-exists, vendor/google/walleye/walleye-vendor.mk) |
