diff options
author | Yifan Hong <elsk@google.com> | 2017-12-12 18:06:35 -0800 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2019-07-29 23:23:35 +0800 |
commit | 9eaa27dc8b96117b83b61f9b4e8b27da9a647572 (patch) | |
tree | d7bcd27fa2bb4b1ab0d7270dcdcf711dcb65c483 /manifest.xml | |
parent | 816a4cd7c257c32131923380fc19740f92baca2d (diff) |
wayne-common Remove PRODUCT_COMPATIBILITY_MATRIX_LEVEL_OVERRIDE
Replace it with FCM Version = 1, specified explicitly
in device manifest.
Test: builds
Bug: 69636193
Change-Id: I0f5689344bb7b10b2b5db2549e95c940c4812f9d
Merged-In: I0f5689344bb7b10b2b5db2549e95c940c4812f9d
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml index b3ec1a2..f8f5ddb 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,4 +1,4 @@ -<manifest version="1.0" type="device"> +<manifest version="1.0" type="device" target-level="1"> <hal format="hidl"> <name>android.hardware.audio</name> <transport>hwbinder</transport> |