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: Ie25a7b8d97d821c2b02aed936e8dbfe779094887
This commit is contained in:
Cole Faust
2021-12-21 11:41:45 -08:00
parent 6132be309b
commit e30180b4db
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)