Fix the simulator build.

Change-Id: Ie404f7c2c308f0657f273af19a56e8c039b61898
This commit is contained in:
Romain Guy
2010-06-22 13:11:24 -07:00
parent 102fb89b9a
commit 85bf02fc16
9 changed files with 80 additions and 61 deletions

View File

@@ -61,6 +61,10 @@ public class PorterDuff {
Mode(int nativeInt) {
this.nativeInt = nativeInt;
}
final int nativeInt;
/**
* @hide
*/
public final int nativeInt;
}
}