summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Filetto <matt.filetto@gmail.com>2017-02-15 19:09:35 -0800
committerMatt Filetto <matt.filetto@gmail.com>2017-02-19 12:42:59 +0000
commitb65fcfcbd372d59b3e6f90e2f7d1b87cc6773a2b (patch)
tree8bf161727efadf03e2d94a349f5e20a0629e269e
parentf53b904050a342b18e644bcdb5011564330c6dee (diff)
h918: Use msm8996-common extraction scripts
Change-Id: I321b13aacea9d83b9bbbc4e412a2cbf28461e03e
-rwxr-xr-xextract-files.sh4
-rwxr-xr-xsetup-makefiles.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 796ed9a..ddae69d 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -1,6 +1,7 @@
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2017 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,6 +20,7 @@ set -e
export DEVICE=h918
export DEVICE_COMMON=v20-common
+export PLATFORM_COMMON=msm8996-common
export VENDOR=lge
-./../$DEVICE_COMMON/extract-files.sh $@
+./../$PLATFORM_COMMON/extract-files.sh $@
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index ef1639d..699baeb 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -1,6 +1,7 @@
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2017 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -19,6 +20,7 @@ set -e
export DEVICE=h918
export DEVICE_COMMON=v20-common
+export PLATFORM_COMMON=msm8996-common
export VENDOR=lge
-./../$DEVICE_COMMON/setup-makefiles.sh $@
+./../$PLATFORM_COMMON/setup-makefiles.sh $@