- Add HIDL for display config which can be used by clients to communicate with display for config get/set. CRs-Fixed: 2036340 Change-Id: I3901bad6284668e299e7e818e5920052a98abe0a
12 lines
123 B
Plaintext
12 lines
123 B
Plaintext
subdirs = [
|
|
"*"
|
|
]
|
|
|
|
cc_defaults {
|
|
name: "hidl_defaults",
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|