mirror of
https://github.com/followmsi/android_vendor.git
synced 2024-11-06 21:55:44 +00:00
add vendor.img
This commit is contained in:
parent
7dfaf0efeb
commit
509cf9467c
3 changed files with 5 additions and 5 deletions
|
@ -14,5 +14,5 @@
|
||||||
|
|
||||||
LOCAL_STEM := dragon/BoardConfigPartial.mk
|
LOCAL_STEM := dragon/BoardConfigPartial.mk
|
||||||
|
|
||||||
# -include vendor/google_devices/$(LOCAL_STEM)
|
-include vendor/google_devices/$(LOCAL_STEM)
|
||||||
-include vendor/nvidia/$(LOCAL_STEM)
|
-include vendor/nvidia/$(LOCAL_STEM)
|
||||||
|
|
|
@ -13,6 +13,6 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
# Vendor blob(s) necessary for Dragon hardware
|
# Vendor blob(s) necessary for Dragon hardware
|
||||||
# PRODUCT_COPY_FILES := \
|
PRODUCT_COPY_FILES := \
|
||||||
# vendor/google_devices/dragon/proprietary/vendor.img:vendor.img:google \
|
vendor/google_devices/dragon/proprietary/vendor.img:vendor.img:google \
|
||||||
#
|
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
|
|
||||||
LOCAL_STEM := dragon/device-partial.mk
|
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))
|
$(call inherit-product-if-exists, vendor/nvidia/$(LOCAL_STEM))
|
||||||
|
|
Loading…
Reference in a new issue