Searched refs:nativeSharedLib (Results 1 – 3 of 3) sorted by relevance
/aosp12/build/soong/apex/ |
H A D | androidmk.go | 44 case nativeSharedLib: 264 case nativeSharedLib, nativeExecutable, nativeTest:
|
H A D | apex.go | 430 nativeSharedLib const 1397 return newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeSharedLib, ccMod) 1440 return newApexFile(ctx, fileToCopy, androidMkModuleName, dirInApex, nativeSharedLib, rustm)
|
H A D | builder.go | 703 if f.class == nativeSharedLib {
|