Files
frameworks_base/tools/aapt2/cmd
Makoto Onuki eab9e7f801 Don't add API annotations in the internal R.java
I'm trying to enable a check for the following structure:
```
/** @hide */
public class Class1 {
    /** @hide */
    @SystemApi // Invalid because the class is hidden.
    public void method1() { }
}
```

The internal R.java file violates this, which this change is going to fix.

Bug: 159162473
Test: build (treehugger)
Test: atest aapt2_tests

Merged-in: I613e8611ddaf5f8e4761d351d4cd0142d59c7cc9
Change-Id: I613e8611ddaf5f8e4761d351d4cd0142d59c7cc9
2020-06-23 09:35:36 -07:00
..
2019-03-05 15:09:27 -08:00
2018-12-19 14:07:43 -08:00
2018-10-09 13:55:31 -07:00
2020-05-07 17:03:12 -07:00
2018-12-20 18:19:25 -05:00
2019-01-15 15:34:06 +00:00