Inline usages of LOCAL_STEM am: db13b85d51

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16586133

Change-Id: I91490f72e9ece31d6a95f1507cfa321b2d037ee7
This commit is contained in:
Cole Faust 2022-01-13 17:57:25 +00:00 committed by Automerger Merge Worker
commit ef8d43ddeb
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
# limitations under the License.
LOCAL_STEM := oriole/BoardConfigPartial.mk
-include vendor/google_devices/$(LOCAL_STEM)
-include vendor/google_devices/oriole/BoardConfigPartial.mk

View file

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

View file

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

View file

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