summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2021-12-22 00:47:24 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-12-22 00:47:24 +0000
commit6c9968b3a27a5e34a447e7d721c9590ef2293781 (patch)
tree24c0d1cfe8b1368a40dda222bbacb593bb9b67a0
parent83b566544b45d28765485bc54a7362210ceb5f59 (diff)
parent29638a6c23a65c1043a6dc13a4d5233d6ecaf7d5 (diff)
downloadhikey-6c9968b3a27a5e34a447e7d721c9590ef2293781.tar.gz
Inline usages of LOCAL_STEM am: 33d527ffff am: cd65f2be84 am: 6d82bd5e55 am: 29638a6c23
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/1930926 Change-Id: Ib846dc864b1265cbd305c401ccf4935248a70741
-rw-r--r--self-extractors_hikey960/root/BoardConfigVendor.mk4
-rw-r--r--self-extractors_hikey960/root/device-vendor.mk4
2 files changed, 2 insertions, 6 deletions
diff --git a/self-extractors_hikey960/root/BoardConfigVendor.mk b/self-extractors_hikey960/root/BoardConfigVendor.mk
index 1517386a..e70a67dd 100644
--- a/self-extractors_hikey960/root/BoardConfigVendor.mk
+++ b/self-extractors_hikey960/root/BoardConfigVendor.mk
@@ -12,6 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-LOCAL_STEM := hikey960/BoardConfigPartial.mk
-
--include vendor/linaro/$(LOCAL_STEM)
+-include vendor/linaro/hikey960/BoardConfigPartial.mk
diff --git a/self-extractors_hikey960/root/device-vendor.mk b/self-extractors_hikey960/root/device-vendor.mk
index 31f5c3a3..f4fb1bb6 100644
--- a/self-extractors_hikey960/root/device-vendor.mk
+++ b/self-extractors_hikey960/root/device-vendor.mk
@@ -14,6 +14,4 @@
# limitations under the License.
#
-LOCAL_STEM := device-partial.mk
-
-$(call inherit-product-if-exists, vendor/linaro/hikey960/hisilicon/$(LOCAL_STEM))
+$(call inherit-product-if-exists, vendor/linaro/hikey960/hisilicon/device-partial.mk)