diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2017-02-15 19:09:35 -0800 |
|---|---|---|
| committer | Matt Filetto <matt.filetto@gmail.com> | 2017-02-19 12:42:59 +0000 |
| commit | b65fcfcbd372d59b3e6f90e2f7d1b87cc6773a2b (patch) | |
| tree | 8bf161727efadf03e2d94a349f5e20a0629e269e | |
| parent | f53b904050a342b18e644bcdb5011564330c6dee (diff) | |
h918: Use msm8996-common extraction scripts
Change-Id: I321b13aacea9d83b9bbbc4e412a2cbf28461e03e
| -rwxr-xr-x | extract-files.sh | 4 | ||||
| -rwxr-xr-x | setup-makefiles.sh | 4 |
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 $@ |
