diff options
author | Devin Kim <dojip.kim@lge.com> | 2017-03-01 07:49:22 +0900 |
---|---|---|
committer | Zhijun He <zhijunhe@google.com> | 2017-03-03 17:55:47 +0000 |
commit | 91d9cab3fd5fe3001bf6c7c73348ced9a318aa00 (patch) | |
tree | 62d2a538194de667032da447af048698acb21268 /BoardConfig.mk | |
parent | a9ab449bd42b5d1cebf1ad679c9ab5f286f16ce8 (diff) | |
download | device_google_taimen-91d9cab3fd5fe3001bf6c7c73348ced9a318aa00.tar.gz device_google_taimen-91d9cab3fd5fe3001bf6c7c73348ced9a318aa00.tar.bz2 device_google_taimen-91d9cab3fd5fe3001bf6c7c73348ced9a318aa00.zip |
Inherit the taimen vendor specific makefiles
Change-Id: I0081b686a79e5b7438efffba07c0a5fdf599e034
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index f8827c8..90e16c9 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -18,3 +18,5 @@ TARGET_BOOTLOADER_BOARD_NAME := taimen DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS := 0x00000056 include device/qcom/msmcobalt/CommonBoardConfig.mk + +-include vendor/google_devices/taimen/BoardConfigVendor.mk |