Home | History | Annotate | Download | only in native
      1 ndk_headers {
      2     name: "libandroid_headers",
      3     from: "include/android",
      4     to: "android",
      5     srcs: ["include/android/**/*.h"],
      6     license: "NOTICE",
      7 }
      8 
      9 subdirs = [
     10     "cmds/*",
     11     "headers",
     12     "libs/*",
     13     "opengl",
     14     "services/*",
     15     "vulkan",
     16 ]
     17 
     18 cc_library_headers {
     19     name: "libandroid_sensor_headers",
     20     vendor: true,
     21     export_include_dirs: ["include_sensor"],
     22 }
     23