diff options
Diffstat (limited to 'BoardConfigCommon.mk')
| -rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e4951c8..7f7b96a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -13,7 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -VENDOR_PATH := device/google/msm8916-common + +PLATFORM_PATH := device/google/msm8916-common # Include board config fragments -include $(VENDOR_PATH)/board/*.mk +include $(PLATFORM_PATH)/board/*.mk |
