diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-02-03 18:58:54 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:11:08 +0200 |
commit | 85fa95acacdfecfdd8eb1da7358262cef1506afa (patch) | |
tree | cfe90d18cdaa282e6711ddb67d88e70f9d274951 | |
parent | 0ddc32887c8489772264a1996cce1fccaa69bd8d (diff) |
z2_plus: enable eng and userdebug build type
-rwxr-xr-x | BoardConfig.mk | 2 | ||||
-rwxr-xr-x | vendorsetup.sh | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index a33f4cb..84622e1 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -21,7 +21,7 @@ # definition file). # -TARGET_BUILD_VARIANT:=user +#TARGET_BUILD_VARIANT:=user TARGET_OTA_ASSERT_DEVICE := z2,Z2,z2plus,z2_plus diff --git a/vendorsetup.sh b/vendorsetup.sh index 80004e4..226e753 100755 --- a/vendorsetup.sh +++ b/vendorsetup.sh @@ -1 +1,2 @@ -add_lunch_combo lineage_z2_plus-user +add_lunch_combo du_z2_plus-userdebug +add_lunch_combo du_z2_plus-eng |