summaryrefslogtreecommitdiff
path: root/self-extractors_hikey960
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:52:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:52:52 +0000
commitb6adc5e2be61a59ded39267b00b1a15a1d4c1462 (patch)
tree90aacb633d142c11c6922b13965018a37799de0e /self-extractors_hikey960
parent0f093620bf86767800575bbd7644fde3c29963b1 (diff)
parent9f8b1d25aaf497ac7a04690a235050323519aecb (diff)
downloadhikey-b6adc5e2be61a59ded39267b00b1a15a1d4c1462.tar.gz
Change-Id: Ic7878aff9a21c0c57fef66cc871ce587dfbb86ae
Diffstat (limited to 'self-extractors_hikey960')
-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)