Skip to content

Commit

Permalink
X00TD: Enforce common device & vendor tree presence
Browse files Browse the repository at this point in the history
A compiled build has no chance of booting without the common device setup
and the prebuilt binaries, so fail the build if those are not present.

Change-Id: Iadd43e887d426732e549969ab8deb14194ca818d
  • Loading branch information
raymanfx authored and rk779 committed Jan 24, 2021
1 parent c345b63 commit 0a27dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

# Inherit from sdm660-common
-include device/asus/sdm660-common/BoardConfigCommon.mk
include device/asus/sdm660-common/BoardConfigCommon.mk

DEVICE_PATH := device/asus/X00TD

Expand All @@ -23,4 +23,4 @@ DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
TARGET_KERNEL_CONFIG := X00TD_defconfig

# Inherit the proprietary files
-include vendor/asus/X00TD/BoardConfigVendor.mk
include vendor/asus/X00TD/BoardConfigVendor.mk
4 changes: 2 additions & 2 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
X00TDWifiOverlay

# Inherit proprietary files
$(call inherit-product-if-exists, vendor/asus/X00TD/X00TD-vendor.mk)
# Inherit the proprietary files
$(call inherit-product, vendor/asus/X00TD/X00TD-vendor.mk)

0 comments on commit 0a27dac

Please sign in to comment.