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