summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2021-01-29 21:58:32 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-29 21:58:32 +0000
commit78aa5d35ff900cb575aa27689b97d5b07d1f0231 (patch)
tree537764cbc9630243d2584a172624c59216ad9126
parenta3a97078a4f9fb381c074332b95207216215ec1b (diff)
parent2a5f3d1d9be1c54cb7f03be8b7ce4566546b1039 (diff)
downloaddevice_generic_art-78aa5d35ff900cb575aa27689b97d5b07d1f0231.tar.gz
device_generic_art-78aa5d35ff900cb575aa27689b97d5b07d1f0231.tar.bz2
device_generic_art-78aa5d35ff900cb575aa27689b97d5b07d1f0231.zip
Base art_module_* products off module_*. am: 2a5f3d1d9b
Original change: https://android-review.googlesource.com/c/device/generic/art/+/1555281 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: Iec91420cc66cd0a17afed0d16ba40d32647d2713
-rw-r--r--art_module/art_module_arm.mk3
-rw-r--r--art_module/art_module_arm64.mk3
-rw-r--r--art_module/art_module_x86.mk3
-rw-r--r--art_module/art_module_x86_64.mk3
4 files changed, 4 insertions, 8 deletions
diff --git a/art_module/art_module_arm.mk b/art_module/art_module_arm.mk
index 9d3929a..2811bf1 100644
--- a/art_module/art_module_arm.mk
+++ b/art_module/art_module_arm.mk
@@ -14,8 +14,7 @@
# limitations under the License.
#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_arm.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/module_arm.mk)
$(call inherit-product, device/generic/art/art_module/art_module.mk)
PRODUCT_NAME := art_module_arm
-PRODUCT_DEVICE := generic
diff --git a/art_module/art_module_arm64.mk b/art_module/art_module_arm64.mk
index b775600..933d5a6 100644
--- a/art_module/art_module_arm64.mk
+++ b/art_module/art_module_arm64.mk
@@ -14,8 +14,7 @@
# limitations under the License.
#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_arm64.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/module_arm64.mk)
$(call inherit-product, device/generic/art/art_module/art_module.mk)
PRODUCT_NAME := art_module_arm64
-PRODUCT_DEVICE := generic_arm64
diff --git a/art_module/art_module_x86.mk b/art_module/art_module_x86.mk
index 7272ad4..3b4da4c 100644
--- a/art_module/art_module_x86.mk
+++ b/art_module/art_module_x86.mk
@@ -14,8 +14,7 @@
# limitations under the License.
#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/module_x86.mk)
$(call inherit-product, device/generic/art/art_module/art_module.mk)
PRODUCT_NAME := art_module_x86
-PRODUCT_DEVICE := generic_x86
diff --git a/art_module/art_module_x86_64.mk b/art_module/art_module_x86_64.mk
index 7a16ff2..d55be8a 100644
--- a/art_module/art_module_x86_64.mk
+++ b/art_module/art_module_x86_64.mk
@@ -14,8 +14,7 @@
# limitations under the License.
#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86_64.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/module_x86_64.mk)
$(call inherit-product, device/generic/art/art_module/art_module.mk)
PRODUCT_NAME := art_module_x86_64
-PRODUCT_DEVICE := generic_x86_64