1# <<.M.Name>>
2
3<<setList .M.Name "_SRCS" "" (getAidlSources .M)>>
4
5<<setList .M.Name "_AIDLFLAGS" "" (getCompilerProperties .M).AidlInterface.Flags>>
6
7add_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}")
11add_library(android::<<.M.Name>> ALIAS <<.M.Name>>)
12