OSDN Git Service

Export surface flinger includes
authorAlex Vakulenko <avakulenko@google.com>
Thu, 2 Feb 2017 06:25:44 +0000 (22:25 -0800)
committerAlex Vakulenko <avakulenko@google.com>
Thu, 2 Feb 2017 22:57:38 +0000 (14:57 -0800)
* Before we start using libvrflinger, we need to export the
  surface flinger includes.

Bug: None
Test: Compile surfaceflinger and libvrflinger together
Change-Id: I88a56236f297eb58397fcda5ff28bfecbd4e0971

services/surfaceflinger/Android.bp [new file with mode: 0644]

diff --git a/services/surfaceflinger/Android.bp b/services/surfaceflinger/Android.bp
new file mode 100644 (file)
index 0000000..cc93105
--- /dev/null
@@ -0,0 +1,4 @@
+cc_library_static {
+    name: "libsurfaceflingerincludes",
+    export_include_dirs: ["."],
+}