diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2015-01-11 11:23:30 +0100 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2015-01-12 13:25:22 +0000 |
commit | cf6285d0d59d748ee2ffc7486c056f6d48a1820a (patch) | |
tree | 7f06471986327b444758d4c87a4c8460d8413edc | |
parent | 4bf737c9d433b60422d65737056d7e3febe43f5c (diff) |
Append to TARGET_SPECIFIC_HEADER_PATH
Change-Id: I0af8aeea4bcb9b7a2dcaba3403893997bdf278c3
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7aa9c46..16f3ba2 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -15,7 +15,7 @@ # inherit from msm8974-common include device/sony/msm8974-common/BoardConfigCommon.mk -TARGET_SPECIFIC_HEADER_PATH := device/sony/shinano-common/include +TARGET_SPECIFIC_HEADER_PATH += device/sony/shinano-common/include # Platform BOARD_VENDOR_PLATFORM := shinano |