summaryrefslogtreecommitdiffstats
path: root/self-extractors/root
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-09-15 08:52:29 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-09-15 08:52:29 -0700
commitbc40014f8b3ed4efd775c57f55808f7f9c885938 (patch)
tree37b4bdfa82478b575358ffdd183b19a3c4543d46 /self-extractors/root
parent9e4c42ec94895ebc09b1fe27d9fbae0bccc3ffe1 (diff)
downloaddevice_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.zip
device_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.tar.gz
device_samsung_maguro-bc40014f8b3ed4efd775c57f55808f7f9c885938.tar.bz2
Updated scripts to generate maguro self-extractors
This adds invensense and widevine, and fine-tunes the other ones for better consistency and ease of maintenance. Bug: 4295425 Change-Id: Ia900c4350b02fb5c82454cf85dbc776465bda130
Diffstat (limited to 'self-extractors/root')
-rw-r--r--self-extractors/root/BoardConfigVendor.mk2
-rw-r--r--self-extractors/root/device-vendor.mk2
2 files changed, 4 insertions, 0 deletions
diff --git a/self-extractors/root/BoardConfigVendor.mk b/self-extractors/root/BoardConfigVendor.mk
index dd2354e..f874dee 100644
--- a/self-extractors/root/BoardConfigVendor.mk
+++ b/self-extractors/root/BoardConfigVendor.mk
@@ -17,6 +17,8 @@ LOCAL_STEM := maguro/BoardConfigMaguro.mk
-include vendor/broadcom/$(LOCAL_STEM)
-include vendor/csr/$(LOCAL_STEM)
-include vendor/imgtec/$(LOCAL_STEM)
+-include vendor/invensense/$(LOCAL_STEM)
-include vendor/nxp/$(LOCAL_STEM)
-include vendor/samsung/$(LOCAL_STEM)
-include vendor/ti/$(LOCAL_STEM)
+-include vendor/widevine/$(LOCAL_STEM)
diff --git a/self-extractors/root/device-vendor.mk b/self-extractors/root/device-vendor.mk
index 11a45cc..8c9a030 100644
--- a/self-extractors/root/device-vendor.mk
+++ b/self-extractors/root/device-vendor.mk
@@ -17,6 +17,8 @@ LOCAL_STEM := maguro/device-maguro.mk
$(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/imgtec/$(LOCAL_STEM))
+$(call inherit-product-if-exists, vendor/invensense/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/nxp/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/samsung/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/ti/$(LOCAL_STEM))
+$(call inherit-product-if-exists, vendor/widevine/$(LOCAL_STEM))