commit | 0e95cad418cff706743f98c1ac649d3378ab0b34 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Mar 29 16:06:48 2017 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Mar 29 16:06:48 2017 -0700 |
tree | e52b87a0b5e4fec3b4ff7d54fe3b8ee5b5babf6a | |
parent | ad0a84fd2a6e416760909fc7a0658e08ef897e62 [diff] [blame] |
vndk/window.h must be C compatible Test: added a c compatibility test Bug: 36725813 Change-Id: Ic7e1c8b50e1818707a9a457d84ed74e7e6c816c8
diff --git a/libs/nativewindow/tests/Android.bp b/libs/nativewindow/tests/Android.bp index 437ab75..6d78770 100644 --- a/libs/nativewindow/tests/Android.bp +++ b/libs/nativewindow/tests/Android.bp
@@ -17,5 +17,7 @@ cc_test { name: "AHardwareBufferTest", shared_libs: ["libnativewindow"], - srcs: ["AHardwareBufferTest.cpp"], + srcs: [ + "AHardwareBufferTest.cpp", + "c_compatibility.c"], }