Lines Matching refs:android
62 exportHeadersTimestamp android.OptionalPath
63 versionScriptPath android.ModuleGenPath
86 …processHeaders(ctx ModuleContext, srcHeaderDir string, outDir android.ModuleGenPath) android.Path {
87 srcDir := android.PathForModuleSrc(ctx, srcHeaderDir)
90 var installPaths []android.WritablePath
107 objs Objects) android.Path {
115 genHeaderOutDir := android.PathForModuleGen(ctx, "include")
117 var timestampFiles android.Paths
140 module, library := NewLibrary(android.DeviceSupported)
158 return android.InitAndroidArchModule(module, android.DeviceSupported,
159 android.MultilibBoth, properties...)
163 android.RegisterModuleType("llndk_library", llndkLibraryFactory)