Lines Matching defs:syspropLibrary
203 type syspropLibrary struct { struct
204 android.ModuleBase
205 android.ApexModuleBase
207 properties syspropLibraryProperties
209 checkApiFileTimeStamp android.WritablePath
210 latestApiFile android.OptionalPath
211 currentApiFile android.OptionalPath
212 dumpedApiFile android.WritablePath
296 func (m *syspropLibrary) Name() string {
300 func (m *syspropLibrary) Owner() string {
304 func (m *syspropLibrary) CcImplementationModuleName() string {
308 func (m *syspropLibrary) javaPublicStubName() string {
312 func (m *syspropLibrary) javaGenModuleName() string {
316 func (m *syspropLibrary) javaGenPublicStubName() string {
320 func (m *syspropLibrary) rustGenStubName() string {
324 func (m *syspropLibrary) rustCrateName() string {
331 func (m *syspropLibrary) BaseModuleName() string {
335 func (m *syspropLibrary) CurrentSyspropApiFile() android.OptionalPath {
341 func (m *syspropLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
439 fmt.Fprintln(w, "\ninclude $(CLEAR_VARS)", " # sysprop.syspropLibrary")
463 func (m *syspropLibrary) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
549 func syspropLibraryHook(ctx android.LoadHookContext, m *syspropLibrary) {