micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 1 | # 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 | # |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 21 | |
micky387 | 733b771 | 2020-08-11 04:10:19 +0200 | [diff] [blame^] | 22 | # Inherit from asus sm8250-common |
| 23 | -include device/asus/sm8250-common/BoardConfigCommon.mk |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 24 | |
micky387 | 733b771 | 2020-08-11 04:10:19 +0200 | [diff] [blame^] | 25 | DEVICE_PATH := device/asus/rog3 |
Marko Man | ef8d7e4 | 2018-08-26 23:20:31 +0200 | [diff] [blame] | 26 | |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 27 | # Bluetooth |
micky387 | 18f07ac | 2019-06-10 00:40:50 +0200 | [diff] [blame] | 28 | BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(DEVICE_PATH)/bluetooth |
micky387 | 363ebe7 | 2020-05-03 18:17:39 +0200 | [diff] [blame] | 29 | |
micky387 | 679a11f | 2019-06-11 02:18:20 +0200 | [diff] [blame] | 30 | # Kernel |
micky387 | 733b771 | 2020-08-11 04:10:19 +0200 | [diff] [blame^] | 31 | TARGET_KERNEL_CONFIG := vendor/rog3_defconfig |
micky387 | 0f68c2b | 2019-09-11 14:28:27 +0200 | [diff] [blame] | 32 | |
micky387 | 733b771 | 2020-08-11 04:10:19 +0200 | [diff] [blame^] | 33 | # Properties |
| 34 | TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop |
micky387 | e5ae8c7 | 2019-08-07 20:01:48 +0200 | [diff] [blame] | 35 | |
micky387 | 733b771 | 2020-08-11 04:10:19 +0200 | [diff] [blame^] | 36 | # inherit from the proprietary version |
| 37 | -include vendor/asus/rog3/BoardConfigVendor.mk |