You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: remove hacky overrides for android.support
These were originally needed because the official android.support classes required APIs that we didn't support and it didn't seem worth the effort to make them happy when the actual apps using these compat classes were comparatively trivial. We now support all the necessary APIs, so we can remove the overrides and let the apps use their bundled android.support classes.
This commit is contained in:
@@ -274,9 +274,6 @@ hax_jar = jar('hax', [
|
||||
'android/print/PrintManager.java',
|
||||
'android/provider/Settings.java',
|
||||
'android/R.java',
|
||||
'android/support/multidex/MultiDexApplication.java',
|
||||
'android/support/v4/app/FragmentActivity.java',
|
||||
'android/support/v7/app/AppCompatActivity.java',
|
||||
'android/telecom/TelecomManager.java',
|
||||
'android/telephony/PhoneStateListener.java',
|
||||
'android/telephony/TelephonyManager.java',
|
||||
|
||||
Reference in New Issue
Block a user