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:
Mis012
2024-03-14 21:31:43 +01:00
parent b55bbd8a6f
commit 9fbfe9dea1
5 changed files with 43 additions and 66 deletions

View File

@@ -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',