Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b41457b3 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Pass previous_api for module lib stubs contributions

Currently, the previous_api property is set for the default modules
generated in the api.go used from from-text stubs generation, but
this was omitted for `android_module_lib_stubs_current_contributions`.
This change adds the missing property for this module.

Test: Patch https://r.android.com/3133694 && m HealthConnectToolbox
Change-Id: I8d3b1ebefb8108d3061413126aa7ec4da11e6164
parent a8da8e6c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -913,6 +913,7 @@ java_defaults {
        "i18n.module.public.api.stubs.source.system.api.contribution",
        "i18n.module.public.api.stubs.source.module_lib.api.contribution",
    ],
    previous_api: ":android.api.public.latest",
}

// Java API library definitions per API surface