commit | b35c23e70c0e30394e7b00d983c24dac15fc38b7 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Feb 06 19:20:31 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 06 19:20:31 2019 +0000 |
tree | 74d100e4c5f846ce7f63cf549d7ce90b53aea89a | |
parent | 06adbd75e5629c0164549ddf85d3fe1d32e01d2d [diff] | |
parent | 941f105b60c997eb9deee78b98f2dce3ea90b258 [diff] |
Merge "Update makefiles."
diff --git a/compatibility_matrices/compatibility_matrix.current.xml b/compatibility_matrices/compatibility_matrix.current.xml index d9f5ebb..32e1695 100644 --- a/compatibility_matrices/compatibility_matrix.current.xml +++ b/compatibility_matrices/compatibility_matrix.current.xml
@@ -1,5 +1,5 @@ <compatibility-matrix version="1.0" type="framework" level="4"> - <hal format="hidl" optional="false"> + <hal format="hidl" optional="true"> <name>android.hardware.atrace</name> <version>1.0</version> <interface>
diff --git a/tests/libhwbinder/1.0/default/Android.bp b/tests/libhwbinder/1.0/default/Android.bp index 3d18720..aad1e31 100644 --- a/tests/libhwbinder/1.0/default/Android.bp +++ b/tests/libhwbinder/1.0/default/Android.bp
@@ -1,4 +1,4 @@ -cc_library_shared { +cc_library { name: "android.hardware.tests.libhwbinder@1.0-impl", defaults: ["hidl_defaults"], relative_install_path: "hw",