summaryrefslogtreecommitdiff
path: root/self-extractors/root
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2018-10-02 14:51:04 -0700
committerBill Yi <byi@google.com>2018-10-11 17:03:31 +0000
commit1a07296b79ca015650e0ad90aa2a346336dcbc66 (patch)
treeadd8268f531b04540b84833d8a386503649b12cb /self-extractors/root
parente44c68205c7a0aa945eaed7ba8a27c2ec1e0697f (diff)
downloadbonito-1a07296b79ca015650e0ad90aa2a346336dcbc66.tar.gz
Add vendor blobs support for B4S4
TEST:make aosp_bonito-userdebug/sargo and flashed B4/S4 BUG:117168130 Change-Id: I6b6f281cb8d9544903d5fd1127ccff1b2382122e
Diffstat (limited to 'self-extractors/root')
-rw-r--r--self-extractors/root/android-info.txt5
-rw-r--r--self-extractors/root/proprietary/device-vendor.mk6
2 files changed, 7 insertions, 4 deletions
diff --git a/self-extractors/root/android-info.txt b/self-extractors/root/android-info.txt
index 59c3958c..d718628c 100644
--- a/self-extractors/root/android-info.txt
+++ b/self-extractors/root/android-info.txt
@@ -1,7 +1,6 @@
require board=bonito|sargo
-require partition-exists=product
-require version-bootloader=b1c1-0.1-4768668
+require version-bootloader=b4s4-0.1-5041042
-require version-baseband=g845-00008-180429-B-4752067
+require version-baseband=g670-00019-180926-B-5031023
diff --git a/self-extractors/root/proprietary/device-vendor.mk b/self-extractors/root/proprietary/device-vendor.mk
index b241870a..b00c611c 100644
--- a/self-extractors/root/proprietary/device-vendor.mk
+++ b/self-extractors/root/proprietary/device-vendor.mk
@@ -12,7 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-LOCAL_STEM := bonito/device-partial.mk
+ifneq ($(filter sargo,$(TARGET_DEVICE)),)
+LOCAL_STEM := sargo/BoardConfigPartial.mk
+else
+LOCAL_STEM := bonito/BoardConfigPartial.mk
+endif
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))