Files
hardware_interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/Android.bp

11 lines
339 B
Plaintext
Raw Normal View History

cc_library_static {
name: "libgralloc1-adapter",
defaults: ["hidl_defaults"],
vendor: true,
srcs: ["gralloc1-adapter.cpp", "Gralloc1On0Adapter.cpp"],
include_dirs: ["system/core/libsync/include"],
export_include_dirs: ["."],
whole_static_libs: ["libgrallocusage"],
shared_libs: ["libhardware", "liblog"],
}