diff options
author | Makoto Onuki <omakoto@google.com> | 2020-06-22 10:17:02 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2020-08-19 15:15:39 -0700 |
commit | 1be2664406a2e697044f483a44c547973f915e3d (patch) | |
tree | a9f63f8dff9ad184ed5c8f044104e2415cf8a7ca /rs/java/android/renderscript/ProgramVertexFixedFunction.java | |
parent | 64295b687a49562430a656a6c7c741edff94b2c8 (diff) |
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
Bug: 163419414
Test: build (treehugger)
Test: atest aapt2_tests
Exempt-From-Owner-Approval: Cherry-pick from goog/master
Merged-In: I613e8611ddaf5f8e4761d351d4cd0142d59c7cc9
(cherry picked from commit de6e6f2098042bb91f7dac965d2b047c74c920f2)
Change-Id: Ia63f4e1026bc7f3df2e6bc7bbec02ee88a925e54
Diffstat (limited to 'rs/java/android/renderscript/ProgramVertexFixedFunction.java')
0 files changed, 0 insertions, 0 deletions