cuplv / droidel

Framework model for static analysis of Android
Apache License 2.0
46 stars 14 forks source link

Added more exclusions for no fragment flag #20

Closed ftc closed 8 years ago

ftc commented 9 years ago

SimpleAndroidHarnessGenerator had a couple places where fragment stubs were still being generated while the -no_fragment_stubs flag was enabled. This should fix it.

sblackshear commented 9 years ago

I think this change will prevent the generated stubs from compiling because they will no longer implement the DroidelStubs interface. We would probably need to have a different version of this interface for pre-Fragment versions of Android without the getFragment methods in order to get this to work.

sblackshear commented 8 years ago

Leaving this out for now.