commit | 761e419f0e9a41479a65313ec2e9f443a783fef5 | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Tue Sep 12 23:04:34 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 12 23:04:34 2023 +0000 |
tree | a46b368b8ca71a1a9f3f89dcafb92ddc99a817a3 | |
parent | f0ffa20975d25f0f7f07dc6f5eabed0949f9838b [diff] | |
parent | 05f5dc325c39f847e029c8267cc040d12c515b75 [diff] |
Merge "Define POLICYVERS" into main
diff --git a/compatibility_matrices/Android.mk b/compatibility_matrices/Android.mk index a82a421..d356cf3 100644 --- a/compatibility_matrices/Android.mk +++ b/compatibility_matrices/Android.mk
@@ -56,6 +56,9 @@ endif # DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE +# TODO(b/296875906): use POLICYVERS from Soong +POLICYVERS ?= 30 + LOCAL_ADD_VBMETA_VERSION := true LOCAL_ASSEMBLE_VINTF_ENV_VARS := \ POLICYVERS \