dalvik: Add @NeverCompile annotation for art

Methods annotated with @NeverCompile will not be compiled--this will be
useful for keeping debug methods from appearing in .odex files.

Bug: 197753440
Test: Checked that @NeverCompile annotations are retained while
      building, and result in methods not being compiled.
Change-Id: I7e5dd2dceb78410ea837e0e3e48b59745361da24
3 files changed