• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (C) 2025 The Android Open-Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#      http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17# aosp_arm64_plus_armv7 is for building CTS and other test suites with
18# arm64 as the primary architecture and armv7 arm32 as the secondary
19# architecture.
20
21#
22# All components inherited here go to system image
23#
24$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
25$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_system.mk)
26
27PRODUCT_ENFORCE_ARTIFACT_PATH_REQUIREMENTS := relaxed
28
29#
30# All components inherited here go to system_ext image
31#
32$(call inherit-product, $(SRC_TARGET_DIR)/product/handheld_system_ext.mk)
33$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony_system_ext.mk)
34
35# pKVM
36$(call inherit-product-if-exists, packages/modules/Virtualization/apex/product_packages.mk)
37
38#
39# All components inherited here go to product image
40#
41$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_product.mk)
42
43#
44# All components inherited here go to vendor or vendor_boot image
45#
46$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
47AB_OTA_UPDATER := true
48AB_OTA_PARTITIONS ?= system
49
50#
51# Special settings for GSI releasing
52#
53# Build modules from source if this has not been pre-configured
54MODULE_BUILD_FROM_SOURCE ?= true
55
56$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_release.mk)
57
58
59PRODUCT_NAME := aosp_arm64_plus_armv7
60PRODUCT_DEVICE := generic_arm64_plus_armv7
61PRODUCT_BRAND := Android
62PRODUCT_MODEL := AOSP on ARM64 with ARMV7
63
64PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO := true
65