Hao Chen | 1c8ea5b | 2023-10-20 23:03:45 +0000 | [diff] [blame] | 1 | # <<.M.Name>> |
| 2 | |
Tomasz Wasilczyk | 1e831bf | 2024-05-10 15:15:21 -0700 | [diff] [blame] | 3 | <<setList .M.Name "_SRCS" "" (getAidlSources .M)>> |
Hao Chen | 1c8ea5b | 2023-10-20 23:03:45 +0000 | [diff] [blame] | 4 | |
| 5 | <<setList .M.Name "_AIDLFLAGS" "" (getCompilerProperties .M).AidlInterface.Flags>> |
| 6 | |
Tomasz Wasilczyk | 1e831bf | 2024-05-10 15:15:21 -0700 | [diff] [blame] | 7 | add_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 Chen | 1c8ea5b | 2023-10-20 23:03:45 +0000 | [diff] [blame] | 11 | add_library(android::<<.M.Name>> ALIAS <<.M.Name>>) |