Inline usages of LOCAL_STEM am: e30180b4db am: e997c7ee16 am: 76699a046e

Original change: https://android-review.googlesource.com/c/device/google/bramble/+/1931046

Change-Id: Ibb9f5a076f923e3ed0a97ff99bd1e7993290e5ac
This commit is contained in:
Cole Faust
2021-12-22 01:05:11 +00:00
committed by Automerger Merge Worker
2 changed files with 4 additions and 8 deletions

View File

@@ -12,7 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
LOCAL_STEM := bramble/BoardConfigPartial.mk
-include vendor/google_devices/$(LOCAL_STEM)
-include vendor/qcom/$(LOCAL_STEM)
-include vendor/google_devices/bramble/BoardConfigPartial.mk
-include vendor/qcom/bramble/BoardConfigPartial.mk

View File

@@ -12,7 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
LOCAL_STEM := bramble/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/bramble/device-partial.mk)
$(call inherit-product-if-exists, vendor/qcom/bramble/device-partial.mk)