diff options
author | Max Weffers <rcstar6696@gmail.com> | 2017-03-11 08:53:23 +0100 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-14 13:18:20 +0100 |
commit | 0fb1a17dca83816d614ecc4bcf466b559c8e9d09 (patch) | |
tree | 3d82019b07abeebab6e3c17b00b1513d365c99ca | |
parent | 6d70b5726858b80005eee48239af309705ffe4ba (diff) |
Add Shinano Product_Platform
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8dbd06d..74f78f2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -19,6 +19,7 @@ TARGET_SPECIFIC_HEADER_PATH += device/sony/shinano-common/include # Platform BOARD_VENDOR_PLATFORM := shinano +PRODUCT_PLATFORM:= shinano # Kernel information BOARD_KERNEL_BASE := 0x00000000 |