Skip to content

Commit

Permalink
b4s4: disable BUILD_WITHOUT_VENDOR
Browse files Browse the repository at this point in the history
Change-Id: I13d3c5c0de28ff0994abc57f441b13045adc2794
  • Loading branch information
invisiblek committed Nov 3, 2019
1 parent 166b05e commit 1e6f0bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions device.mk
Expand Up @@ -63,9 +63,9 @@ $(call inherit-product, $(LOCAL_PATH)/utils.mk)
# Installs gsi keys into ramdisk, to boot a GSI with verified boot.
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)

ifeq ($(wildcard vendor/google_devices/bonito/proprietary/device-vendor-bonito.mk),)
BUILD_WITHOUT_VENDOR := true
endif
#ifeq ($(wildcard vendor/google_devices/bonito/proprietary/device-vendor-bonito.mk),)
# BUILD_WITHOUT_VENDOR := true
#endif

PRODUCT_CHARACTERISTICS := nosdcard
PRODUCT_SHIPPING_API_LEVEL := 28
Expand Down

0 comments on commit 1e6f0bb

Please sign in to comment.