1cc_library_static { 2 name: "libvr_hwc-binder", 3 srcs: [ 4 "android/dvr/IVrComposer.aidl", 5 "android/dvr/IVrComposerCallback.aidl", 6 "android/dvr/parcelable_composer_frame.cpp", 7 "android/dvr/parcelable_composer_layer.cpp", 8 "android/dvr/parcelable_unique_fd.cpp", 9 ], 10 aidl: { 11 local_include_dirs: ["."], 12 export_aidl_headers: true, 13 }, 14 export_include_dirs: ["."], 15 16 cflags: [ 17 "-Wall", 18 "-Werror", 19 ], 20 21 shared_libs: [ 22 "libbinder", 23 "libui", 24 "libutils", 25 "libvr_hwc-hal", 26 ], 27} 28