Loading tools/aconfig/aconfig/src/codegen/java.rs +3 −0 Original line number Diff line number Diff line Loading @@ -531,6 +531,9 @@ mod tests { disabledRwInOtherNamespace = reader.getBooleanFlagValue(3); } catch (Exception e) { // pass } catch (NoClassDefFoundError e) { // for mainline module running on older devices. // This should be replaces to version check, after the version bump. } isCached = true; } Loading tools/aconfig/aconfig/templates/FeatureFlagsImpl.java.template +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,9 @@ public final class FeatureFlagsImpl implements FeatureFlags \{ {{ -endfor }} } catch (Exception e) \{ // pass } catch (NoClassDefFoundError e) \{ // for mainline module running on older devices. // This should be replaces to version check, after the version bump. } isCached = true; } Loading Loading
tools/aconfig/aconfig/src/codegen/java.rs +3 −0 Original line number Diff line number Diff line Loading @@ -531,6 +531,9 @@ mod tests { disabledRwInOtherNamespace = reader.getBooleanFlagValue(3); } catch (Exception e) { // pass } catch (NoClassDefFoundError e) { // for mainline module running on older devices. // This should be replaces to version check, after the version bump. } isCached = true; } Loading
tools/aconfig/aconfig/templates/FeatureFlagsImpl.java.template +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,9 @@ public final class FeatureFlagsImpl implements FeatureFlags \{ {{ -endfor }} } catch (Exception e) \{ // pass } catch (NoClassDefFoundError e) \{ // for mainline module running on older devices. // This should be replaces to version check, after the version bump. } isCached = true; } Loading