summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-12-22 18:41:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-12-22 18:41:58 +0000
commitb2f8d5c2e66323de61224dfb9dc6b7244e8f1d90 (patch)
tree3b646c1fee6447b380f2e42065756540dfa0922c
parent02944860b7b703953cc3ea48dff4c06f4b74b4b8 (diff)
parent1cd1f2e53c3ff998d8b4a0086684886a31dfe1d8 (diff)
downloadredfin-android-s-qpr3-beta-1.tar.gz
-rw-r--r--self-extractors/root/proprietary/BoardConfigVendor.mk6
-rw-r--r--self-extractors/root/proprietary/device-vendor.mk6
2 files changed, 4 insertions, 8 deletions
diff --git a/self-extractors/root/proprietary/BoardConfigVendor.mk b/self-extractors/root/proprietary/BoardConfigVendor.mk
index 3db23cb..a828720 100644
--- a/self-extractors/root/proprietary/BoardConfigVendor.mk
+++ b/self-extractors/root/proprietary/BoardConfigVendor.mk
@@ -12,7 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-LOCAL_STEM := redfin/BoardConfigPartial.mk
-
--include vendor/google_devices/$(LOCAL_STEM)
--include vendor/qcom/$(LOCAL_STEM)
+-include vendor/google_devices/redfin/BoardConfigPartial.mk
+-include vendor/qcom/redfin/BoardConfigPartial.mk
diff --git a/self-extractors/root/proprietary/device-vendor.mk b/self-extractors/root/proprietary/device-vendor.mk
index 4fc6a83..ec7073c 100644
--- a/self-extractors/root/proprietary/device-vendor.mk
+++ b/self-extractors/root/proprietary/device-vendor.mk
@@ -12,7 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-LOCAL_STEM := redfin/device-partial.mk
-
-$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))
-$(call inherit-product-if-exists, vendor/qcom/$(LOCAL_STEM))
+$(call inherit-product-if-exists, vendor/google_devices/redfin/device-partial.mk)
+$(call inherit-product-if-exists, vendor/qcom/redfin/device-partial.mk)