summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:36:51 +0000
committerandroid-build-prod (mdb) <android-build-team-robot@google.com>2021-03-04 00:36:51 +0000
commitca0744dc672c259d9de1afd5f63abcbc335ac177 (patch)
tree537764cbc9630243d2584a172624c59216ad9126
parent006a1affc98ad3292024512523485c58b2055abb (diff)
parent7c8fb4fbc265cc4fc6de1a09269dde736d71e9d2 (diff)
downloaddevice_generic_art-sdk-release.tar.gz
device_generic_art-sdk-release.tar.bz2
device_generic_art-sdk-release.zip
Snap for 7183507 from 7c8fb4fbc265cc4fc6de1a09269dde736d71e9d2 to sdk-releaseplatform-tools-31.0.2platform-tools-31.0.1sdk-release
Change-Id: I262f64263c8582f947e70bb6c586128b57289c59
-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