summaryrefslogtreecommitdiff
path: root/tests/hardware/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hardware/Android.bp')
-rw-r--r--tests/hardware/Android.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/hardware/Android.bp b/tests/hardware/Android.bp
new file mode 100644
index 00000000..668e28fb
--- /dev/null
+++ b/tests/hardware/Android.bp
@@ -0,0 +1,15 @@
+cc_library_static {
+ name: "static-hal-check",
+ srcs: [
+ "struct-size.cpp",
+ "struct-offset.cpp",
+ "struct-last.cpp",
+ ],
+ shared_libs: ["libhardware"],
+ cflags: [
+ "-std=gnu++11",
+ "-O0",
+ ],
+
+ include_dirs: ["system/media/camera/include"],
+}