summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2021-12-21 11:46:39 -0800
committerCole Faust <colefaust@google.com>2021-12-21 11:46:39 -0800
commit33d527ffff2fcf55bbcb59330cc919b47db8730b (patch)
tree24c0d1cfe8b1368a40dda222bbacb593bb9b67a0
parent9a58c185cdc45ba22cd3d704eca957b223bd3289 (diff)
downloadhikey-33d527ffff2fcf55bbcb59330cc919b47db8730b.tar.gz
Inline usages of LOCAL_STEM
Having no variables in include/inherit-product statements makes the conversion to starlark cleaner. Bug: 211659921 Test: Presubmits Change-Id: I9253547c1562b9a781a82ddf448dca1cf0bd8d88
-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)