commit | 846bc0de3871b26569a1109d9bafd04ada55a995 | [log] [tgz] |
---|---|---|
author | Pierre-Hugues Husson <phh@phh.me> | Wed Mar 28 23:08:57 2018 +0200 |
committer | Pierre-Hugues Husson <phh@phh.me> | Wed Mar 28 23:08:57 2018 +0200 |
tree | b332d0e48dfeb5b151ac0b3c23322c9466a8a021 | |
parent | 76e806921c3ab9489171fbd46d021bdb7bde9816 [diff] [blame] |
Make a board-base to be included by all boards
diff --git a/board-base.mk b/board-base.mk new file mode 100644 index 0000000..c9cb49a --- /dev/null +++ b/board-base.mk
@@ -0,0 +1,2 @@ +TARGET_SYSTEM_PROP := device/phh/treble/system.prop $(TARGET_SYSTEM_PROP) +BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/phh/treble/bluetooth