diff options
-rw-r--r-- | XOS.dependencies | 17 | ||||
-rw-r--r-- | XOS.mk (renamed from aosp_z2_plus.mk) | 4 | ||||
-rwxr-xr-x | vendorsetup.sh | 4 |
3 files changed, 21 insertions, 4 deletions
diff --git a/XOS.dependencies b/XOS.dependencies new file mode 100644 index 0000000..2fc48ff --- /dev/null +++ b/XOS.dependencies @@ -0,0 +1,17 @@ +[ + { + "repository": "android_kernel_zuk_msm8996", + "target_path": "kernel/zuk/msm8996", + "branch": "staging/noog-caf" + }, + { + "repository": "android_vendor_zuk_z2_plus", + "target_path": "vendor/zuk/z2_plus", + "branch": "XOS-7.1" + }, + { + "repository": "android_vendor_qcom_binaries", + "target_path": "vendor/qcom/binaries", + "branch": "XOS-7.1" + }, +] @@ -21,9 +21,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, device/zuk/z2_plus/device.mk) # Inherit some common AOSP-OMS stuff. -$(call inherit-product, vendor/aosp/common.mk) +$(call inherit-product, vendor/xos/config/common.mk) -PRODUCT_NAME := aosp_z2_plus +PRODUCT_NAME := XOS_z2_plus PRODUCT_DEVICE := z2_plus PRODUCT_MANUFACTURER := ZUK PRODUCT_BRAND := ZUK diff --git a/vendorsetup.sh b/vendorsetup.sh index d1a0d83..1452d83 100755 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1,2 +1,2 @@ -add_lunch_combo aosp_z2_plus-userdebug -add_lunch_combo aosp_z2_plus-eng +add_lunch_combo XOS_z2_plus-userdebug +add_lunch_combo XOS_z2_plus-eng |