mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 12:05:32 -04:00
universal7885: aidl-support: Add a common header for log format
This commit is contained in:
parent
ec1db378bd
commit
b5a6677f60
2 changed files with 19 additions and 0 deletions
5
universal7885-common/apps/aidl-support/Android.bp
Normal file
5
universal7885-common/apps/aidl-support/Android.bp
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
cc_library_headers {
|
||||
name: "logformat",
|
||||
local_include_dirs: ["include"],
|
||||
export_include_dirs: ["include"],
|
||||
}
|
||||
Loading…
Reference in a new issue