summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
diff options
context:
space:
mode:
authorDaniel Norman <danielnorman@google.com>2020-09-24 11:35:47 -0700
committerDaniel Norman <danielnorman@google.com>2020-10-07 17:20:33 +0000
commit90d266b30082d1036721853189c3ab1f50bffe34 (patch)
treed158c26fbb9dae704bbcc37288acfe54068e3570 /AndroidProducts.mk
parentc1c6fb5457c9f7ef9479e7f380d2ed3e878a41d5 (diff)
downloadredfin-90d266b30082d1036721853189c3ab1f50bffe34.tar.gz
Introduce aosp_redfin_vf product.
- This product is a system-only partial build of aosp_redfin. - This product inherits from aosp_redfin, after disabling certain vendor partitions and including VNDK v30. - This build can be merged with a vendor (or full) build of aosp_redfin from Android 11 using merge_target_files.py to create a merged Vendor-Freeze build. Test: lunch aosp_redfin_vf-userdebug, m dist merge_target_files.py to merge with Android R vendor build Device boots. Bug: 169968221 Change-Id: Iecac1afbd8fe298bd5dc74d509333f1ff303467a
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r--AndroidProducts.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 3e36787..ab194ca 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -16,6 +16,8 @@
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_redfin.mk \
+ $(LOCAL_DIR)/aosp_redfin_vf.mk \
COMMON_LUNCH_CHOICES := \
aosp_redfin-userdebug \
+ aosp_redfin_vf-userdebug \