Lines Matching defs:syspropLibrary
126 type syspropLibrary struct { struct
127 android.ModuleBase
128 android.ApexModuleBase
129 android.BazelModuleBase
131 properties syspropLibraryProperties
133 checkApiFileTimeStamp android.WritablePath
134 latestApiFile android.OptionalPath
135 currentApiFile android.OptionalPath
136 dumpedApiFile android.WritablePath
208 func (m *syspropLibrary) Name() string {
212 func (m *syspropLibrary) Owner() string {
216 func (m *syspropLibrary) CcImplementationModuleName() string {
220 func (m *syspropLibrary) javaPublicStubName() string {
224 func (m *syspropLibrary) javaGenModuleName() string {
228 func (m *syspropLibrary) javaGenPublicStubName() string {
232 func (m *syspropLibrary) BaseModuleName() string {
236 func (m *syspropLibrary) CurrentSyspropApiFile() android.OptionalPath {
242 func (m *syspropLibrary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
339 fmt.Fprintln(w, "\ninclude $(CLEAR_VARS)", " # sysprop.syspropLibrary")
360 func (m *syspropLibrary) ShouldSupportSdkVersion(ctx android.BaseModuleContext,
433 func syspropLibraryHook(ctx android.LoadHookContext, m *syspropLibrary) {
576 func (m *syspropLibrary) ConvertWithBp2build(ctx android.TopDownMutatorContext) {