-
- All Implemented Interfaces:
-
com.grab.grazel.migrate.android.KeyStoreExtractor
public final class DefaultKeyStoreExtractor implements KeyStoreExtractor
Utility class to ensure android keystore can be consumed as a bazel target
-
-
Constructor Summary
Constructors Constructor Description DefaultKeyStoreExtractor()
-
Method Summary
-
-
Method Detail
-
extract
String extract(Project rootProject, BaseVariant variant)
For the given variant, will extract keystore file if it exists and ensures corresponding BUILD.bazel is generated
- Parameters:
rootProject- The root project of current migrationvariant- The android variant for which key store needs to be extracted
-
-
-
-