aboutsummaryrefslogtreecommitdiffstats
path: root/Changes.md
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2017-12-12 18:01:09 -0800
committerYifan Hong <elsk@google.com>2017-12-14 15:35:15 -0800
commit97de88c14e91db4bccfb6347346e76a75e203e84 (patch)
tree6128de142138748863f3c3ab857c384dee0247bf /Changes.md
parent973301af79c9f53467dc2baebc02aee02021469a (diff)
downloadplatform_build-97de88c14e91db4bccfb6347346e76a75e203e84.tar.gz
platform_build-97de88c14e91db4bccfb6347346e76a75e203e84.tar.bz2
platform_build-97de88c14e91db4bccfb6347346e76a75e203e84.zip
PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE is deprecated.
It is replaced by FCM Version specified in the device manifest directly. Test: builds Bug: 69636193 Change-Id: I9e2b871b4c6190107ba9fbb36495bb41c461a0a3 Merged-In: I9e2b871b4c6190107ba9fbb36495bb41c461a0a3
Diffstat (limited to 'Changes.md')
-rw-r--r--Changes.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changes.md b/Changes.md
index 53ff007f21..3e48bad6e4 100644
--- a/Changes.md
+++ b/Changes.md
@@ -86,6 +86,11 @@ path:
$(TARGET): myscript.py $(sort $(shell find my/python/lib -name '*.py'))
PYTHONPATH=my/python/lib:$$PYTHONPATH myscript.py -o $@
```
+### Stop using PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE directly {#PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE}
+
+Specify Framework Compatibility Matrix Version in device manifest by adding a `target-level`
+attribute to the root element `<manifest>`. If `PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE`
+is 26 or 27, you can add `"target-level"="1"` to your device manifest instead.
### Other envsetup.sh variables {#other_envsetup_variables}