Skip to content

Commit

Permalink
Revert "Unhardcode vendor from OTA images"
Browse files Browse the repository at this point in the history
This reverts commit e25cdf2.
  • Loading branch information
anestisb committed Jan 9, 2019
1 parent 697416b commit 66cef87
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 16 deletions.
4 changes: 1 addition & 3 deletions angler/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"aosp-vendor-dir": "huawei",
"device-family": "angler",
"supported-apis": ["api-23", "api-24", "api-25", "api-26", "api-27"],
"extra-partitions": [
"vendor"
],
"extra-partitions": [],
"AndroidMk": "angler/Android.mk",
"BoardConfigVendorMk": "angler/BoardConfigVendor.mk",
"DeviceVendorMk": "angler/device-vendor.mk",
Expand Down
1 change: 0 additions & 1 deletion blueline/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"product",
"qupfw",
"tz",
"vendor",
"xbl",
"xbl_config"
],
Expand Down
4 changes: 1 addition & 3 deletions bullhead/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"aosp-vendor-dir": "lge",
"device-family": "bullhead",
"supported-apis": ["api-23", "api-24", "api-25", "api-26", "api-27"],
"extra-partitions": [
"vendor"
],
"extra-partitions": [],
"AndroidMk": "bullhead/Android.mk",
"BoardConfigVendorMk": "bullhead/BoardConfigVendor.mk",
"DeviceVendorMk": "bullhead/device-vendor.mk",
Expand Down
1 change: 0 additions & 1 deletion crosshatch/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"product",
"qupfw",
"tz",
"vendor",
"xbl",
"xbl_config"
],
Expand Down
4 changes: 1 addition & 3 deletions flounder/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"aosp-vendor-dir": "htc",
"device-family": "flounder",
"supported-apis": ["api-23", "api-24", "api-25"],
"extra-partitions": [
"vendor"
],
"extra-partitions": [],
"AndroidMk": "flounder/Android.mk",
"BoardConfigVendorMk": "flounder/BoardConfigVendor.mk",
"DeviceVendorMk": "flounder/device-vendor.mk",
Expand Down
1 change: 0 additions & 1 deletion marlin/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"modem",
"pmic",
"rpm",
"vendor",
"tz",
"xbl"
],
Expand Down
1 change: 0 additions & 1 deletion sailfish/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"modem",
"pmic",
"rpm",
"vendor",
"tz",
"xbl"
],
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ update_ab_ota_partitions() {

{
echo "# Partitions to add in AB OTA images"
echo 'AB_OTA_PARTITIONS += \'
echo 'AB_OTA_PARTITIONS += vendor \'
for partition in "${EXTRA_IMGS[@]}"
do
echo " $partition \\"
Expand Down
1 change: 0 additions & 1 deletion taimen/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"modem",
"pmic",
"rpm",
"vendor",
"tz",
"xbl"
],
Expand Down
1 change: 0 additions & 1 deletion walleye/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"msadp",
"pmic",
"rpm",
"vendor",
"tz",
"xbl"
],
Expand Down

0 comments on commit 66cef87

Please sign in to comment.