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: Icf9126f27d81486847d07224a49f92c19e4a49d5
This commit is contained in:
Cole Faust 2022-01-07 16:03:00 -08:00 committed by TreeHugger Robot
parent 3212203ecb
commit db13b85d51
4 changed files with 4 additions and 12 deletions

View file

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

View file

@ -12,6 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
LOCAL_STEM := oriole/device-partial.mk $(call inherit-product-if-exists, vendor/google_devices/oriole/BoardConfigPartial.mk)
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))

View file

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

View file

@ -12,6 +12,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
LOCAL_STEM := raven/device-partial.mk $(call inherit-product-if-exists, vendor/google_devices/raven/device-partial.mk)
$(call inherit-product-if-exists, vendor/google_devices/$(LOCAL_STEM))