aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJyoti Bhayana <jbhayana@google.com>2020-08-18 12:28:59 -0700
committerJyoti Bhayana <jbhayana@google.com>2020-08-18 14:31:35 -0700
commit42e92632cc5489b2cdb8f9619503ab7d5ef00b4c (patch)
tree4aac58e0e75b69ee08e96e96071ea7fb26463722
parent3d468cd7ddc604b26eb70bd8ae2702f75a12dbb9 (diff)
downloadcuttlefish-42e92632cc5489b2cdb8f9619503ab7d5ef00b4c.tar.gz
64 bit app only support for cuttlefish based auto products
Bug: 164158212 Test: Build cuttlefish based auto product and check zygote64 is used Change-Id: If43205e5d56f40958cf6b000931675225049a11b
-rw-r--r--vsoc_arm64/auto/aosp_cf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vsoc_arm64/auto/aosp_cf.mk b/vsoc_arm64/auto/aosp_cf.mk
index 2d311dbd4..1aeceed07 100644
--- a/vsoc_arm64/auto/aosp_cf.mk
+++ b/vsoc_arm64/auto/aosp_cf.mk
@@ -14,7 +14,7 @@
# limitations under the License.
#
-$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, device/google/cuttlefish/shared/auto/device.mk)
$(call inherit-product, device/google/cuttlefish/vsoc_arm64/device.mk)