add vendor.img

This commit is contained in:
followmsi 2017-03-31 22:23:21 +02:00
parent 7dfaf0efeb
commit 509cf9467c
3 changed files with 5 additions and 5 deletions

View File

@ -14,5 +14,5 @@
LOCAL_STEM := dragon/BoardConfigPartial.mk
# -include vendor/google_devices/$(LOCAL_STEM)
-include vendor/google_devices/$(LOCAL_STEM)
-include vendor/nvidia/$(LOCAL_STEM)

View File

@ -13,6 +13,6 @@
# limitations under the License.
# Vendor blob(s) necessary for Dragon hardware
# PRODUCT_COPY_FILES := \
# vendor/google_devices/dragon/proprietary/vendor.img:vendor.img:google \
#
PRODUCT_COPY_FILES := \
vendor/google_devices/dragon/proprietary/vendor.img:vendor.img:google \

View File

@ -14,5 +14,5 @@
LOCAL_STEM := dragon/device-partial.mk
# $(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
$(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))