Inline usages of LOCAL_STEM am: 13a1e928ec

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

Change-Id: Iebeb59c33aa144b8135e4bab5dfc7568bf11578a
This commit is contained in:
Cole Faust 2022-01-21 22:11:39 +00:00 committed by Automerger Merge Worker
commit 3b286c8f62
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/device-partial.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)