commit | cd65f2be84758ebc655f6144181c35ebfc66653b | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Tue Dec 21 23:54:35 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 21 23:54:35 2021 +0000 |
tree | 24c0d1cfe8b1368a40dda222bbacb593bb9b67a0 | |
parent | 9a58c185cdc45ba22cd3d704eca957b223bd3289 [diff] | |
parent | 33d527ffff2fcf55bbcb59330cc919b47db8730b [diff] |
Inline usages of LOCAL_STEM am: 33d527ffff Original change: https://android-review.googlesource.com/c/device/linaro/hikey/+/1930926 Change-Id: I326f3acfefede85aa26c9b572c1c728189278c39
diff --git a/self-extractors_hikey960/root/BoardConfigVendor.mk b/self-extractors_hikey960/root/BoardConfigVendor.mk index 1517386..e70a67d 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 31f5c3a..f4fb1bb 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)