blob: 84755a32a7a52210b53f67d30e1875e2c2cc0ec2 [file] [log] [blame]
Hao Chen1c8ea5b2023-10-20 23:03:45 +00001# <<.M.Name>>
2
Tomasz Wasilczyk1e831bf2024-05-10 15:15:21 -07003<<setList .M.Name "_SRCS" "" (getAidlSources .M)>>
Hao Chen1c8ea5b2023-10-20 23:03:45 +00004
5<<setList .M.Name "_AIDLFLAGS" "" (getCompilerProperties .M).AidlInterface.Flags>>
6
Tomasz Wasilczyk1e831bf2024-05-10 15:15:21 -07007add_aidl_library(<<.M.Name>> <<(getCompilerProperties .M).AidlInterface.Lang>>
8 "${ANDROID_BUILD_TOP}/<<.Ctx.OtherModuleDir .M>>/<<(getCompilerProperties .M).AidlInterface.AidlRoot>>"
9 "${<<.M.Name>>_SRCS}"
10 "${<<.M.Name>>_AIDLFLAGS}")
Hao Chen1c8ea5b2023-10-20 23:03:45 +000011add_library(android::<<.M.Name>> ALIAS <<.M.Name>>)