Files
hardware_interfaces/graphics/allocator/2.0/utils/gralloc1-adapter/Android.bp
Chia-I Wu d6695d5bdc graphics: move libgralloc1-adapter
Move libgralloc1-adapter from 2.0/default/ to
2.0/utils/gralloc1-adapter/.  Fix build issues after the move.

Test: builds
Change-Id: I674fe60c724a4ffc1540c796b92209a1dbf36438
2018-01-14 21:39:38 -08:00

11 lines
339 B
Plaintext

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"],
}