mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Move libgralloc1-adapter from 2.0/default/ to 2.0/utils/gralloc1-adapter/. Fix build issues after the move. Test: builds Change-Id: I674fe60c724a4ffc1540c796b92209a1dbf36438
11 lines
339 B
Plaintext
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"],
|
|
}
|