android_device_asus_deb/BoardConfig.mk
Kevin F. Haggerty 9b7d17b388 deb: Don't let builds complete without vendor tree
* There is zero reason to ever build without blobs. We've even seen
  this situation with official builds from our servers. It's always
  better for a build to fail than it is for it to produce something
  that has no chance at working.

Change-Id: I4968795670c91f691e9ecdc0e4af62e16ba3a93a
2021-11-24 17:07:00 +01:00

34 lines
1.1 KiB
Makefile

#
# Copyright (C) 2011 The Android Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
TARGET_BOOTLOADER_BOARD_NAME := deb
TARGET_BOOTLOADER_NAME := deb
TARGET_BOARD_INFO_FILE := device/asus/deb/board-info.txt
DEVICE_MANIFEST_FILE := device/asus/deb/manifest.xml
TARGET_RELEASETOOLS_EXTENSIONS := device/asus/deb
TARGET_SYSTEM_PROP := \
device/asus/flo/system.prop \
device/asus/deb/system.prop
TARGET_RECOVERY_FSTAB = device/asus/deb/rootdir/etc/fstab.deb
BOARD_VENDOR_SEPOLICY_DIRS += device/asus/deb/sepolicy
include vendor/asus/deb/BoardConfigVendor.mk
include device/asus/flo/BoardConfigCommon.mk