OSDN Git Service

Export libui_headers as vndk header only library
[android-x86/frameworks-native.git] / libs / ui / Android.bp
index cabe94e..59173cb 100644 (file)
@@ -108,4 +108,10 @@ cc_library_shared {
     ],
 }
 
+cc_library_headers {
+    name: "libui_headers",
+    export_include_dirs: ["include"],
+    vendor_available: true,
+}
+
 subdirs = ["tests"]