blob: 4509a88ebe73818803fc63ed4fe3fabeeee70240 [file] [log] [blame]
Hao Chen1c8ea5b2023-10-20 23:03:45 +00001# <<.M.Name>>
2
3<<setList .M.Name "_SRCS" "${ANDROID_BUILD_TOP}/" (getCompilerProperties .M).AidlInterface.Sources>>
4
5<<setList .M.Name "_AIDLFLAGS" "" (getCompilerProperties .M).AidlInterface.Flags>>
6
7add_aidl_library(<<.M.Name>> <<(getCompilerProperties .M).AidlInterface.Lang>> "${<<.M.Name>>_SRCS}" "${<<.M.Name>>_AIDLFLAGS}")
8add_library(android::<<.M.Name>> ALIAS <<.M.Name>>)