diff options
author | John Dias <joaodias@google.com> | 2017-02-06 16:06:08 -0800 |
---|---|---|
committer | John Dias <joaodias@google.com> | 2017-02-06 17:31:04 -0800 |
commit | f8239eb92e8c7be69a6654bad53a1ef137d38f76 (patch) | |
tree | 586d9a35ae37a77b75ad4b72128e9f690f310495 /BoardConfig.mk | |
parent | e5d21b9b78f5a603560a1fe335a84638294b33c4 (diff) | |
download | device_google_taimen-f8239eb92e8c7be69a6654bad53a1ef137d38f76.tar.gz device_google_taimen-f8239eb92e8c7be69a6654bad53a1ef137d38f76.tar.bz2 device_google_taimen-f8239eb92e8c7be69a6654bad53a1ef137d38f76.zip |
taimen: setup initial build targeting mtp8998
Test: built and flashed by hand
Change-Id: I02a0b803c2e8d769fe07d7db78d260527f486614
Signed-off-by: John Dias <joaodias@google.com>
Diffstat (limited to 'BoardConfig.mk')
-rw-r--r-- | BoardConfig.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk new file mode 100644 index 0000000..f8827c8 --- /dev/null +++ b/BoardConfig.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2017 The Android Open-Source Project +# +# 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. +# + +TARGET_BOOTLOADER_BOARD_NAME := taimen +DEFAULT_LOW_PERSISTENCE_MODE_BRIGHTNESS := 0x00000056 + +include device/qcom/msmcobalt/CommonBoardConfig.mk |