universal7885: aidl-support: Add a common header for log format

This commit is contained in:
roynatech2544 2022-10-22 22:56:22 +09:00
commit b5a6677f60
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,5 @@
cc_library_headers {
name: "logformat",
local_include_dirs: ["include"],
export_include_dirs: ["include"],
}