2013-03-11 18:12:54 +00:00
|
|
|
#
|
2013-05-29 01:46:16 +00:00
|
|
|
# Copyright (C) 2011 The Android Open-Source Project
|
2013-03-11 18:12:54 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
2013-05-31 20:15:57 +00:00
|
|
|
TARGET_BOOTLOADER_BOARD_NAME := deb
|
2013-05-29 01:46:16 +00:00
|
|
|
TARGET_BOOTLOADER_NAME := deb
|
|
|
|
TARGET_BOARD_INFO_FILE := device/asus/deb/board-info.txt
|
|
|
|
|
2017-10-24 09:41:51 +00:00
|
|
|
DEVICE_MANIFEST_FILE := device/asus/deb/manifest.xml
|
|
|
|
|
2013-05-29 01:46:16 +00:00
|
|
|
TARGET_RELEASETOOLS_EXTENSIONS := device/asus/deb
|
|
|
|
|
2016-11-21 03:36:50 +00:00
|
|
|
TARGET_SYSTEM_PROP := \
|
|
|
|
device/asus/flo/system.prop \
|
|
|
|
device/asus/deb/system.prop
|
2016-11-14 21:33:32 +00:00
|
|
|
|
2016-11-21 03:36:50 +00:00
|
|
|
TARGET_RECOVERY_FSTAB = device/asus/deb/rootdir/etc/fstab.deb
|
2013-05-29 01:46:16 +00:00
|
|
|
|
2019-05-28 12:03:21 +00:00
|
|
|
BOARD_VENDOR_SEPOLICY_DIRS += device/asus/deb/sepolicy
|
2016-11-15 20:06:27 +00:00
|
|
|
|
2021-04-09 14:18:37 +00:00
|
|
|
include vendor/asus/deb/BoardConfigVendor.mk
|
2013-05-29 01:46:16 +00:00
|
|
|
include device/asus/flo/BoardConfigCommon.mk
|