xref: /aosp_15_r20/build/soong/cc/cmake_module_aidl.txt (revision 333d2b3687b3a337dbcca9d65000bca186795e39)
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