diff options
| author | Neil Fuller <nfuller@google.com> | 2014-02-06 10:58:49 +0000 |
|---|---|---|
| committer | Neil Fuller <nfuller@google.com> | 2014-02-06 12:33:58 +0000 |
| commit | 11d09c72d97f950f53ce288413e70b9d25eab74b (patch) | |
| tree | 5833da9ec29a1f1977094c300a1702cb5d62bd13 /include | |
| parent | 9045a8fe63f6265f704c71e41d16d5fae0f6744d (diff) | |
| download | platform_libnativehelper-11d09c72d97f950f53ce288413e70b9d25eab74b.tar.gz platform_libnativehelper-11d09c72d97f950f53ce288413e70b9d25eab74b.tar.bz2 platform_libnativehelper-11d09c72d97f950f53ce288413e70b9d25eab74b.zip | |
Changes to add libcore.io.StructGroupSourceReq
This change is related to
https://android-review.googlesource.com/#/c/81324/
- both must be merged at the same time to avoid a
build break.
Change-Id: Id7cc97a368c7eca5901c3d0fa45d2b4962f99ac1
Diffstat (limited to 'include')
| -rw-r--r-- | include/nativehelper/JniConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nativehelper/JniConstants.h b/include/nativehelper/JniConstants.h index 103e5e2..f5498c7 100644 --- a/include/nativehelper/JniConstants.h +++ b/include/nativehelper/JniConstants.h @@ -83,6 +83,7 @@ struct JniConstants { static jclass structAddrinfoClass; static jclass structFlockClass; static jclass structGroupReqClass; + static jclass structGroupSourceReqClass; static jclass structLingerClass; static jclass structPasswdClass; static jclass structPollfdClass; |
