summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2021-12-22 00:28:50 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-12-22 00:28:50 +0000
commit29638a6c23a65c1043a6dc13a4d5233d6ecaf7d5 (patch)
tree24c0d1cfe8b1368a40dda222bbacb593bb9b67a0
parentaf850c69a12cd92bf02f3bfca18c955c0c1eb4be (diff)
parent6d82bd5e554ab757f7e733951d5960cbbcfd55b6 (diff)
downloadhikey-29638a6c23a65c1043a6dc13a4d5233d6ecaf7d5.tar.gz
Inline usages of LOCAL_STEM am: 33d527ffff am: cd65f2be84 am: 6d82bd5e55
Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/1930926 Change-Id: Ia34ae5cfb82949c5c61b51f967cc0a74b1de4863
-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)