diff options
author | Jiyong Park <jiyong@google.com> | 2017-08-12 00:50:51 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-08-12 00:50:51 +0000 |
commit | 6ff5f124df245647367016463d1fb7fce2bd0ec2 (patch) | |
tree | 7233a8dc40446078be96d8a082788c98c5f1d6ef /dist/sqlite3.c | |
parent | f08847cbb15c1600759842e928c78afa1606cb74 (diff) | |
parent | 633397eeef296584d3242d8a72790dcf11bb36fd (diff) |
ICU is disabled by Android.bp
am: 633397eeef
Change-Id: I2078828774384292db5e28a6b89bf24b6d24c2c7
Diffstat (limited to 'dist/sqlite3.c')
-rw-r--r-- | dist/sqlite3.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dist/sqlite3.c b/dist/sqlite3.c index 3eaac07..59bba65 100644 --- a/dist/sqlite3.c +++ b/dist/sqlite3.c @@ -84,15 +84,6 @@ #endif /* -** When sqlite is built for the VNDK, ICU is disabled because -** libicuuc.so and libicui18n.so aren't available then. -** TODO(b/64514237): move this to Android.bp -*/ -#ifdef __ANDROID_VNDK__ -#undef SQLITE_ENABLE_ICU -#endif - -/* ** Include the header file used to customize the compiler options for MSVC. ** This should be done first so that it can successfully prevent spurious ** compiler warnings due to subsequent content in this file and other files |