Fix the simulator build.
Change-Id: Ie404f7c2c308f0657f273af19a56e8c039b61898
This commit is contained in:
@@ -61,6 +61,10 @@ public class PorterDuff {
|
||||
Mode(int nativeInt) {
|
||||
this.nativeInt = nativeInt;
|
||||
}
|
||||
final int nativeInt;
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
public final int nativeInt;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user