1#
2# Copyright 2020 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# Makefile for the system-only partial build of aosp_crosshatch.
18# Used for creating a merged Vendor Freeze device.
19
20# Include VNDK v30, needed by the Android 11 vendor half.
21PRODUCT_EXTRA_VNDK_VERSIONS = 30
22
23# Disable building certain non-system partitions in this build.
24PRODUCT_BUILD_BOOT_IMAGE := false
25PRODUCT_BUILD_RAMDISK_IMAGE := false
26PRODUCT_BUILD_RECOVERY_IMAGE := false
27PRODUCT_BUILD_VBMETA_IMAGE := false
28PRODUCT_BUILD_VENDOR_IMAGE := false
29PRODUCT_BUILD_VENDOR_BOOT_IMAGE := false
30
31$(call inherit-product, device/google/crosshatch/aosp_crosshatch.mk)
32
33PRODUCT_NAME := aosp_crosshatch_vf
34