blob: bf798a67d0cade482e67560e95902e432078178e [file] [log] [blame]
micky38718f07ac2019-06-10 00:40:50 +02001# Copyright (C) 2010 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15#
16# This file is the build configuration for a full Android
17# build for grouper hardware. This cleanly combines a set of
18# device-specific aspects (drivers) with a device-agnostic
19# product configuration (apps).
20#
micky38718f07ac2019-06-10 00:40:50 +020021
micky387733b7712020-08-11 04:10:19 +020022# Inherit from asus sm8250-common
23-include device/asus/sm8250-common/BoardConfigCommon.mk
micky38718f07ac2019-06-10 00:40:50 +020024
micky387733b7712020-08-11 04:10:19 +020025DEVICE_PATH := device/asus/rog3
Marko Manef8d7e42018-08-26 23:20:31 +020026
micky38718f07ac2019-06-10 00:40:50 +020027# Bluetooth
micky38718f07ac2019-06-10 00:40:50 +020028BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth
micky387363ebe72020-05-03 18:17:39 +020029
micky387679a11f2019-06-11 02:18:20 +020030# Kernel
micky387733b7712020-08-11 04:10:19 +020031TARGET_KERNEL_CONFIG := vendor/rog3_defconfig
micky3870f68c2b2019-09-11 14:28:27 +020032
micky387733b7712020-08-11 04:10:19 +020033# Properties
34TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
micky387e5ae8c72019-08-07 20:01:48 +020035
micky387733b7712020-08-11 04:10:19 +020036# inherit from the proprietary version
37-include vendor/asus/rog3/BoardConfigVendor.mk