2023-10-21 01:03:45 +02:00
|
|
|
# <<.M.Name>>
|
|
|
|
|
2024-05-11 00:15:21 +02:00
|
|
|
<<setList .M.Name "_SRCS" "" (getAidlSources .M)>>
|
2023-10-21 01:03:45 +02:00
|
|
|
|
|
|
|
<<setList .M.Name "_AIDLFLAGS" "" (getCompilerProperties .M).AidlInterface.Flags>>
|
|
|
|
|
2024-05-11 00:15:21 +02:00
|
|
|
add_aidl_library(<<.M.Name>> <<(getCompilerProperties .M).AidlInterface.Lang>>
|
|
|
|
"${ANDROID_BUILD_TOP}/<<.Ctx.OtherModuleDir .M>>/<<(getCompilerProperties .M).AidlInterface.AidlRoot>>"
|
|
|
|
"${<<.M.Name>>_SRCS}"
|
|
|
|
"${<<.M.Name>>_AIDLFLAGS}")
|
2023-10-21 01:03:45 +02:00
|
|
|
add_library(android::<<.M.Name>> ALIAS <<.M.Name>>)
|