Advertisement
Guest User

Untitled

a guest
Feb 11th, 2015
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 188.20 KB | None | 0 0
  1. console:
  2. wojtek@ubuntu:~/android-database-sqlcipher$ make > out
  3. /home/wojtek/android-database-sqlcipher/external/Android.mk:16: warning: overriding commands for target `sqlcipher/sqlite3.c'
  4. /home/wojtek/android-database-sqlcipher/external/Android.mk:16: warning: ignoring old commands for target `sqlcipher/sqlite3.c'
  5. /home/wojtek/android-database-sqlcipher/external/Android.mk:20: warning: overriding commands for target `copy-libs-hack'
  6. /home/wojtek/android-database-sqlcipher/external/Android.mk:20: warning: ignoring old commands for target `copy-libs-hack'
  7. /home/wojtek/android-database-sqlcipher/external/Android.mk:16: warning: overriding commands for target `sqlcipher/sqlite3.c'
  8. /home/wojtek/android-database-sqlcipher/external/Android.mk:16: warning: ignoring old commands for target `sqlcipher/sqlite3.c'
  9. /home/wojtek/android-database-sqlcipher/external/Android.mk:20: warning: overriding commands for target `copy-libs-hack'
  10. /home/wojtek/android-database-sqlcipher/external/Android.mk:20: warning: ignoring old commands for target `copy-libs-hack'
  11. In file included from icu4c/i18n/../common/unicode/urename.h:40:0,
  12. from icu4c/i18n/../common/unicode/umachine.h:372,
  13. from icu4c/i18n/../common/unicode/utypes.h:36,
  14. from icu4c/i18n/../common/unicode/ustring.h:19,
  15. from /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:16:
  16. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp: In function 'int32_t ucol_getUnsafeSet_46(const UCollator*, USet*, UErrorCode*)':
  17. icu4c/i18n/../common/unicode/urename.h:717:55: warning: 'int32_t ucol_getContractions_46(const UCollator*, USet*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:805) [-Wdeprecated-declarations]
  18. #define ucol_getContractions U_ICU_ENTRY_POINT_RENAME(ucol_getContractions)
  19. ^
  20. icu4c/i18n/../common/unicode/uvernum.h:86:40: note: in definition of macro 'U_ICU_ENTRY_POINT_RENAME'
  21. #define U_ICU_ENTRY_POINT_RENAME(x) x ## _46
  22. ^
  23. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:889:25: note: in expansion of macro 'ucol_getContractions'
  24. int32_t contsSize = ucol_getContractions(coll, contractions, status);
  25. ^
  26. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:889:72: warning: 'int32_t ucol_getContractions_46(const UCollator*, USet*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:805) [-Wdeprecated-declarations]
  27. int32_t contsSize = ucol_getContractions(coll, contractions, status);
  28. ^
  29. In file included from icu4c/i18n/../common/unicode/urename.h:40:0,
  30. from icu4c/i18n/../common/unicode/umachine.h:372,
  31. from icu4c/i18n/../common/unicode/utypes.h:36,
  32. from /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:8:
  33. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp: In static member function 'static icu_46::UnicodeString& icu_46::ZoneStringFormat::getLocalizedCountry(const icu_46::UnicodeString&, const icu_46::Locale&, icu_46::UnicodeString&)':
  34. icu4c/i18n/../common/unicode/urename.h:1431:49: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at icu4c/i18n/../common/unicode/ures.h:300) [-Wdeprecated-declarations]
  35. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  36. ^
  37. icu4c/i18n/../common/unicode/uvernum.h:86:40: note: in definition of macro 'U_ICU_ENTRY_POINT_RENAME'
  38. #define U_ICU_ENTRY_POINT_RENAME(x) x ## _46
  39. ^
  40. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:1809:40: note: in expansion of macro 'ures_getLocale'
  41. const char *bundleLocStr = ures_getLocale(localeBundle, &status);
  42. ^
  43. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:1809:76: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at icu4c/i18n/../common/unicode/ures.h:300) [-Wdeprecated-declarations]
  44. const char *bundleLocStr = ures_getLocale(localeBundle, &status);
  45. ^
  46. /home/wojtek/android-database-sqlcipher/external/icu4c/common/ustr_wcs.c:31:0: warning: "MB_CUR_MAX" redefined [enabled by default]
  47. #define MB_CUR_MAX (1)
  48. ^
  49. In file included from /home/wojtek/android-ndk-r10d/sources/cxx-stl/stlport/stlport/stdlib.h:50:0,
  50. from /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:30,
  51. from /home/wojtek/android-database-sqlcipher/external/icu4c/common/ustr_wcs.c:22:
  52. /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/include/../include/stdlib.h:179:0: note: this is the location of the previous definition
  53. #define MB_CUR_MAX 1
  54. ^
  55. In file included from /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:31:0:
  56. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp: In static member function 'static icu_46::BreakIterator* icu_46::BreakIterator::buildInstance(const icu_46::Locale&, const char*, int32_t, UErrorCode&)':
  57. icu4c/common/unicode/urename.h:1431:49: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/common/unicode/ures.h:300) [-Wdeprecated-declarations]
  58. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  59. ^
  60. /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:34:76: note: in definition of macro 'uprv_strncpy'
  61. #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  62. ^
  63. icu4c/common/unicode/urename.h:1431:24: note: in expansion of macro 'U_ICU_ENTRY_POINT_RENAME'
  64. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  65. ^
  66. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:97:17: note: in expansion of macro 'ures_getLocale'
  67. ures_getLocale(brkName, &status),
  68. ^
  69. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:97:48: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/common/unicode/ures.h:300) [-Wdeprecated-declarations]
  70. ures_getLocale(brkName, &status),
  71. ^
  72. /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:34:76: note: in definition of macro 'uprv_strncpy'
  73. #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  74. ^
  75. /home/wojtek/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: hidden symbol '__dso_handle' in /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/lib/crtbegin_so.o is referenced by DSO /home/wojtek/android-database-sqlcipher/external/android-libs/armeabi//libutils.so
  76. In file included from icu4c/i18n/../common/unicode/urename.h:40:0,
  77. from icu4c/i18n/../common/unicode/umachine.h:372,
  78. from icu4c/i18n/../common/unicode/utypes.h:36,
  79. from icu4c/i18n/../common/unicode/ustring.h:19,
  80. from /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:16:
  81. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp: In function 'int32_t ucol_getUnsafeSet_46(const UCollator*, USet*, UErrorCode*)':
  82. icu4c/i18n/../common/unicode/urename.h:717:55: warning: 'int32_t ucol_getContractions_46(const UCollator*, USet*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:805) [-Wdeprecated-declarations]
  83. #define ucol_getContractions U_ICU_ENTRY_POINT_RENAME(ucol_getContractions)
  84. ^
  85. icu4c/i18n/../common/unicode/uvernum.h:86:40: note: in definition of macro 'U_ICU_ENTRY_POINT_RENAME'
  86. #define U_ICU_ENTRY_POINT_RENAME(x) x ## _46
  87. ^
  88. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:889:25: note: in expansion of macro 'ucol_getContractions'
  89. int32_t contsSize = ucol_getContractions(coll, contractions, status);
  90. ^
  91. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:889:72: warning: 'int32_t ucol_getContractions_46(const UCollator*, USet*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:805) [-Wdeprecated-declarations]
  92. int32_t contsSize = ucol_getContractions(coll, contractions, status);
  93. ^
  94. In file included from icu4c/i18n/../common/unicode/urename.h:40:0,
  95. from icu4c/i18n/../common/unicode/umachine.h:372,
  96. from icu4c/i18n/../common/unicode/utypes.h:36,
  97. from /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:8:
  98. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp: In static member function 'static icu_46::UnicodeString& icu_46::ZoneStringFormat::getLocalizedCountry(const icu_46::UnicodeString&, const icu_46::Locale&, icu_46::UnicodeString&)':
  99. icu4c/i18n/../common/unicode/urename.h:1431:49: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at icu4c/i18n/../common/unicode/ures.h:300) [-Wdeprecated-declarations]
  100. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  101. ^
  102. icu4c/i18n/../common/unicode/uvernum.h:86:40: note: in definition of macro 'U_ICU_ENTRY_POINT_RENAME'
  103. #define U_ICU_ENTRY_POINT_RENAME(x) x ## _46
  104. ^
  105. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:1809:40: note: in expansion of macro 'ures_getLocale'
  106. const char *bundleLocStr = ures_getLocale(localeBundle, &status);
  107. ^
  108. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:1809:76: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at icu4c/i18n/../common/unicode/ures.h:300) [-Wdeprecated-declarations]
  109. const char *bundleLocStr = ures_getLocale(localeBundle, &status);
  110. ^
  111. /home/wojtek/android-database-sqlcipher/external/icu4c/common/ustr_wcs.c:31:0: warning: "MB_CUR_MAX" redefined [enabled by default]
  112. #define MB_CUR_MAX (1)
  113. ^
  114. In file included from /home/wojtek/android-ndk-r10d/sources/cxx-stl/stlport/stlport/stdlib.h:50:0,
  115. from /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:30,
  116. from /home/wojtek/android-database-sqlcipher/external/icu4c/common/ustr_wcs.c:22:
  117. /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/include/../include/stdlib.h:179:0: note: this is the location of the previous definition
  118. #define MB_CUR_MAX 1
  119. ^
  120. In file included from /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:31:0:
  121. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp: In static member function 'static icu_46::BreakIterator* icu_46::BreakIterator::buildInstance(const icu_46::Locale&, const char*, int32_t, UErrorCode&)':
  122. icu4c/common/unicode/urename.h:1431:49: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/common/unicode/ures.h:300) [-Wdeprecated-declarations]
  123. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  124. ^
  125. /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:34:76: note: in definition of macro 'uprv_strncpy'
  126. #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  127. ^
  128. icu4c/common/unicode/urename.h:1431:24: note: in expansion of macro 'U_ICU_ENTRY_POINT_RENAME'
  129. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  130. ^
  131. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:97:17: note: in expansion of macro 'ures_getLocale'
  132. ures_getLocale(brkName, &status),
  133. ^
  134. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:97:48: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/common/unicode/ures.h:300) [-Wdeprecated-declarations]
  135. ures_getLocale(brkName, &status),
  136. ^
  137. /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:34:76: note: in definition of macro 'uprv_strncpy'
  138. #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  139. ^
  140. /home/wojtek/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: hidden symbol '__dso_handle' in /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/lib/crtbegin_so.o is referenced by DSO /home/wojtek/android-database-sqlcipher/external/android-libs/armeabi-v7a//libutils.so
  141. In file included from icu4c/i18n/../common/unicode/urename.h:40:0,
  142. from icu4c/i18n/../common/unicode/umachine.h:372,
  143. from icu4c/i18n/../common/unicode/utypes.h:36,
  144. from icu4c/i18n/../common/unicode/ustring.h:19,
  145. from /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:16:
  146. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp: In function 'int32_t ucol_getUnsafeSet_46(const UCollator*, USet*, UErrorCode*)':
  147. icu4c/i18n/../common/unicode/urename.h:717:55: warning: 'int32_t ucol_getContractions_46(const UCollator*, USet*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:805) [-Wdeprecated-declarations]
  148. #define ucol_getContractions U_ICU_ENTRY_POINT_RENAME(ucol_getContractions)
  149. ^
  150. icu4c/i18n/../common/unicode/uvernum.h:86:40: note: in definition of macro 'U_ICU_ENTRY_POINT_RENAME'
  151. #define U_ICU_ENTRY_POINT_RENAME(x) x ## _46
  152. ^
  153. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:889:25: note: in expansion of macro 'ucol_getContractions'
  154. int32_t contsSize = ucol_getContractions(coll, contractions, status);
  155. ^
  156. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:889:72: warning: 'int32_t ucol_getContractions_46(const UCollator*, USet*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/ucol_sit.cpp:805) [-Wdeprecated-declarations]
  157. int32_t contsSize = ucol_getContractions(coll, contractions, status);
  158. ^
  159. In file included from icu4c/i18n/../common/unicode/urename.h:40:0,
  160. from icu4c/i18n/../common/unicode/umachine.h:372,
  161. from icu4c/i18n/../common/unicode/utypes.h:36,
  162. from /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:8:
  163. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp: In static member function 'static icu_46::UnicodeString& icu_46::ZoneStringFormat::getLocalizedCountry(const icu_46::UnicodeString&, const icu_46::Locale&, icu_46::UnicodeString&)':
  164. icu4c/i18n/../common/unicode/urename.h:1431:49: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at icu4c/i18n/../common/unicode/ures.h:300) [-Wdeprecated-declarations]
  165. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  166. ^
  167. icu4c/i18n/../common/unicode/uvernum.h:86:40: note: in definition of macro 'U_ICU_ENTRY_POINT_RENAME'
  168. #define U_ICU_ENTRY_POINT_RENAME(x) x ## _46
  169. ^
  170. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:1809:40: note: in expansion of macro 'ures_getLocale'
  171. const char *bundleLocStr = ures_getLocale(localeBundle, &status);
  172. ^
  173. /home/wojtek/android-database-sqlcipher/external/icu4c/i18n/zstrfmt.cpp:1809:76: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at icu4c/i18n/../common/unicode/ures.h:300) [-Wdeprecated-declarations]
  174. const char *bundleLocStr = ures_getLocale(localeBundle, &status);
  175. ^
  176. /home/wojtek/android-database-sqlcipher/external/icu4c/common/ustr_wcs.c:31:0: warning: "MB_CUR_MAX" redefined [enabled by default]
  177. #define MB_CUR_MAX (1)
  178. ^
  179. In file included from /home/wojtek/android-ndk-r10d/sources/cxx-stl/stlport/stlport/stdlib.h:50:0,
  180. from /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:30,
  181. from /home/wojtek/android-database-sqlcipher/external/icu4c/common/ustr_wcs.c:22:
  182. /home/wojtek/android-ndk-r10d/platforms/android-9/arch-x86/usr/include/../include/stdlib.h:180:0: note: this is the location of the previous definition
  183. #define MB_CUR_MAX 1
  184. ^
  185. In file included from /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:31:0:
  186. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp: In static member function 'static icu_46::BreakIterator* icu_46::BreakIterator::buildInstance(const icu_46::Locale&, const char*, int32_t, UErrorCode&)':
  187. icu4c/common/unicode/urename.h:1431:49: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/common/unicode/ures.h:300) [-Wdeprecated-declarations]
  188. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  189. ^
  190. /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:34:76: note: in definition of macro 'uprv_strncpy'
  191. #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  192. ^
  193. icu4c/common/unicode/urename.h:1431:24: note: in expansion of macro 'U_ICU_ENTRY_POINT_RENAME'
  194. #define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale)
  195. ^
  196. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:97:17: note: in expansion of macro 'ures_getLocale'
  197. ures_getLocale(brkName, &status),
  198. ^
  199. /home/wojtek/android-database-sqlcipher/external/icu4c/common/brkiter.cpp:97:48: warning: 'const char* ures_getLocale_46(const UResourceBundle*, UErrorCode*)' is deprecated (declared at /home/wojtek/android-database-sqlcipher/external/icu4c/common/unicode/ures.h:300) [-Wdeprecated-declarations]
  200. ures_getLocale(brkName, &status),
  201. ^
  202. /home/wojtek/android-database-sqlcipher/external/icu4c/common/cstring.h:34:76: note: in definition of macro 'uprv_strncpy'
  203. #define uprv_strncpy(dst, src, size) U_STANDARD_CPP_NAMESPACE strncpy(dst, src, size)
  204. ^
  205. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_database_SQLiteDatabase.cpp: In function 'char* sqlcipher::createStr(const char*)':
  206. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_database_SQLiteDatabase.cpp:73:14: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
  207. str[len] = NULL;
  208. ^
  209. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isBlob_native(JNIEnv*, jobject, jint, jint)':
  210. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:236:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  211. return NULL;
  212. ^
  213. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isString_native(JNIEnv*, jobject, jint, jint)':
  214. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:252:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  215. return NULL;
  216. ^
  217. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isInteger_native(JNIEnv*, jobject, jint, jint)':
  218. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:268:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  219. return NULL;
  220. ^
  221. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jint sqlcipher::getType_native(JNIEnv*, jobject, jint, jint)':
  222. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:284:16: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
  223. return NULL;
  224. ^
  225. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isFloat_native(JNIEnv*, jobject, jint, jint)':
  226. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:300:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  227. return NULL;
  228. ^
  229. /home/wojtek/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: hidden symbol '__dso_handle' in /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/lib/crtbegin_so.o is referenced by DSO ../external/android-libs/armeabi/libandroid_runtime.so
  230. /home/wojtek/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: hidden symbol '__dso_handle' in /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/lib/crtbegin_so.o is referenced by DSO ../external/android-libs/armeabi/libutils.so
  231. /home/wojtek/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: hidden symbol '__dso_handle' in /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/lib/crtbegin_so.o is referenced by DSO ../external/android-libs/armeabi/libbinder.so
  232. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_database_SQLiteDatabase.cpp: In function 'char* sqlcipher::createStr(const char*)':
  233. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_database_SQLiteDatabase.cpp:73:14: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
  234. str[len] = NULL;
  235. ^
  236. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isBlob_native(JNIEnv*, jobject, jint, jint)':
  237. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:236:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  238. return NULL;
  239. ^
  240. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isString_native(JNIEnv*, jobject, jint, jint)':
  241. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:252:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  242. return NULL;
  243. ^
  244. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isInteger_native(JNIEnv*, jobject, jint, jint)':
  245. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:268:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  246. return NULL;
  247. ^
  248. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jint sqlcipher::getType_native(JNIEnv*, jobject, jint, jint)':
  249. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:284:16: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
  250. return NULL;
  251. ^
  252. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isFloat_native(JNIEnv*, jobject, jint, jint)':
  253. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:300:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  254. return NULL;
  255. ^
  256. /home/wojtek/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: hidden symbol '__dso_handle' in /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/lib/crtbegin_so.o is referenced by DSO ../external/android-libs/armeabi-v7a/libandroid_runtime.so
  257. /home/wojtek/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: hidden symbol '__dso_handle' in /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/lib/crtbegin_so.o is referenced by DSO ../external/android-libs/armeabi-v7a/libutils.so
  258. /home/wojtek/android-ndk-r10d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: hidden symbol '__dso_handle' in /home/wojtek/android-ndk-r10d/platforms/android-3/arch-arm/usr/lib/crtbegin_so.o is referenced by DSO ../external/android-libs/armeabi-v7a/libbinder.so
  259. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_database_SQLiteDatabase.cpp: In function 'char* sqlcipher::createStr(const char*)':
  260. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_database_SQLiteDatabase.cpp:73:14: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null]
  261. str[len] = NULL;
  262. ^
  263. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isBlob_native(JNIEnv*, jobject, jint, jint)':
  264. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:236:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  265. return NULL;
  266. ^
  267. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isString_native(JNIEnv*, jobject, jint, jint)':
  268. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:252:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  269. return NULL;
  270. ^
  271. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isInteger_native(JNIEnv*, jobject, jint, jint)':
  272. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:268:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  273. return NULL;
  274. ^
  275. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jint sqlcipher::getType_native(JNIEnv*, jobject, jint, jint)':
  276. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:284:16: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
  277. return NULL;
  278. ^
  279. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp: In function 'jboolean sqlcipher::isFloat_native(JNIEnv*, jobject, jint, jint)':
  280. /home/wojtek/android-database-sqlcipher/jni/net_sqlcipher_CursorWindow.cpp:300:16: warning: converting to non-pointer type 'jboolean {aka unsigned char}' from NULL [-Wconversion-null]
  281. return NULL;
  282. ^
  283. [exec] Result: 1
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291. + file
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298. cd /home/wojtek/android-database-sqlcipher/external && \
  299. make -f Android.mk build-local-hack && \
  300. ndk-build NDK_LIBS_OUT=/home/wojtek/android-database-sqlcipher/external/libs && \
  301. make -f Android.mk copy-libs-hack
  302. make[1]: Entering directory `/home/wojtek/android-database-sqlcipher/external'
  303. cd /home/wojtek/android-database-sqlcipher/external/sqlcipher && ./configure
  304. checking build system type... x86_64-unknown-linux-gnu
  305. checking host system type... x86_64-unknown-linux-gnu
  306. checking for gcc... gcc
  307. checking whether the C compiler works... yes
  308. checking for C compiler default output file name... a.out
  309. checking for suffix of executables...
  310. checking whether we are cross compiling... no
  311. checking for suffix of object files... o
  312. checking whether we are using the GNU C compiler... yes
  313. checking whether gcc accepts -g... yes
  314. checking for gcc option to accept ISO C89... none needed
  315. checking for a sed that does not truncate output... /bin/sed
  316. checking for grep that handles long lines and -e... /bin/grep
  317. checking for egrep... /bin/grep -E
  318. checking for fgrep... /bin/grep -F
  319. checking for ld used by gcc... /usr/bin/ld
  320. checking if the linker (/usr/bin/ld) is GNU ld... yes
  321. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  322. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  323. checking whether ln -s works... yes
  324. checking the maximum length of command line arguments... 3458764513820540925
  325. checking whether the shell understands some XSI constructs... yes
  326. checking whether the shell understands "+="... yes
  327. checking for /usr/bin/ld option to reload object files... -r
  328. checking for objdump... objdump
  329. checking how to recognize dependent libraries... pass_all
  330. checking for ar... ar
  331. checking for strip... strip
  332. checking for ranlib... ranlib
  333. checking command to parse /usr/bin/nm -B output from gcc object... ok
  334. checking how to run the C preprocessor... gcc -E
  335. checking for ANSI C header files... yes
  336. checking for sys/types.h... yes
  337. checking for sys/stat.h... yes
  338. checking for stdlib.h... yes
  339. checking for string.h... yes
  340. checking for memory.h... yes
  341. checking for strings.h... yes
  342. checking for inttypes.h... yes
  343. checking for stdint.h... yes
  344. checking for unistd.h... yes
  345. checking for dlfcn.h... yes
  346. checking for objdir... .libs
  347. checking if gcc supports -fno-rtti -fno-exceptions... no
  348. checking for gcc option to produce PIC... -fPIC -DPIC
  349. checking if gcc PIC flag -fPIC -DPIC works... yes
  350. checking if gcc static flag -static works... yes
  351. checking if gcc supports -c -o file.o... yes
  352. checking if gcc supports -c -o file.o... (cached) yes
  353. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  354. checking whether -lc should be explicitly linked in... no
  355. checking dynamic linker characteristics... GNU/Linux ld.so
  356. checking how to hardcode library paths into programs... immediate
  357. checking whether stripping libraries is possible... yes
  358. checking if libtool supports shared libraries... yes
  359. checking whether to build shared libraries... yes
  360. checking whether to build static libraries... yes
  361. checking for a BSD-compatible install... /usr/bin/install -c
  362. checking for gawk... no
  363. checking for mawk... mawk
  364. checking for special C compiler options needed for large files... no
  365. checking for _FILE_OFFSET_BITS value needed for large files... no
  366. checking for int8_t... yes
  367. checking for int16_t... yes
  368. checking for int32_t... yes
  369. checking for int64_t... yes
  370. checking for intptr_t... yes
  371. checking for uint8_t... yes
  372. checking for uint16_t... yes
  373. checking for uint32_t... yes
  374. checking for uint64_t... yes
  375. checking for uintptr_t... yes
  376. checking for sys/types.h... (cached) yes
  377. checking for stdlib.h... (cached) yes
  378. checking for stdint.h... (cached) yes
  379. checking for inttypes.h... (cached) yes
  380. checking malloc.h usability... yes
  381. checking malloc.h presence... yes
  382. checking for malloc.h... yes
  383. checking for usleep... yes
  384. checking for fdatasync... yes
  385. checking for localtime_r... yes
  386. checking for gmtime_r... yes
  387. checking for localtime_s... no
  388. checking for utime... yes
  389. checking for malloc_usable_size... yes
  390. checking for tclsh8.6... tclsh8.6
  391. configure: Version set to 3.8
  392. configure: Release set to 3.8.6
  393. configure: Version number set to 3008006
  394. checking whether to support threadsafe operation... yes
  395. checking for library containing pthread_create... -lpthread
  396. checking for crypto library to use... openssl
  397. checking for HMAC_Init_ex in -lcrypto... yes
  398. checking whether to allow connections to be shared across threads... no
  399. checking whether to support shared library linked as release mode or not... no
  400. checking whether to use an in-ram database for temporary tables... no
  401. checking if executables have the .exe suffix... unknown
  402. checking for Tcl configuration... found /usr/lib/tclConfig.sh
  403. checking for existence of /usr/lib/tclConfig.sh... loading
  404. checking for library containing tgetent... -ltermcap
  405. checking for readline in -lreadline... yes
  406. checking readline.h usability... no
  407. checking readline.h presence... no
  408. checking for readline.h... no
  409. checking for /usr/include/readline.h... no
  410. checking for /usr/include/readline/readline.h... yes
  411. checking for library containing fdatasync... none required
  412. configure: creating ./config.status
  413. config.status: creating Makefile
  414. config.status: creating sqlcipher.pc
  415. config.status: creating config.h
  416. config.status: config.h is unchanged
  417. config.status: executing libtool commands
  418. make -C sqlcipher sqlite3.c
  419. make[2]: Entering directory `/home/wojtek/android-database-sqlcipher/external/sqlcipher'
  420. gcc -g -O2 -DSQLCIPHER_CRYPTO_OPENSSL -o mkkeywordhash -DSQLITE_OMIT_LOAD_EXTENSION=1 ./tool/mkkeywordhash.c
  421. ./mkkeywordhash >keywordhash.h
  422. gcc -g -O2 -DSQLCIPHER_CRYPTO_OPENSSL -o lemon ./tool/lemon.c
  423. cp ./src/lempar.c .
  424. cp ./src/parse.y .
  425. rm -f parse.h
  426. ./lemon -DSQLITE_OMIT_LOAD_EXTENSION=1 parse.y
  427. mv parse.h parse.h.temp
  428. mawk -f ./addopcodes.awk parse.h.temp >parse.h
  429. cat parse.h ./src/vdbe.c | mawk -f ./mkopcodeh.awk >opcodes.h
  430. mawk -f ./mkopcodec.awk opcodes.h >opcodes.c
  431. tclsh8.6 ./tool/mksqlite3h.tcl . >sqlite3.h
  432. rm -rf tsrc
  433. mkdir tsrc
  434. cp -f ./src/crypto.h ./src/sqlcipher.h ./src/crypto.c ./src/crypto_impl.c ./src/crypto_libtomcrypt.c ./src/crypto_openssl.c ./src/crypto_cc.c ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c ./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h ./src/build.c ./src/callback.c ./src/complete.c ./src/ctime.c ./src/date.c ./src/delete.c ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c ./src/global.c ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c ./src/journal.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c ./src/mem0.c ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c ./src/memjournal.c ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c ./src/os.c ./src/os.h ./src/os_common.h ./src/os_setup.h ./src/os_unix.c ./src/os_win.c ./src/os_win.h ./src/pager.c ./src/pager.h ./src/parse.y ./src/pcache.c ./src/pcache.h ./src/pcache1.c ./src/pragma.c ./src/prepare.c ./src/printf.c ./src/random.c ./src/resolve.c ./src/rowset.c ./src/select.c ./src/status.c ./src/shell.c ./src/sqlite.h.in ./src/sqlite3ext.h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c ./src/tclsqlite.c ./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c ./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c ./src/vdbeblob.c ./src/vdbemem.c ./src/vdbesort.c ./src/vdbetrace.c ./src/vdbeInt.h ./src/vtab.c ./src/wal.c ./src/wal.h ./src/walker.c ./src/where.c ./src/whereInt.h ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c ./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h ./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h ./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c ./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h ./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c ./ext/fts3/fts3.h ./ext/fts3/fts3Int.h ./ext/fts3/fts3_aux.c ./ext/fts3/fts3_expr.c ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h ./ext/fts3/fts3_icu.c ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_snippet.c ./ext/fts3/fts3_tokenizer.h ./ext/fts3/fts3_tokenizer.c ./ext/fts3/fts3_tokenizer1.c ./ext/fts3/fts3_tokenize_vtab.c ./ext/fts3/fts3_unicode.c ./ext/fts3/fts3_unicode2.c ./ext/fts3/fts3_write.c ./ext/icu/sqliteicu.h ./ext/icu/icu.c ./ext/rtree/rtree.h ./ext/rtree/rtree.c keywordhash.h opcodes.c opcodes.h parse.c parse.h config.h sqlite3.h tsrc
  435. rm tsrc/sqlite.h.in tsrc/parse.y
  436. tclsh8.6 ./tool/vdbe-compress.tcl <tsrc/vdbe.c >vdbe.new
  437. mv vdbe.new tsrc/vdbe.c
  438. touch .target_source
  439. tclsh8.6 ./tool/mksqlite3c.tcl
  440. cp tsrc/shell.c tsrc/sqlite3ext.h .
  441. make[2]: Leaving directory `/home/wojtek/android-database-sqlcipher/external/sqlcipher'
  442. make[1]: Leaving directory `/home/wojtek/android-database-sqlcipher/external'
  443. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icui18n: LOCAL_LDLIBS is always ignored for static libraries
  444. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icui18n: non-system libraries in linker flags: -lpthread
  445. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  446. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  447. Android NDK: current module
  448. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icuuc: LOCAL_LDLIBS is always ignored for static libraries
  449. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icuuc: non-system libraries in linker flags: -lpthread
  450. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  451. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  452. Android NDK: current module
  453. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:sqlcipher: LOCAL_LDFLAGS is always ignored for static libraries
  454. make[1]: Entering directory `/home/wojtek/android-database-sqlcipher/external'
  455. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icui18n: LOCAL_LDLIBS is always ignored for static libraries
  456. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icui18n: non-system libraries in linker flags: -lpthread
  457. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  458. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  459. Android NDK: current module
  460. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icuuc: LOCAL_LDLIBS is always ignored for static libraries
  461. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icuuc: non-system libraries in linker flags: -lpthread
  462. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  463. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  464. Android NDK: current module
  465. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:sqlcipher: LOCAL_LDFLAGS is always ignored for static libraries
  466. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icui18n: LOCAL_LDLIBS is always ignored for static libraries
  467. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icui18n: non-system libraries in linker flags: -lpthread
  468. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  469. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  470. Android NDK: current module
  471. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icuuc: LOCAL_LDLIBS is always ignored for static libraries
  472. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:icuuc: non-system libraries in linker flags: -lpthread
  473. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  474. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  475. Android NDK: current module
  476. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/external/Android.mk:sqlcipher: LOCAL_LDFLAGS is always ignored for static libraries
  477. [armeabi] Compile++ thumb: sqlcipher_android <= sqlite3_android.cpp
  478. [armeabi] Compile++ thumb: sqlcipher_android <= PhonebookIndex.cpp
  479. [armeabi] Compile++ thumb: sqlcipher_android <= PhoneNumberUtils.cpp
  480. [armeabi] Compile++ thumb: sqlcipher_android <= OldPhoneNumberUtils.cpp
  481. [armeabi] Compile++ thumb: sqlcipher_android <= PhoneticStringUtils.cpp
  482. [armeabi] Compile++ thumb: sqlcipher_android <= String16.cpp
  483. [armeabi] Compile++ thumb: sqlcipher_android <= String8.cpp
  484. [armeabi] Prebuilt : libstlport_shared.so <= <NDK>/sources/cxx-stl/stlport/libs/armeabi/thumb/
  485. [armeabi] Compile thumb : sqlcipher <= sqlite3.c
  486. [armeabi] StaticLibrary : libsqlcipher.a
  487. [armeabi] Compile thumb : icui18n <= bocsu.c
  488. [armeabi] Compile thumb : icui18n <= ucln_in.c
  489. [armeabi] Compile thumb : icui18n <= decContext.c
  490. [armeabi] Compile thumb : icui18n <= ulocdata.c
  491. [armeabi] Compile thumb : icui18n <= utmscale.c
  492. [armeabi] Compile thumb : icui18n <= decNumber.c
  493. [armeabi] Compile++ thumb: icui18n <= indiancal.cpp
  494. [armeabi] Compile++ thumb: icui18n <= dtptngen.cpp
  495. [armeabi] Compile++ thumb: icui18n <= dtrule.cpp
  496. [armeabi] Compile++ thumb: icui18n <= persncal.cpp
  497. [armeabi] Compile++ thumb: icui18n <= rbtz.cpp
  498. [armeabi] Compile++ thumb: icui18n <= reldtfmt.cpp
  499. [armeabi] Compile++ thumb: icui18n <= taiwncal.cpp
  500. [armeabi] Compile++ thumb: icui18n <= tzrule.cpp
  501. [armeabi] Compile++ thumb: icui18n <= tztrans.cpp
  502. [armeabi] Compile++ thumb: icui18n <= udatpg.cpp
  503. [armeabi] Compile++ thumb: icui18n <= vtzone.cpp
  504. [armeabi] Compile++ thumb: icui18n <= anytrans.cpp
  505. [armeabi] Compile++ thumb: icui18n <= astro.cpp
  506. [armeabi] Compile++ thumb: icui18n <= buddhcal.cpp
  507. [armeabi] Compile++ thumb: icui18n <= basictz.cpp
  508. [armeabi] Compile++ thumb: icui18n <= calendar.cpp
  509. [armeabi] Compile++ thumb: icui18n <= casetrn.cpp
  510. [armeabi] Compile++ thumb: icui18n <= choicfmt.cpp
  511. [armeabi] Compile++ thumb: icui18n <= coleitr.cpp
  512. [armeabi] Compile++ thumb: icui18n <= coll.cpp
  513. [armeabi] Compile++ thumb: icui18n <= cpdtrans.cpp
  514. [armeabi] Compile++ thumb: icui18n <= csdetect.cpp
  515. [armeabi] Compile++ thumb: icui18n <= csmatch.cpp
  516. [armeabi] Compile++ thumb: icui18n <= csr2022.cpp
  517. [armeabi] Compile++ thumb: icui18n <= csrecog.cpp
  518. [armeabi] Compile++ thumb: icui18n <= csrmbcs.cpp
  519. [armeabi] Compile++ thumb: icui18n <= csrsbcs.cpp
  520. [armeabi] Compile++ thumb: icui18n <= csrucode.cpp
  521. [armeabi] Compile++ thumb: icui18n <= csrutf8.cpp
  522. [armeabi] Compile++ thumb: icui18n <= curramt.cpp
  523. [armeabi] Compile++ thumb: icui18n <= currfmt.cpp
  524. [armeabi] Compile++ thumb: icui18n <= currunit.cpp
  525. [armeabi] Compile++ thumb: icui18n <= datefmt.cpp
  526. [armeabi] Compile++ thumb: icui18n <= dcfmtsym.cpp
  527. [armeabi] Compile++ thumb: icui18n <= decimfmt.cpp
  528. [armeabi] Compile++ thumb: icui18n <= digitlst.cpp
  529. [armeabi] Compile++ thumb: icui18n <= dtfmtsym.cpp
  530. [armeabi] Compile++ thumb: icui18n <= esctrn.cpp
  531. [armeabi] Compile++ thumb: icui18n <= fmtable_cnv.cpp
  532. [armeabi] Compile++ thumb: icui18n <= fmtable.cpp
  533. [armeabi] Compile++ thumb: icui18n <= format.cpp
  534. [armeabi] Compile++ thumb: icui18n <= funcrepl.cpp
  535. [armeabi] Compile++ thumb: icui18n <= gregocal.cpp
  536. [armeabi] Compile++ thumb: icui18n <= gregoimp.cpp
  537. [armeabi] Compile++ thumb: icui18n <= hebrwcal.cpp
  538. [armeabi] Compile++ thumb: icui18n <= inputext.cpp
  539. [armeabi] Compile++ thumb: icui18n <= islamcal.cpp
  540. [armeabi] Compile++ thumb: icui18n <= japancal.cpp
  541. [armeabi] Compile++ thumb: icui18n <= measfmt.cpp
  542. [armeabi] Compile++ thumb: icui18n <= measure.cpp
  543. [armeabi] Compile++ thumb: icui18n <= msgfmt.cpp
  544. [armeabi] Compile++ thumb: icui18n <= name2uni.cpp
  545. [armeabi] Compile++ thumb: icui18n <= nfrs.cpp
  546. [armeabi] Compile++ thumb: icui18n <= nfrule.cpp
  547. [armeabi] Compile++ thumb: icui18n <= nfsubs.cpp
  548. [armeabi] Compile++ thumb: icui18n <= nortrans.cpp
  549. [armeabi] Compile++ thumb: icui18n <= nultrans.cpp
  550. [armeabi] Compile++ thumb: icui18n <= numfmt.cpp
  551. [armeabi] Compile++ thumb: icui18n <= olsontz.cpp
  552. [armeabi] Compile++ thumb: icui18n <= quant.cpp
  553. [armeabi] Compile++ thumb: icui18n <= rbnf.cpp
  554. [armeabi] Compile++ thumb: icui18n <= rbt.cpp
  555. [armeabi] Compile++ thumb: icui18n <= rbt_data.cpp
  556. [armeabi] Compile++ thumb: icui18n <= rbt_pars.cpp
  557. [armeabi] Compile++ thumb: icui18n <= rbt_rule.cpp
  558. [armeabi] Compile++ thumb: icui18n <= rbt_set.cpp
  559. [armeabi] Compile++ thumb: icui18n <= regexcmp.cpp
  560. [armeabi] Compile++ thumb: icui18n <= regexst.cpp
  561. [armeabi] Compile++ thumb: icui18n <= rematch.cpp
  562. [armeabi] Compile++ thumb: icui18n <= remtrans.cpp
  563. [armeabi] Compile++ thumb: icui18n <= repattrn.cpp
  564. [armeabi] Compile++ thumb: icui18n <= search.cpp
  565. [armeabi] Compile++ thumb: icui18n <= simpletz.cpp
  566. [armeabi] Compile++ thumb: icui18n <= smpdtfmt.cpp
  567. [armeabi] Compile++ thumb: icui18n <= sortkey.cpp
  568. [armeabi] Compile++ thumb: icui18n <= strmatch.cpp
  569. [armeabi] Compile++ thumb: icui18n <= strrepl.cpp
  570. [armeabi] Compile++ thumb: icui18n <= stsearch.cpp
  571. [armeabi] Compile++ thumb: icui18n <= tblcoll.cpp
  572. [armeabi] Compile++ thumb: icui18n <= timezone.cpp
  573. [armeabi] Compile++ thumb: icui18n <= titletrn.cpp
  574. [armeabi] Compile++ thumb: icui18n <= tolowtrn.cpp
  575. [armeabi] Compile++ thumb: icui18n <= toupptrn.cpp
  576. [armeabi] Compile++ thumb: icui18n <= translit.cpp
  577. [armeabi] Compile++ thumb: icui18n <= transreg.cpp
  578. [armeabi] Compile++ thumb: icui18n <= tridpars.cpp
  579. [armeabi] Compile++ thumb: icui18n <= ucal.cpp
  580. [armeabi] Compile++ thumb: icui18n <= ucol_bld.cpp
  581. [armeabi] Compile++ thumb: icui18n <= ucol_cnt.cpp
  582. [armeabi] Compile++ thumb: icui18n <= ucol.cpp
  583. [armeabi] Compile++ thumb: icui18n <= ucoleitr.cpp
  584. [armeabi] Compile++ thumb: icui18n <= ucol_elm.cpp
  585. [armeabi] Compile++ thumb: icui18n <= ucol_res.cpp
  586. [armeabi] Compile++ thumb: icui18n <= ucol_sit.cpp
  587. [armeabi] Compile++ thumb: icui18n <= ucol_tok.cpp
  588. [armeabi] Compile++ thumb: icui18n <= ucsdet.cpp
  589. [armeabi] Compile++ thumb: icui18n <= ucurr.cpp
  590. [armeabi] Compile++ thumb: icui18n <= udat.cpp
  591. [armeabi] Compile++ thumb: icui18n <= umsg.cpp
  592. [armeabi] Compile++ thumb: icui18n <= unesctrn.cpp
  593. [armeabi] Compile++ thumb: icui18n <= uni2name.cpp
  594. [armeabi] Compile++ thumb: icui18n <= unum.cpp
  595. [armeabi] Compile++ thumb: icui18n <= uregexc.cpp
  596. [armeabi] Compile++ thumb: icui18n <= uregex.cpp
  597. [armeabi] Compile++ thumb: icui18n <= usearch.cpp
  598. [armeabi] Compile++ thumb: icui18n <= utrans.cpp
  599. [armeabi] Compile++ thumb: icui18n <= windtfmt.cpp
  600. [armeabi] Compile++ thumb: icui18n <= winnmfmt.cpp
  601. [armeabi] Compile++ thumb: icui18n <= zonemeta.cpp
  602. [armeabi] Compile++ thumb: icui18n <= zstrfmt.cpp
  603. [armeabi] Compile++ thumb: icui18n <= numsys.cpp
  604. [armeabi] Compile++ thumb: icui18n <= chnsecal.cpp
  605. [armeabi] Compile++ thumb: icui18n <= cecal.cpp
  606. [armeabi] Compile++ thumb: icui18n <= coptccal.cpp
  607. [armeabi] Compile++ thumb: icui18n <= ethpccal.cpp
  608. [armeabi] Compile++ thumb: icui18n <= brktrans.cpp
  609. [armeabi] Compile++ thumb: icui18n <= wintzimpl.cpp
  610. [armeabi] Compile++ thumb: icui18n <= plurrule.cpp
  611. [armeabi] Compile++ thumb: icui18n <= plurfmt.cpp
  612. [armeabi] Compile++ thumb: icui18n <= dtitvfmt.cpp
  613. [armeabi] Compile++ thumb: icui18n <= dtitvinf.cpp
  614. [armeabi] Compile++ thumb: icui18n <= tmunit.cpp
  615. [armeabi] Compile++ thumb: icui18n <= tmutamt.cpp
  616. [armeabi] Compile++ thumb: icui18n <= tmutfmt.cpp
  617. [armeabi] Compile++ thumb: icui18n <= colldata.cpp
  618. [armeabi] Compile++ thumb: icui18n <= bmsearch.cpp
  619. [armeabi] Compile++ thumb: icui18n <= bms.cpp
  620. [armeabi] Compile++ thumb: icui18n <= currpinf.cpp
  621. [armeabi] Compile++ thumb: icui18n <= uspoof.cpp
  622. [armeabi] Compile++ thumb: icui18n <= uspoof_impl.cpp
  623. [armeabi] Compile++ thumb: icui18n <= uspoof_build.cpp
  624. [armeabi] Compile++ thumb: icui18n <= regextxt.cpp
  625. [armeabi] Compile++ thumb: icui18n <= selfmt.cpp
  626. [armeabi] Compile++ thumb: icui18n <= uspoof_conf.cpp
  627. [armeabi] Compile++ thumb: icui18n <= uspoof_wsconf.cpp
  628. [armeabi] Compile++ thumb: icui18n <= ztrans.cpp
  629. [armeabi] Compile++ thumb: icui18n <= zrule.cpp
  630. [armeabi] Compile++ thumb: icui18n <= vzone.cpp
  631. [armeabi] Compile++ thumb: icui18n <= fphdlimp.cpp
  632. [armeabi] Compile++ thumb: icui18n <= fpositer.cpp
  633. [armeabi] Compile++ thumb: icui18n <= locdspnm.cpp
  634. [armeabi] Compile++ thumb: icui18n <= decnumstr.cpp
  635. [armeabi] Compile++ thumb: icui18n <= ucol_wgt.cpp
  636. [armeabi] StaticLibrary : libicui18n.a
  637. [armeabi] Compile thumb : icuuc <= cmemory.c
  638. [armeabi] Compile thumb : icuuc <= cstring.c
  639. [armeabi] Compile thumb : icuuc <= cwchar.c
  640. [armeabi] Compile thumb : icuuc <= locmap.c
  641. [armeabi] Compile thumb : icuuc <= punycode.c
  642. [armeabi] Compile thumb : icuuc <= putil.c
  643. [armeabi] Compile thumb : icuuc <= uarrsort.c
  644. [armeabi] Compile thumb : icuuc <= ubidi.c
  645. [armeabi] Compile thumb : icuuc <= ubidiln.c
  646. [armeabi] Compile thumb : icuuc <= ubidi_props.c
  647. [armeabi] Compile thumb : icuuc <= ubidiwrt.c
  648. [armeabi] Compile thumb : icuuc <= ucase.c
  649. [armeabi] Compile thumb : icuuc <= ucasemap.c
  650. [armeabi] Compile thumb : icuuc <= ucat.c
  651. [armeabi] Compile thumb : icuuc <= uchar.c
  652. [armeabi] Compile thumb : icuuc <= ucln_cmn.c
  653. [armeabi] Compile thumb : icuuc <= ucmndata.c
  654. [armeabi] Compile thumb : icuuc <= ucnv2022.c
  655. [armeabi] Compile thumb : icuuc <= ucnv_bld.c
  656. [armeabi] Compile thumb : icuuc <= ucnvbocu.c
  657. [armeabi] Compile thumb : icuuc <= ucnv.c
  658. [armeabi] Compile thumb : icuuc <= ucnv_cb.c
  659. [armeabi] Compile thumb : icuuc <= ucnv_cnv.c
  660. [armeabi] Compile thumb : icuuc <= ucnvdisp.c
  661. [armeabi] Compile thumb : icuuc <= ucnv_err.c
  662. [armeabi] Compile thumb : icuuc <= ucnv_ext.c
  663. [armeabi] Compile thumb : icuuc <= ucnvhz.c
  664. [armeabi] Compile thumb : icuuc <= ucnv_io.c
  665. [armeabi] Compile thumb : icuuc <= ucnvisci.c
  666. [armeabi] Compile thumb : icuuc <= ucnvlat1.c
  667. [armeabi] Compile thumb : icuuc <= ucnv_lmb.c
  668. [armeabi] Compile thumb : icuuc <= ucnvmbcs.c
  669. [armeabi] Compile thumb : icuuc <= ucnvscsu.c
  670. [armeabi] Compile thumb : icuuc <= ucnv_set.c
  671. [armeabi] Compile thumb : icuuc <= ucnv_u16.c
  672. [armeabi] Compile thumb : icuuc <= ucnv_u32.c
  673. [armeabi] Compile thumb : icuuc <= ucnv_u7.c
  674. [armeabi] Compile thumb : icuuc <= ucnv_u8.c
  675. [armeabi] Compile thumb : icuuc <= udatamem.c
  676. [armeabi] Compile thumb : icuuc <= udataswp.c
  677. [armeabi] Compile thumb : icuuc <= uenum.c
  678. [armeabi] Compile thumb : icuuc <= uhash.c
  679. [armeabi] Compile thumb : icuuc <= uinit.c
  680. [armeabi] Compile thumb : icuuc <= uinvchar.c
  681. [armeabi] Compile thumb : icuuc <= uloc.c
  682. [armeabi] Compile thumb : icuuc <= umapfile.c
  683. [armeabi] Compile thumb : icuuc <= umath.c
  684. [armeabi] Compile thumb : icuuc <= umutex.c
  685. [armeabi] Compile thumb : icuuc <= unames.c
  686. [armeabi] Compile thumb : icuuc <= unorm_it.c
  687. [armeabi] Compile thumb : icuuc <= uresbund.c
  688. [armeabi] Compile thumb : icuuc <= ures_cnv.c
  689. [armeabi] Compile thumb : icuuc <= uresdata.c
  690. [armeabi] Compile thumb : icuuc <= usc_impl.c
  691. [armeabi] Compile thumb : icuuc <= uscript.c
  692. [armeabi] Compile thumb : icuuc <= ushape.c
  693. [armeabi] Compile thumb : icuuc <= ustrcase.c
  694. [armeabi] Compile thumb : icuuc <= ustr_cnv.c
  695. [armeabi] Compile thumb : icuuc <= ustrfmt.c
  696. [armeabi] Compile thumb : icuuc <= ustring.c
  697. [armeabi] Compile thumb : icuuc <= ustrtrns.c
  698. [armeabi] Compile thumb : icuuc <= ustr_wcs.c
  699. [armeabi] Compile thumb : icuuc <= utf_impl.c
  700. [armeabi] Compile thumb : icuuc <= utrace.c
  701. [armeabi] Compile thumb : icuuc <= utrie.c
  702. [armeabi] Compile thumb : icuuc <= utypes.c
  703. [armeabi] Compile thumb : icuuc <= wintz.c
  704. [armeabi] Compile thumb : icuuc <= utrie2_builder.c
  705. [armeabi] Compile thumb : icuuc <= icuplug.c
  706. [armeabi] Compile thumb : icuuc <= propsvec.c
  707. [armeabi] Compile thumb : icuuc <= ulist.c
  708. [armeabi] Compile thumb : icuuc <= uloc_tag.c
  709. [armeabi] Compile++ thumb: icuuc <= bmpset.cpp
  710. [armeabi] Compile++ thumb: icuuc <= unisetspan.cpp
  711. [armeabi] Compile++ thumb: icuuc <= brkeng.cpp
  712. [armeabi] Compile++ thumb: icuuc <= brkiter.cpp
  713. [armeabi] Compile++ thumb: icuuc <= caniter.cpp
  714. [armeabi] Compile++ thumb: icuuc <= chariter.cpp
  715. [armeabi] Compile++ thumb: icuuc <= dictbe.cpp
  716. [armeabi] Compile++ thumb: icuuc <= locbased.cpp
  717. [armeabi] Compile++ thumb: icuuc <= locid.cpp
  718. [armeabi] Compile++ thumb: icuuc <= locutil.cpp
  719. [armeabi] Compile++ thumb: icuuc <= normlzr.cpp
  720. [armeabi] Compile++ thumb: icuuc <= parsepos.cpp
  721. [armeabi] Compile++ thumb: icuuc <= propname.cpp
  722. [armeabi] Compile++ thumb: icuuc <= rbbi.cpp
  723. [armeabi] Compile++ thumb: icuuc <= rbbidata.cpp
  724. [armeabi] Compile++ thumb: icuuc <= rbbinode.cpp
  725. [armeabi] Compile++ thumb: icuuc <= rbbirb.cpp
  726. [armeabi] Compile++ thumb: icuuc <= rbbiscan.cpp
  727. [armeabi] Compile++ thumb: icuuc <= rbbisetb.cpp
  728. [armeabi] Compile++ thumb: icuuc <= rbbistbl.cpp
  729. [armeabi] Compile++ thumb: icuuc <= rbbitblb.cpp
  730. [armeabi] Compile++ thumb: icuuc <= resbund_cnv.cpp
  731. [armeabi] Compile++ thumb: icuuc <= resbund.cpp
  732. [armeabi] Compile++ thumb: icuuc <= ruleiter.cpp
  733. [armeabi] Compile++ thumb: icuuc <= schriter.cpp
  734. [armeabi] Compile++ thumb: icuuc <= serv.cpp
  735. [armeabi] Compile++ thumb: icuuc <= servlk.cpp
  736. [armeabi] Compile++ thumb: icuuc <= servlkf.cpp
  737. [armeabi] Compile++ thumb: icuuc <= servls.cpp
  738. [armeabi] Compile++ thumb: icuuc <= servnotf.cpp
  739. [armeabi] Compile++ thumb: icuuc <= servrbf.cpp
  740. [armeabi] Compile++ thumb: icuuc <= servslkf.cpp
  741. [armeabi] Compile++ thumb: icuuc <= triedict.cpp
  742. [armeabi] Compile++ thumb: icuuc <= ubrk.cpp
  743. [armeabi] Compile++ thumb: icuuc <= uchriter.cpp
  744. [armeabi] Compile++ thumb: icuuc <= uhash_us.cpp
  745. [armeabi] Compile++ thumb: icuuc <= uidna.cpp
  746. [armeabi] Compile++ thumb: icuuc <= uiter.cpp
  747. [armeabi] Compile++ thumb: icuuc <= unifilt.cpp
  748. [armeabi] Compile++ thumb: icuuc <= unifunct.cpp
  749. [armeabi] Compile++ thumb: icuuc <= uniset.cpp
  750. [armeabi] Compile++ thumb: icuuc <= uniset_props.cpp
  751. [armeabi] Compile++ thumb: icuuc <= unistr_case.cpp
  752. [armeabi] Compile++ thumb: icuuc <= unistr_cnv.cpp
  753. [armeabi] Compile++ thumb: icuuc <= unistr.cpp
  754. [armeabi] Compile++ thumb: icuuc <= unistr_props.cpp
  755. [armeabi] Compile++ thumb: icuuc <= unormcmp.cpp
  756. [armeabi] Compile++ thumb: icuuc <= unorm.cpp
  757. [armeabi] Compile++ thumb: icuuc <= uobject.cpp
  758. [armeabi] Compile++ thumb: icuuc <= uset.cpp
  759. [armeabi] Compile++ thumb: icuuc <= usetiter.cpp
  760. [armeabi] Compile++ thumb: icuuc <= uset_props.cpp
  761. [armeabi] Compile++ thumb: icuuc <= usprep.cpp
  762. [armeabi] Compile++ thumb: icuuc <= ustack.cpp
  763. [armeabi] Compile++ thumb: icuuc <= ustrenum.cpp
  764. [armeabi] Compile++ thumb: icuuc <= utext.cpp
  765. [armeabi] Compile++ thumb: icuuc <= util.cpp
  766. [armeabi] Compile++ thumb: icuuc <= util_props.cpp
  767. [armeabi] Compile++ thumb: icuuc <= uvector.cpp
  768. [armeabi] Compile++ thumb: icuuc <= uvectr32.cpp
  769. [armeabi] Compile++ thumb: icuuc <= errorcode.cpp
  770. [armeabi] Compile++ thumb: icuuc <= bytestream.cpp
  771. [armeabi] Compile++ thumb: icuuc <= stringpiece.cpp
  772. [armeabi] Compile++ thumb: icuuc <= mutex.cpp
  773. [armeabi] Compile++ thumb: icuuc <= dtintrv.cpp
  774. [armeabi] Compile++ thumb: icuuc <= ucnvsel.cpp
  775. [armeabi] Compile++ thumb: icuuc <= uvectr64.cpp
  776. [armeabi] Compile++ thumb: icuuc <= locavailable.cpp
  777. [armeabi] Compile++ thumb: icuuc <= locdispnames.cpp
  778. [armeabi] Compile++ thumb: icuuc <= loclikely.cpp
  779. [armeabi] Compile++ thumb: icuuc <= locresdata.cpp
  780. [armeabi] Compile++ thumb: icuuc <= normalizer2impl.cpp
  781. [armeabi] Compile++ thumb: icuuc <= normalizer2.cpp
  782. [armeabi] Compile++ thumb: icuuc <= filterednormalizer2.cpp
  783. [armeabi] Compile++ thumb: icuuc <= ucol_swp.cpp
  784. [armeabi] Compile++ thumb: icuuc <= uprops.cpp
  785. [armeabi] Compile++ thumb: icuuc <= utrie2.cpp
  786. [armeabi] Compile++ thumb: icuuc <= charstr.cpp
  787. [armeabi] Compile++ thumb: icuuc <= uts46.cpp
  788. [armeabi] Compile++ thumb: icuuc <= udata.cpp
  789. [armeabi] Compile thumb : icuuc <= stubdata.c
  790. [armeabi] StaticLibrary : libicuuc.a
  791. [armeabi] SharedLibrary : libsqlcipher_android.so
  792. [armeabi] Install : libsqlcipher_android.so => external/libs/armeabi/libsqlcipher_android.so
  793. [armeabi] Install : libstlport_shared.so => external/libs/armeabi/libstlport_shared.so
  794. [armeabi-v7a] Compile++ thumb: sqlcipher_android <= sqlite3_android.cpp
  795. [armeabi-v7a] Compile++ thumb: sqlcipher_android <= PhonebookIndex.cpp
  796. [armeabi-v7a] Compile++ thumb: sqlcipher_android <= PhoneNumberUtils.cpp
  797. [armeabi-v7a] Compile++ thumb: sqlcipher_android <= OldPhoneNumberUtils.cpp
  798. [armeabi-v7a] Compile++ thumb: sqlcipher_android <= PhoneticStringUtils.cpp
  799. [armeabi-v7a] Compile++ thumb: sqlcipher_android <= String16.cpp
  800. [armeabi-v7a] Compile++ thumb: sqlcipher_android <= String8.cpp
  801. [armeabi-v7a] Prebuilt : libstlport_shared.so <= <NDK>/sources/cxx-stl/stlport/libs/armeabi-v7a/thumb/
  802. [armeabi-v7a] Compile thumb : sqlcipher <= sqlite3.c
  803. [armeabi-v7a] StaticLibrary : libsqlcipher.a
  804. [armeabi-v7a] Compile thumb : icui18n <= bocsu.c
  805. [armeabi-v7a] Compile thumb : icui18n <= ucln_in.c
  806. [armeabi-v7a] Compile thumb : icui18n <= decContext.c
  807. [armeabi-v7a] Compile thumb : icui18n <= ulocdata.c
  808. [armeabi-v7a] Compile thumb : icui18n <= utmscale.c
  809. [armeabi-v7a] Compile thumb : icui18n <= decNumber.c
  810. [armeabi-v7a] Compile++ thumb: icui18n <= indiancal.cpp
  811. [armeabi-v7a] Compile++ thumb: icui18n <= dtptngen.cpp
  812. [armeabi-v7a] Compile++ thumb: icui18n <= dtrule.cpp
  813. [armeabi-v7a] Compile++ thumb: icui18n <= persncal.cpp
  814. [armeabi-v7a] Compile++ thumb: icui18n <= rbtz.cpp
  815. [armeabi-v7a] Compile++ thumb: icui18n <= reldtfmt.cpp
  816. [armeabi-v7a] Compile++ thumb: icui18n <= taiwncal.cpp
  817. [armeabi-v7a] Compile++ thumb: icui18n <= tzrule.cpp
  818. [armeabi-v7a] Compile++ thumb: icui18n <= tztrans.cpp
  819. [armeabi-v7a] Compile++ thumb: icui18n <= udatpg.cpp
  820. [armeabi-v7a] Compile++ thumb: icui18n <= vtzone.cpp
  821. [armeabi-v7a] Compile++ thumb: icui18n <= anytrans.cpp
  822. [armeabi-v7a] Compile++ thumb: icui18n <= astro.cpp
  823. [armeabi-v7a] Compile++ thumb: icui18n <= buddhcal.cpp
  824. [armeabi-v7a] Compile++ thumb: icui18n <= basictz.cpp
  825. [armeabi-v7a] Compile++ thumb: icui18n <= calendar.cpp
  826. [armeabi-v7a] Compile++ thumb: icui18n <= casetrn.cpp
  827. [armeabi-v7a] Compile++ thumb: icui18n <= choicfmt.cpp
  828. [armeabi-v7a] Compile++ thumb: icui18n <= coleitr.cpp
  829. [armeabi-v7a] Compile++ thumb: icui18n <= coll.cpp
  830. [armeabi-v7a] Compile++ thumb: icui18n <= cpdtrans.cpp
  831. [armeabi-v7a] Compile++ thumb: icui18n <= csdetect.cpp
  832. [armeabi-v7a] Compile++ thumb: icui18n <= csmatch.cpp
  833. [armeabi-v7a] Compile++ thumb: icui18n <= csr2022.cpp
  834. [armeabi-v7a] Compile++ thumb: icui18n <= csrecog.cpp
  835. [armeabi-v7a] Compile++ thumb: icui18n <= csrmbcs.cpp
  836. [armeabi-v7a] Compile++ thumb: icui18n <= csrsbcs.cpp
  837. [armeabi-v7a] Compile++ thumb: icui18n <= csrucode.cpp
  838. [armeabi-v7a] Compile++ thumb: icui18n <= csrutf8.cpp
  839. [armeabi-v7a] Compile++ thumb: icui18n <= curramt.cpp
  840. [armeabi-v7a] Compile++ thumb: icui18n <= currfmt.cpp
  841. [armeabi-v7a] Compile++ thumb: icui18n <= currunit.cpp
  842. [armeabi-v7a] Compile++ thumb: icui18n <= datefmt.cpp
  843. [armeabi-v7a] Compile++ thumb: icui18n <= dcfmtsym.cpp
  844. [armeabi-v7a] Compile++ thumb: icui18n <= decimfmt.cpp
  845. [armeabi-v7a] Compile++ thumb: icui18n <= digitlst.cpp
  846. [armeabi-v7a] Compile++ thumb: icui18n <= dtfmtsym.cpp
  847. [armeabi-v7a] Compile++ thumb: icui18n <= esctrn.cpp
  848. [armeabi-v7a] Compile++ thumb: icui18n <= fmtable_cnv.cpp
  849. [armeabi-v7a] Compile++ thumb: icui18n <= fmtable.cpp
  850. [armeabi-v7a] Compile++ thumb: icui18n <= format.cpp
  851. [armeabi-v7a] Compile++ thumb: icui18n <= funcrepl.cpp
  852. [armeabi-v7a] Compile++ thumb: icui18n <= gregocal.cpp
  853. [armeabi-v7a] Compile++ thumb: icui18n <= gregoimp.cpp
  854. [armeabi-v7a] Compile++ thumb: icui18n <= hebrwcal.cpp
  855. [armeabi-v7a] Compile++ thumb: icui18n <= inputext.cpp
  856. [armeabi-v7a] Compile++ thumb: icui18n <= islamcal.cpp
  857. [armeabi-v7a] Compile++ thumb: icui18n <= japancal.cpp
  858. [armeabi-v7a] Compile++ thumb: icui18n <= measfmt.cpp
  859. [armeabi-v7a] Compile++ thumb: icui18n <= measure.cpp
  860. [armeabi-v7a] Compile++ thumb: icui18n <= msgfmt.cpp
  861. [armeabi-v7a] Compile++ thumb: icui18n <= name2uni.cpp
  862. [armeabi-v7a] Compile++ thumb: icui18n <= nfrs.cpp
  863. [armeabi-v7a] Compile++ thumb: icui18n <= nfrule.cpp
  864. [armeabi-v7a] Compile++ thumb: icui18n <= nfsubs.cpp
  865. [armeabi-v7a] Compile++ thumb: icui18n <= nortrans.cpp
  866. [armeabi-v7a] Compile++ thumb: icui18n <= nultrans.cpp
  867. [armeabi-v7a] Compile++ thumb: icui18n <= numfmt.cpp
  868. [armeabi-v7a] Compile++ thumb: icui18n <= olsontz.cpp
  869. [armeabi-v7a] Compile++ thumb: icui18n <= quant.cpp
  870. [armeabi-v7a] Compile++ thumb: icui18n <= rbnf.cpp
  871. [armeabi-v7a] Compile++ thumb: icui18n <= rbt.cpp
  872. [armeabi-v7a] Compile++ thumb: icui18n <= rbt_data.cpp
  873. [armeabi-v7a] Compile++ thumb: icui18n <= rbt_pars.cpp
  874. [armeabi-v7a] Compile++ thumb: icui18n <= rbt_rule.cpp
  875. [armeabi-v7a] Compile++ thumb: icui18n <= rbt_set.cpp
  876. [armeabi-v7a] Compile++ thumb: icui18n <= regexcmp.cpp
  877. [armeabi-v7a] Compile++ thumb: icui18n <= regexst.cpp
  878. [armeabi-v7a] Compile++ thumb: icui18n <= rematch.cpp
  879. [armeabi-v7a] Compile++ thumb: icui18n <= remtrans.cpp
  880. [armeabi-v7a] Compile++ thumb: icui18n <= repattrn.cpp
  881. [armeabi-v7a] Compile++ thumb: icui18n <= search.cpp
  882. [armeabi-v7a] Compile++ thumb: icui18n <= simpletz.cpp
  883. [armeabi-v7a] Compile++ thumb: icui18n <= smpdtfmt.cpp
  884. [armeabi-v7a] Compile++ thumb: icui18n <= sortkey.cpp
  885. [armeabi-v7a] Compile++ thumb: icui18n <= strmatch.cpp
  886. [armeabi-v7a] Compile++ thumb: icui18n <= strrepl.cpp
  887. [armeabi-v7a] Compile++ thumb: icui18n <= stsearch.cpp
  888. [armeabi-v7a] Compile++ thumb: icui18n <= tblcoll.cpp
  889. [armeabi-v7a] Compile++ thumb: icui18n <= timezone.cpp
  890. [armeabi-v7a] Compile++ thumb: icui18n <= titletrn.cpp
  891. [armeabi-v7a] Compile++ thumb: icui18n <= tolowtrn.cpp
  892. [armeabi-v7a] Compile++ thumb: icui18n <= toupptrn.cpp
  893. [armeabi-v7a] Compile++ thumb: icui18n <= translit.cpp
  894. [armeabi-v7a] Compile++ thumb: icui18n <= transreg.cpp
  895. [armeabi-v7a] Compile++ thumb: icui18n <= tridpars.cpp
  896. [armeabi-v7a] Compile++ thumb: icui18n <= ucal.cpp
  897. [armeabi-v7a] Compile++ thumb: icui18n <= ucol_bld.cpp
  898. [armeabi-v7a] Compile++ thumb: icui18n <= ucol_cnt.cpp
  899. [armeabi-v7a] Compile++ thumb: icui18n <= ucol.cpp
  900. [armeabi-v7a] Compile++ thumb: icui18n <= ucoleitr.cpp
  901. [armeabi-v7a] Compile++ thumb: icui18n <= ucol_elm.cpp
  902. [armeabi-v7a] Compile++ thumb: icui18n <= ucol_res.cpp
  903. [armeabi-v7a] Compile++ thumb: icui18n <= ucol_sit.cpp
  904. [armeabi-v7a] Compile++ thumb: icui18n <= ucol_tok.cpp
  905. [armeabi-v7a] Compile++ thumb: icui18n <= ucsdet.cpp
  906. [armeabi-v7a] Compile++ thumb: icui18n <= ucurr.cpp
  907. [armeabi-v7a] Compile++ thumb: icui18n <= udat.cpp
  908. [armeabi-v7a] Compile++ thumb: icui18n <= umsg.cpp
  909. [armeabi-v7a] Compile++ thumb: icui18n <= unesctrn.cpp
  910. [armeabi-v7a] Compile++ thumb: icui18n <= uni2name.cpp
  911. [armeabi-v7a] Compile++ thumb: icui18n <= unum.cpp
  912. [armeabi-v7a] Compile++ thumb: icui18n <= uregexc.cpp
  913. [armeabi-v7a] Compile++ thumb: icui18n <= uregex.cpp
  914. [armeabi-v7a] Compile++ thumb: icui18n <= usearch.cpp
  915. [armeabi-v7a] Compile++ thumb: icui18n <= utrans.cpp
  916. [armeabi-v7a] Compile++ thumb: icui18n <= windtfmt.cpp
  917. [armeabi-v7a] Compile++ thumb: icui18n <= winnmfmt.cpp
  918. [armeabi-v7a] Compile++ thumb: icui18n <= zonemeta.cpp
  919. [armeabi-v7a] Compile++ thumb: icui18n <= zstrfmt.cpp
  920. [armeabi-v7a] Compile++ thumb: icui18n <= numsys.cpp
  921. [armeabi-v7a] Compile++ thumb: icui18n <= chnsecal.cpp
  922. [armeabi-v7a] Compile++ thumb: icui18n <= cecal.cpp
  923. [armeabi-v7a] Compile++ thumb: icui18n <= coptccal.cpp
  924. [armeabi-v7a] Compile++ thumb: icui18n <= ethpccal.cpp
  925. [armeabi-v7a] Compile++ thumb: icui18n <= brktrans.cpp
  926. [armeabi-v7a] Compile++ thumb: icui18n <= wintzimpl.cpp
  927. [armeabi-v7a] Compile++ thumb: icui18n <= plurrule.cpp
  928. [armeabi-v7a] Compile++ thumb: icui18n <= plurfmt.cpp
  929. [armeabi-v7a] Compile++ thumb: icui18n <= dtitvfmt.cpp
  930. [armeabi-v7a] Compile++ thumb: icui18n <= dtitvinf.cpp
  931. [armeabi-v7a] Compile++ thumb: icui18n <= tmunit.cpp
  932. [armeabi-v7a] Compile++ thumb: icui18n <= tmutamt.cpp
  933. [armeabi-v7a] Compile++ thumb: icui18n <= tmutfmt.cpp
  934. [armeabi-v7a] Compile++ thumb: icui18n <= colldata.cpp
  935. [armeabi-v7a] Compile++ thumb: icui18n <= bmsearch.cpp
  936. [armeabi-v7a] Compile++ thumb: icui18n <= bms.cpp
  937. [armeabi-v7a] Compile++ thumb: icui18n <= currpinf.cpp
  938. [armeabi-v7a] Compile++ thumb: icui18n <= uspoof.cpp
  939. [armeabi-v7a] Compile++ thumb: icui18n <= uspoof_impl.cpp
  940. [armeabi-v7a] Compile++ thumb: icui18n <= uspoof_build.cpp
  941. [armeabi-v7a] Compile++ thumb: icui18n <= regextxt.cpp
  942. [armeabi-v7a] Compile++ thumb: icui18n <= selfmt.cpp
  943. [armeabi-v7a] Compile++ thumb: icui18n <= uspoof_conf.cpp
  944. [armeabi-v7a] Compile++ thumb: icui18n <= uspoof_wsconf.cpp
  945. [armeabi-v7a] Compile++ thumb: icui18n <= ztrans.cpp
  946. [armeabi-v7a] Compile++ thumb: icui18n <= zrule.cpp
  947. [armeabi-v7a] Compile++ thumb: icui18n <= vzone.cpp
  948. [armeabi-v7a] Compile++ thumb: icui18n <= fphdlimp.cpp
  949. [armeabi-v7a] Compile++ thumb: icui18n <= fpositer.cpp
  950. [armeabi-v7a] Compile++ thumb: icui18n <= locdspnm.cpp
  951. [armeabi-v7a] Compile++ thumb: icui18n <= decnumstr.cpp
  952. [armeabi-v7a] Compile++ thumb: icui18n <= ucol_wgt.cpp
  953. [armeabi-v7a] StaticLibrary : libicui18n.a
  954. [armeabi-v7a] Compile thumb : icuuc <= cmemory.c
  955. [armeabi-v7a] Compile thumb : icuuc <= cstring.c
  956. [armeabi-v7a] Compile thumb : icuuc <= cwchar.c
  957. [armeabi-v7a] Compile thumb : icuuc <= locmap.c
  958. [armeabi-v7a] Compile thumb : icuuc <= punycode.c
  959. [armeabi-v7a] Compile thumb : icuuc <= putil.c
  960. [armeabi-v7a] Compile thumb : icuuc <= uarrsort.c
  961. [armeabi-v7a] Compile thumb : icuuc <= ubidi.c
  962. [armeabi-v7a] Compile thumb : icuuc <= ubidiln.c
  963. [armeabi-v7a] Compile thumb : icuuc <= ubidi_props.c
  964. [armeabi-v7a] Compile thumb : icuuc <= ubidiwrt.c
  965. [armeabi-v7a] Compile thumb : icuuc <= ucase.c
  966. [armeabi-v7a] Compile thumb : icuuc <= ucasemap.c
  967. [armeabi-v7a] Compile thumb : icuuc <= ucat.c
  968. [armeabi-v7a] Compile thumb : icuuc <= uchar.c
  969. [armeabi-v7a] Compile thumb : icuuc <= ucln_cmn.c
  970. [armeabi-v7a] Compile thumb : icuuc <= ucmndata.c
  971. [armeabi-v7a] Compile thumb : icuuc <= ucnv2022.c
  972. [armeabi-v7a] Compile thumb : icuuc <= ucnv_bld.c
  973. [armeabi-v7a] Compile thumb : icuuc <= ucnvbocu.c
  974. [armeabi-v7a] Compile thumb : icuuc <= ucnv.c
  975. [armeabi-v7a] Compile thumb : icuuc <= ucnv_cb.c
  976. [armeabi-v7a] Compile thumb : icuuc <= ucnv_cnv.c
  977. [armeabi-v7a] Compile thumb : icuuc <= ucnvdisp.c
  978. [armeabi-v7a] Compile thumb : icuuc <= ucnv_err.c
  979. [armeabi-v7a] Compile thumb : icuuc <= ucnv_ext.c
  980. [armeabi-v7a] Compile thumb : icuuc <= ucnvhz.c
  981. [armeabi-v7a] Compile thumb : icuuc <= ucnv_io.c
  982. [armeabi-v7a] Compile thumb : icuuc <= ucnvisci.c
  983. [armeabi-v7a] Compile thumb : icuuc <= ucnvlat1.c
  984. [armeabi-v7a] Compile thumb : icuuc <= ucnv_lmb.c
  985. [armeabi-v7a] Compile thumb : icuuc <= ucnvmbcs.c
  986. [armeabi-v7a] Compile thumb : icuuc <= ucnvscsu.c
  987. [armeabi-v7a] Compile thumb : icuuc <= ucnv_set.c
  988. [armeabi-v7a] Compile thumb : icuuc <= ucnv_u16.c
  989. [armeabi-v7a] Compile thumb : icuuc <= ucnv_u32.c
  990. [armeabi-v7a] Compile thumb : icuuc <= ucnv_u7.c
  991. [armeabi-v7a] Compile thumb : icuuc <= ucnv_u8.c
  992. [armeabi-v7a] Compile thumb : icuuc <= udatamem.c
  993. [armeabi-v7a] Compile thumb : icuuc <= udataswp.c
  994. [armeabi-v7a] Compile thumb : icuuc <= uenum.c
  995. [armeabi-v7a] Compile thumb : icuuc <= uhash.c
  996. [armeabi-v7a] Compile thumb : icuuc <= uinit.c
  997. [armeabi-v7a] Compile thumb : icuuc <= uinvchar.c
  998. [armeabi-v7a] Compile thumb : icuuc <= uloc.c
  999. [armeabi-v7a] Compile thumb : icuuc <= umapfile.c
  1000. [armeabi-v7a] Compile thumb : icuuc <= umath.c
  1001. [armeabi-v7a] Compile thumb : icuuc <= umutex.c
  1002. [armeabi-v7a] Compile thumb : icuuc <= unames.c
  1003. [armeabi-v7a] Compile thumb : icuuc <= unorm_it.c
  1004. [armeabi-v7a] Compile thumb : icuuc <= uresbund.c
  1005. [armeabi-v7a] Compile thumb : icuuc <= ures_cnv.c
  1006. [armeabi-v7a] Compile thumb : icuuc <= uresdata.c
  1007. [armeabi-v7a] Compile thumb : icuuc <= usc_impl.c
  1008. [armeabi-v7a] Compile thumb : icuuc <= uscript.c
  1009. [armeabi-v7a] Compile thumb : icuuc <= ushape.c
  1010. [armeabi-v7a] Compile thumb : icuuc <= ustrcase.c
  1011. [armeabi-v7a] Compile thumb : icuuc <= ustr_cnv.c
  1012. [armeabi-v7a] Compile thumb : icuuc <= ustrfmt.c
  1013. [armeabi-v7a] Compile thumb : icuuc <= ustring.c
  1014. [armeabi-v7a] Compile thumb : icuuc <= ustrtrns.c
  1015. [armeabi-v7a] Compile thumb : icuuc <= ustr_wcs.c
  1016. [armeabi-v7a] Compile thumb : icuuc <= utf_impl.c
  1017. [armeabi-v7a] Compile thumb : icuuc <= utrace.c
  1018. [armeabi-v7a] Compile thumb : icuuc <= utrie.c
  1019. [armeabi-v7a] Compile thumb : icuuc <= utypes.c
  1020. [armeabi-v7a] Compile thumb : icuuc <= wintz.c
  1021. [armeabi-v7a] Compile thumb : icuuc <= utrie2_builder.c
  1022. [armeabi-v7a] Compile thumb : icuuc <= icuplug.c
  1023. [armeabi-v7a] Compile thumb : icuuc <= propsvec.c
  1024. [armeabi-v7a] Compile thumb : icuuc <= ulist.c
  1025. [armeabi-v7a] Compile thumb : icuuc <= uloc_tag.c
  1026. [armeabi-v7a] Compile++ thumb: icuuc <= bmpset.cpp
  1027. [armeabi-v7a] Compile++ thumb: icuuc <= unisetspan.cpp
  1028. [armeabi-v7a] Compile++ thumb: icuuc <= brkeng.cpp
  1029. [armeabi-v7a] Compile++ thumb: icuuc <= brkiter.cpp
  1030. [armeabi-v7a] Compile++ thumb: icuuc <= caniter.cpp
  1031. [armeabi-v7a] Compile++ thumb: icuuc <= chariter.cpp
  1032. [armeabi-v7a] Compile++ thumb: icuuc <= dictbe.cpp
  1033. [armeabi-v7a] Compile++ thumb: icuuc <= locbased.cpp
  1034. [armeabi-v7a] Compile++ thumb: icuuc <= locid.cpp
  1035. [armeabi-v7a] Compile++ thumb: icuuc <= locutil.cpp
  1036. [armeabi-v7a] Compile++ thumb: icuuc <= normlzr.cpp
  1037. [armeabi-v7a] Compile++ thumb: icuuc <= parsepos.cpp
  1038. [armeabi-v7a] Compile++ thumb: icuuc <= propname.cpp
  1039. [armeabi-v7a] Compile++ thumb: icuuc <= rbbi.cpp
  1040. [armeabi-v7a] Compile++ thumb: icuuc <= rbbidata.cpp
  1041. [armeabi-v7a] Compile++ thumb: icuuc <= rbbinode.cpp
  1042. [armeabi-v7a] Compile++ thumb: icuuc <= rbbirb.cpp
  1043. [armeabi-v7a] Compile++ thumb: icuuc <= rbbiscan.cpp
  1044. [armeabi-v7a] Compile++ thumb: icuuc <= rbbisetb.cpp
  1045. [armeabi-v7a] Compile++ thumb: icuuc <= rbbistbl.cpp
  1046. [armeabi-v7a] Compile++ thumb: icuuc <= rbbitblb.cpp
  1047. [armeabi-v7a] Compile++ thumb: icuuc <= resbund_cnv.cpp
  1048. [armeabi-v7a] Compile++ thumb: icuuc <= resbund.cpp
  1049. [armeabi-v7a] Compile++ thumb: icuuc <= ruleiter.cpp
  1050. [armeabi-v7a] Compile++ thumb: icuuc <= schriter.cpp
  1051. [armeabi-v7a] Compile++ thumb: icuuc <= serv.cpp
  1052. [armeabi-v7a] Compile++ thumb: icuuc <= servlk.cpp
  1053. [armeabi-v7a] Compile++ thumb: icuuc <= servlkf.cpp
  1054. [armeabi-v7a] Compile++ thumb: icuuc <= servls.cpp
  1055. [armeabi-v7a] Compile++ thumb: icuuc <= servnotf.cpp
  1056. [armeabi-v7a] Compile++ thumb: icuuc <= servrbf.cpp
  1057. [armeabi-v7a] Compile++ thumb: icuuc <= servslkf.cpp
  1058. [armeabi-v7a] Compile++ thumb: icuuc <= triedict.cpp
  1059. [armeabi-v7a] Compile++ thumb: icuuc <= ubrk.cpp
  1060. [armeabi-v7a] Compile++ thumb: icuuc <= uchriter.cpp
  1061. [armeabi-v7a] Compile++ thumb: icuuc <= uhash_us.cpp
  1062. [armeabi-v7a] Compile++ thumb: icuuc <= uidna.cpp
  1063. [armeabi-v7a] Compile++ thumb: icuuc <= uiter.cpp
  1064. [armeabi-v7a] Compile++ thumb: icuuc <= unifilt.cpp
  1065. [armeabi-v7a] Compile++ thumb: icuuc <= unifunct.cpp
  1066. [armeabi-v7a] Compile++ thumb: icuuc <= uniset.cpp
  1067. [armeabi-v7a] Compile++ thumb: icuuc <= uniset_props.cpp
  1068. [armeabi-v7a] Compile++ thumb: icuuc <= unistr_case.cpp
  1069. [armeabi-v7a] Compile++ thumb: icuuc <= unistr_cnv.cpp
  1070. [armeabi-v7a] Compile++ thumb: icuuc <= unistr.cpp
  1071. [armeabi-v7a] Compile++ thumb: icuuc <= unistr_props.cpp
  1072. [armeabi-v7a] Compile++ thumb: icuuc <= unormcmp.cpp
  1073. [armeabi-v7a] Compile++ thumb: icuuc <= unorm.cpp
  1074. [armeabi-v7a] Compile++ thumb: icuuc <= uobject.cpp
  1075. [armeabi-v7a] Compile++ thumb: icuuc <= uset.cpp
  1076. [armeabi-v7a] Compile++ thumb: icuuc <= usetiter.cpp
  1077. [armeabi-v7a] Compile++ thumb: icuuc <= uset_props.cpp
  1078. [armeabi-v7a] Compile++ thumb: icuuc <= usprep.cpp
  1079. [armeabi-v7a] Compile++ thumb: icuuc <= ustack.cpp
  1080. [armeabi-v7a] Compile++ thumb: icuuc <= ustrenum.cpp
  1081. [armeabi-v7a] Compile++ thumb: icuuc <= utext.cpp
  1082. [armeabi-v7a] Compile++ thumb: icuuc <= util.cpp
  1083. [armeabi-v7a] Compile++ thumb: icuuc <= util_props.cpp
  1084. [armeabi-v7a] Compile++ thumb: icuuc <= uvector.cpp
  1085. [armeabi-v7a] Compile++ thumb: icuuc <= uvectr32.cpp
  1086. [armeabi-v7a] Compile++ thumb: icuuc <= errorcode.cpp
  1087. [armeabi-v7a] Compile++ thumb: icuuc <= bytestream.cpp
  1088. [armeabi-v7a] Compile++ thumb: icuuc <= stringpiece.cpp
  1089. [armeabi-v7a] Compile++ thumb: icuuc <= mutex.cpp
  1090. [armeabi-v7a] Compile++ thumb: icuuc <= dtintrv.cpp
  1091. [armeabi-v7a] Compile++ thumb: icuuc <= ucnvsel.cpp
  1092. [armeabi-v7a] Compile++ thumb: icuuc <= uvectr64.cpp
  1093. [armeabi-v7a] Compile++ thumb: icuuc <= locavailable.cpp
  1094. [armeabi-v7a] Compile++ thumb: icuuc <= locdispnames.cpp
  1095. [armeabi-v7a] Compile++ thumb: icuuc <= loclikely.cpp
  1096. [armeabi-v7a] Compile++ thumb: icuuc <= locresdata.cpp
  1097. [armeabi-v7a] Compile++ thumb: icuuc <= normalizer2impl.cpp
  1098. [armeabi-v7a] Compile++ thumb: icuuc <= normalizer2.cpp
  1099. [armeabi-v7a] Compile++ thumb: icuuc <= filterednormalizer2.cpp
  1100. [armeabi-v7a] Compile++ thumb: icuuc <= ucol_swp.cpp
  1101. [armeabi-v7a] Compile++ thumb: icuuc <= uprops.cpp
  1102. [armeabi-v7a] Compile++ thumb: icuuc <= utrie2.cpp
  1103. [armeabi-v7a] Compile++ thumb: icuuc <= charstr.cpp
  1104. [armeabi-v7a] Compile++ thumb: icuuc <= uts46.cpp
  1105. [armeabi-v7a] Compile++ thumb: icuuc <= udata.cpp
  1106. [armeabi-v7a] Compile thumb : icuuc <= stubdata.c
  1107. [armeabi-v7a] StaticLibrary : libicuuc.a
  1108. [armeabi-v7a] SharedLibrary : libsqlcipher_android.so
  1109. [armeabi-v7a] Install : libsqlcipher_android.so => external/libs/armeabi-v7a/libsqlcipher_android.so
  1110. [armeabi-v7a] Install : libstlport_shared.so => external/libs/armeabi-v7a/libstlport_shared.so
  1111. [x86] Compile++ : sqlcipher_android <= sqlite3_android.cpp
  1112. [x86] Compile++ : sqlcipher_android <= PhonebookIndex.cpp
  1113. [x86] Compile++ : sqlcipher_android <= PhoneNumberUtils.cpp
  1114. [x86] Compile++ : sqlcipher_android <= OldPhoneNumberUtils.cpp
  1115. [x86] Compile++ : sqlcipher_android <= PhoneticStringUtils.cpp
  1116. [x86] Compile++ : sqlcipher_android <= String16.cpp
  1117. [x86] Compile++ : sqlcipher_android <= String8.cpp
  1118. [x86] Prebuilt : libstlport_shared.so <= <NDK>/sources/cxx-stl/stlport/libs/x86/
  1119. [x86] Compile : sqlcipher <= sqlite3.c
  1120. [x86] StaticLibrary : libsqlcipher.a
  1121. [x86] Compile : icui18n <= bocsu.c
  1122. [x86] Compile : icui18n <= ucln_in.c
  1123. [x86] Compile : icui18n <= decContext.c
  1124. [x86] Compile : icui18n <= ulocdata.c
  1125. [x86] Compile : icui18n <= utmscale.c
  1126. [x86] Compile : icui18n <= decNumber.c
  1127. [x86] Compile++ : icui18n <= indiancal.cpp
  1128. [x86] Compile++ : icui18n <= dtptngen.cpp
  1129. [x86] Compile++ : icui18n <= dtrule.cpp
  1130. [x86] Compile++ : icui18n <= persncal.cpp
  1131. [x86] Compile++ : icui18n <= rbtz.cpp
  1132. [x86] Compile++ : icui18n <= reldtfmt.cpp
  1133. [x86] Compile++ : icui18n <= taiwncal.cpp
  1134. [x86] Compile++ : icui18n <= tzrule.cpp
  1135. [x86] Compile++ : icui18n <= tztrans.cpp
  1136. [x86] Compile++ : icui18n <= udatpg.cpp
  1137. [x86] Compile++ : icui18n <= vtzone.cpp
  1138. [x86] Compile++ : icui18n <= anytrans.cpp
  1139. [x86] Compile++ : icui18n <= astro.cpp
  1140. [x86] Compile++ : icui18n <= buddhcal.cpp
  1141. [x86] Compile++ : icui18n <= basictz.cpp
  1142. [x86] Compile++ : icui18n <= calendar.cpp
  1143. [x86] Compile++ : icui18n <= casetrn.cpp
  1144. [x86] Compile++ : icui18n <= choicfmt.cpp
  1145. [x86] Compile++ : icui18n <= coleitr.cpp
  1146. [x86] Compile++ : icui18n <= coll.cpp
  1147. [x86] Compile++ : icui18n <= cpdtrans.cpp
  1148. [x86] Compile++ : icui18n <= csdetect.cpp
  1149. [x86] Compile++ : icui18n <= csmatch.cpp
  1150. [x86] Compile++ : icui18n <= csr2022.cpp
  1151. [x86] Compile++ : icui18n <= csrecog.cpp
  1152. [x86] Compile++ : icui18n <= csrmbcs.cpp
  1153. [x86] Compile++ : icui18n <= csrsbcs.cpp
  1154. [x86] Compile++ : icui18n <= csrucode.cpp
  1155. [x86] Compile++ : icui18n <= csrutf8.cpp
  1156. [x86] Compile++ : icui18n <= curramt.cpp
  1157. [x86] Compile++ : icui18n <= currfmt.cpp
  1158. [x86] Compile++ : icui18n <= currunit.cpp
  1159. [x86] Compile++ : icui18n <= datefmt.cpp
  1160. [x86] Compile++ : icui18n <= dcfmtsym.cpp
  1161. [x86] Compile++ : icui18n <= decimfmt.cpp
  1162. [x86] Compile++ : icui18n <= digitlst.cpp
  1163. [x86] Compile++ : icui18n <= dtfmtsym.cpp
  1164. [x86] Compile++ : icui18n <= esctrn.cpp
  1165. [x86] Compile++ : icui18n <= fmtable_cnv.cpp
  1166. [x86] Compile++ : icui18n <= fmtable.cpp
  1167. [x86] Compile++ : icui18n <= format.cpp
  1168. [x86] Compile++ : icui18n <= funcrepl.cpp
  1169. [x86] Compile++ : icui18n <= gregocal.cpp
  1170. [x86] Compile++ : icui18n <= gregoimp.cpp
  1171. [x86] Compile++ : icui18n <= hebrwcal.cpp
  1172. [x86] Compile++ : icui18n <= inputext.cpp
  1173. [x86] Compile++ : icui18n <= islamcal.cpp
  1174. [x86] Compile++ : icui18n <= japancal.cpp
  1175. [x86] Compile++ : icui18n <= measfmt.cpp
  1176. [x86] Compile++ : icui18n <= measure.cpp
  1177. [x86] Compile++ : icui18n <= msgfmt.cpp
  1178. [x86] Compile++ : icui18n <= name2uni.cpp
  1179. [x86] Compile++ : icui18n <= nfrs.cpp
  1180. [x86] Compile++ : icui18n <= nfrule.cpp
  1181. [x86] Compile++ : icui18n <= nfsubs.cpp
  1182. [x86] Compile++ : icui18n <= nortrans.cpp
  1183. [x86] Compile++ : icui18n <= nultrans.cpp
  1184. [x86] Compile++ : icui18n <= numfmt.cpp
  1185. [x86] Compile++ : icui18n <= olsontz.cpp
  1186. [x86] Compile++ : icui18n <= quant.cpp
  1187. [x86] Compile++ : icui18n <= rbnf.cpp
  1188. [x86] Compile++ : icui18n <= rbt.cpp
  1189. [x86] Compile++ : icui18n <= rbt_data.cpp
  1190. [x86] Compile++ : icui18n <= rbt_pars.cpp
  1191. [x86] Compile++ : icui18n <= rbt_rule.cpp
  1192. [x86] Compile++ : icui18n <= rbt_set.cpp
  1193. [x86] Compile++ : icui18n <= regexcmp.cpp
  1194. [x86] Compile++ : icui18n <= regexst.cpp
  1195. [x86] Compile++ : icui18n <= rematch.cpp
  1196. [x86] Compile++ : icui18n <= remtrans.cpp
  1197. [x86] Compile++ : icui18n <= repattrn.cpp
  1198. [x86] Compile++ : icui18n <= search.cpp
  1199. [x86] Compile++ : icui18n <= simpletz.cpp
  1200. [x86] Compile++ : icui18n <= smpdtfmt.cpp
  1201. [x86] Compile++ : icui18n <= sortkey.cpp
  1202. [x86] Compile++ : icui18n <= strmatch.cpp
  1203. [x86] Compile++ : icui18n <= strrepl.cpp
  1204. [x86] Compile++ : icui18n <= stsearch.cpp
  1205. [x86] Compile++ : icui18n <= tblcoll.cpp
  1206. [x86] Compile++ : icui18n <= timezone.cpp
  1207. [x86] Compile++ : icui18n <= titletrn.cpp
  1208. [x86] Compile++ : icui18n <= tolowtrn.cpp
  1209. [x86] Compile++ : icui18n <= toupptrn.cpp
  1210. [x86] Compile++ : icui18n <= translit.cpp
  1211. [x86] Compile++ : icui18n <= transreg.cpp
  1212. [x86] Compile++ : icui18n <= tridpars.cpp
  1213. [x86] Compile++ : icui18n <= ucal.cpp
  1214. [x86] Compile++ : icui18n <= ucol_bld.cpp
  1215. [x86] Compile++ : icui18n <= ucol_cnt.cpp
  1216. [x86] Compile++ : icui18n <= ucol.cpp
  1217. [x86] Compile++ : icui18n <= ucoleitr.cpp
  1218. [x86] Compile++ : icui18n <= ucol_elm.cpp
  1219. [x86] Compile++ : icui18n <= ucol_res.cpp
  1220. [x86] Compile++ : icui18n <= ucol_sit.cpp
  1221. [x86] Compile++ : icui18n <= ucol_tok.cpp
  1222. [x86] Compile++ : icui18n <= ucsdet.cpp
  1223. [x86] Compile++ : icui18n <= ucurr.cpp
  1224. [x86] Compile++ : icui18n <= udat.cpp
  1225. [x86] Compile++ : icui18n <= umsg.cpp
  1226. [x86] Compile++ : icui18n <= unesctrn.cpp
  1227. [x86] Compile++ : icui18n <= uni2name.cpp
  1228. [x86] Compile++ : icui18n <= unum.cpp
  1229. [x86] Compile++ : icui18n <= uregexc.cpp
  1230. [x86] Compile++ : icui18n <= uregex.cpp
  1231. [x86] Compile++ : icui18n <= usearch.cpp
  1232. [x86] Compile++ : icui18n <= utrans.cpp
  1233. [x86] Compile++ : icui18n <= windtfmt.cpp
  1234. [x86] Compile++ : icui18n <= winnmfmt.cpp
  1235. [x86] Compile++ : icui18n <= zonemeta.cpp
  1236. [x86] Compile++ : icui18n <= zstrfmt.cpp
  1237. [x86] Compile++ : icui18n <= numsys.cpp
  1238. [x86] Compile++ : icui18n <= chnsecal.cpp
  1239. [x86] Compile++ : icui18n <= cecal.cpp
  1240. [x86] Compile++ : icui18n <= coptccal.cpp
  1241. [x86] Compile++ : icui18n <= ethpccal.cpp
  1242. [x86] Compile++ : icui18n <= brktrans.cpp
  1243. [x86] Compile++ : icui18n <= wintzimpl.cpp
  1244. [x86] Compile++ : icui18n <= plurrule.cpp
  1245. [x86] Compile++ : icui18n <= plurfmt.cpp
  1246. [x86] Compile++ : icui18n <= dtitvfmt.cpp
  1247. [x86] Compile++ : icui18n <= dtitvinf.cpp
  1248. [x86] Compile++ : icui18n <= tmunit.cpp
  1249. [x86] Compile++ : icui18n <= tmutamt.cpp
  1250. [x86] Compile++ : icui18n <= tmutfmt.cpp
  1251. [x86] Compile++ : icui18n <= colldata.cpp
  1252. [x86] Compile++ : icui18n <= bmsearch.cpp
  1253. [x86] Compile++ : icui18n <= bms.cpp
  1254. [x86] Compile++ : icui18n <= currpinf.cpp
  1255. [x86] Compile++ : icui18n <= uspoof.cpp
  1256. [x86] Compile++ : icui18n <= uspoof_impl.cpp
  1257. [x86] Compile++ : icui18n <= uspoof_build.cpp
  1258. [x86] Compile++ : icui18n <= regextxt.cpp
  1259. [x86] Compile++ : icui18n <= selfmt.cpp
  1260. [x86] Compile++ : icui18n <= uspoof_conf.cpp
  1261. [x86] Compile++ : icui18n <= uspoof_wsconf.cpp
  1262. [x86] Compile++ : icui18n <= ztrans.cpp
  1263. [x86] Compile++ : icui18n <= zrule.cpp
  1264. [x86] Compile++ : icui18n <= vzone.cpp
  1265. [x86] Compile++ : icui18n <= fphdlimp.cpp
  1266. [x86] Compile++ : icui18n <= fpositer.cpp
  1267. [x86] Compile++ : icui18n <= locdspnm.cpp
  1268. [x86] Compile++ : icui18n <= decnumstr.cpp
  1269. [x86] Compile++ : icui18n <= ucol_wgt.cpp
  1270. [x86] StaticLibrary : libicui18n.a
  1271. [x86] Compile : icuuc <= cmemory.c
  1272. [x86] Compile : icuuc <= cstring.c
  1273. [x86] Compile : icuuc <= cwchar.c
  1274. [x86] Compile : icuuc <= locmap.c
  1275. [x86] Compile : icuuc <= punycode.c
  1276. [x86] Compile : icuuc <= putil.c
  1277. [x86] Compile : icuuc <= uarrsort.c
  1278. [x86] Compile : icuuc <= ubidi.c
  1279. [x86] Compile : icuuc <= ubidiln.c
  1280. [x86] Compile : icuuc <= ubidi_props.c
  1281. [x86] Compile : icuuc <= ubidiwrt.c
  1282. [x86] Compile : icuuc <= ucase.c
  1283. [x86] Compile : icuuc <= ucasemap.c
  1284. [x86] Compile : icuuc <= ucat.c
  1285. [x86] Compile : icuuc <= uchar.c
  1286. [x86] Compile : icuuc <= ucln_cmn.c
  1287. [x86] Compile : icuuc <= ucmndata.c
  1288. [x86] Compile : icuuc <= ucnv2022.c
  1289. [x86] Compile : icuuc <= ucnv_bld.c
  1290. [x86] Compile : icuuc <= ucnvbocu.c
  1291. [x86] Compile : icuuc <= ucnv.c
  1292. [x86] Compile : icuuc <= ucnv_cb.c
  1293. [x86] Compile : icuuc <= ucnv_cnv.c
  1294. [x86] Compile : icuuc <= ucnvdisp.c
  1295. [x86] Compile : icuuc <= ucnv_err.c
  1296. [x86] Compile : icuuc <= ucnv_ext.c
  1297. [x86] Compile : icuuc <= ucnvhz.c
  1298. [x86] Compile : icuuc <= ucnv_io.c
  1299. [x86] Compile : icuuc <= ucnvisci.c
  1300. [x86] Compile : icuuc <= ucnvlat1.c
  1301. [x86] Compile : icuuc <= ucnv_lmb.c
  1302. [x86] Compile : icuuc <= ucnvmbcs.c
  1303. [x86] Compile : icuuc <= ucnvscsu.c
  1304. [x86] Compile : icuuc <= ucnv_set.c
  1305. [x86] Compile : icuuc <= ucnv_u16.c
  1306. [x86] Compile : icuuc <= ucnv_u32.c
  1307. [x86] Compile : icuuc <= ucnv_u7.c
  1308. [x86] Compile : icuuc <= ucnv_u8.c
  1309. [x86] Compile : icuuc <= udatamem.c
  1310. [x86] Compile : icuuc <= udataswp.c
  1311. [x86] Compile : icuuc <= uenum.c
  1312. [x86] Compile : icuuc <= uhash.c
  1313. [x86] Compile : icuuc <= uinit.c
  1314. [x86] Compile : icuuc <= uinvchar.c
  1315. [x86] Compile : icuuc <= uloc.c
  1316. [x86] Compile : icuuc <= umapfile.c
  1317. [x86] Compile : icuuc <= umath.c
  1318. [x86] Compile : icuuc <= umutex.c
  1319. [x86] Compile : icuuc <= unames.c
  1320. [x86] Compile : icuuc <= unorm_it.c
  1321. [x86] Compile : icuuc <= uresbund.c
  1322. [x86] Compile : icuuc <= ures_cnv.c
  1323. [x86] Compile : icuuc <= uresdata.c
  1324. [x86] Compile : icuuc <= usc_impl.c
  1325. [x86] Compile : icuuc <= uscript.c
  1326. [x86] Compile : icuuc <= ushape.c
  1327. [x86] Compile : icuuc <= ustrcase.c
  1328. [x86] Compile : icuuc <= ustr_cnv.c
  1329. [x86] Compile : icuuc <= ustrfmt.c
  1330. [x86] Compile : icuuc <= ustring.c
  1331. [x86] Compile : icuuc <= ustrtrns.c
  1332. [x86] Compile : icuuc <= ustr_wcs.c
  1333. [x86] Compile : icuuc <= utf_impl.c
  1334. [x86] Compile : icuuc <= utrace.c
  1335. [x86] Compile : icuuc <= utrie.c
  1336. [x86] Compile : icuuc <= utypes.c
  1337. [x86] Compile : icuuc <= wintz.c
  1338. [x86] Compile : icuuc <= utrie2_builder.c
  1339. [x86] Compile : icuuc <= icuplug.c
  1340. [x86] Compile : icuuc <= propsvec.c
  1341. [x86] Compile : icuuc <= ulist.c
  1342. [x86] Compile : icuuc <= uloc_tag.c
  1343. [x86] Compile++ : icuuc <= bmpset.cpp
  1344. [x86] Compile++ : icuuc <= unisetspan.cpp
  1345. [x86] Compile++ : icuuc <= brkeng.cpp
  1346. [x86] Compile++ : icuuc <= brkiter.cpp
  1347. [x86] Compile++ : icuuc <= caniter.cpp
  1348. [x86] Compile++ : icuuc <= chariter.cpp
  1349. [x86] Compile++ : icuuc <= dictbe.cpp
  1350. [x86] Compile++ : icuuc <= locbased.cpp
  1351. [x86] Compile++ : icuuc <= locid.cpp
  1352. [x86] Compile++ : icuuc <= locutil.cpp
  1353. [x86] Compile++ : icuuc <= normlzr.cpp
  1354. [x86] Compile++ : icuuc <= parsepos.cpp
  1355. [x86] Compile++ : icuuc <= propname.cpp
  1356. [x86] Compile++ : icuuc <= rbbi.cpp
  1357. [x86] Compile++ : icuuc <= rbbidata.cpp
  1358. [x86] Compile++ : icuuc <= rbbinode.cpp
  1359. [x86] Compile++ : icuuc <= rbbirb.cpp
  1360. [x86] Compile++ : icuuc <= rbbiscan.cpp
  1361. [x86] Compile++ : icuuc <= rbbisetb.cpp
  1362. [x86] Compile++ : icuuc <= rbbistbl.cpp
  1363. [x86] Compile++ : icuuc <= rbbitblb.cpp
  1364. [x86] Compile++ : icuuc <= resbund_cnv.cpp
  1365. [x86] Compile++ : icuuc <= resbund.cpp
  1366. [x86] Compile++ : icuuc <= ruleiter.cpp
  1367. [x86] Compile++ : icuuc <= schriter.cpp
  1368. [x86] Compile++ : icuuc <= serv.cpp
  1369. [x86] Compile++ : icuuc <= servlk.cpp
  1370. [x86] Compile++ : icuuc <= servlkf.cpp
  1371. [x86] Compile++ : icuuc <= servls.cpp
  1372. [x86] Compile++ : icuuc <= servnotf.cpp
  1373. [x86] Compile++ : icuuc <= servrbf.cpp
  1374. [x86] Compile++ : icuuc <= servslkf.cpp
  1375. [x86] Compile++ : icuuc <= triedict.cpp
  1376. [x86] Compile++ : icuuc <= ubrk.cpp
  1377. [x86] Compile++ : icuuc <= uchriter.cpp
  1378. [x86] Compile++ : icuuc <= uhash_us.cpp
  1379. [x86] Compile++ : icuuc <= uidna.cpp
  1380. [x86] Compile++ : icuuc <= uiter.cpp
  1381. [x86] Compile++ : icuuc <= unifilt.cpp
  1382. [x86] Compile++ : icuuc <= unifunct.cpp
  1383. [x86] Compile++ : icuuc <= uniset.cpp
  1384. [x86] Compile++ : icuuc <= uniset_props.cpp
  1385. [x86] Compile++ : icuuc <= unistr_case.cpp
  1386. [x86] Compile++ : icuuc <= unistr_cnv.cpp
  1387. [x86] Compile++ : icuuc <= unistr.cpp
  1388. [x86] Compile++ : icuuc <= unistr_props.cpp
  1389. [x86] Compile++ : icuuc <= unormcmp.cpp
  1390. [x86] Compile++ : icuuc <= unorm.cpp
  1391. [x86] Compile++ : icuuc <= uobject.cpp
  1392. [x86] Compile++ : icuuc <= uset.cpp
  1393. [x86] Compile++ : icuuc <= usetiter.cpp
  1394. [x86] Compile++ : icuuc <= uset_props.cpp
  1395. [x86] Compile++ : icuuc <= usprep.cpp
  1396. [x86] Compile++ : icuuc <= ustack.cpp
  1397. [x86] Compile++ : icuuc <= ustrenum.cpp
  1398. [x86] Compile++ : icuuc <= utext.cpp
  1399. [x86] Compile++ : icuuc <= util.cpp
  1400. [x86] Compile++ : icuuc <= util_props.cpp
  1401. [x86] Compile++ : icuuc <= uvector.cpp
  1402. [x86] Compile++ : icuuc <= uvectr32.cpp
  1403. [x86] Compile++ : icuuc <= errorcode.cpp
  1404. [x86] Compile++ : icuuc <= bytestream.cpp
  1405. [x86] Compile++ : icuuc <= stringpiece.cpp
  1406. [x86] Compile++ : icuuc <= mutex.cpp
  1407. [x86] Compile++ : icuuc <= dtintrv.cpp
  1408. [x86] Compile++ : icuuc <= ucnvsel.cpp
  1409. [x86] Compile++ : icuuc <= uvectr64.cpp
  1410. [x86] Compile++ : icuuc <= locavailable.cpp
  1411. [x86] Compile++ : icuuc <= locdispnames.cpp
  1412. [x86] Compile++ : icuuc <= loclikely.cpp
  1413. [x86] Compile++ : icuuc <= locresdata.cpp
  1414. [x86] Compile++ : icuuc <= normalizer2impl.cpp
  1415. [x86] Compile++ : icuuc <= normalizer2.cpp
  1416. [x86] Compile++ : icuuc <= filterednormalizer2.cpp
  1417. [x86] Compile++ : icuuc <= ucol_swp.cpp
  1418. [x86] Compile++ : icuuc <= uprops.cpp
  1419. [x86] Compile++ : icuuc <= utrie2.cpp
  1420. [x86] Compile++ : icuuc <= charstr.cpp
  1421. [x86] Compile++ : icuuc <= uts46.cpp
  1422. [x86] Compile++ : icuuc <= udata.cpp
  1423. [x86] Compile : icuuc <= stubdata.c
  1424. [x86] StaticLibrary : libicuuc.a
  1425. [x86] SharedLibrary : libsqlcipher_android.so
  1426. [x86] Install : libsqlcipher_android.so => external/libs/x86/libsqlcipher_android.so
  1427. [x86] Install : libstlport_shared.so => external/libs/x86/libstlport_shared.so
  1428. make[1]: Leaving directory `/home/wojtek/android-database-sqlcipher/external'
  1429. make[1]: Entering directory `/home/wojtek/android-database-sqlcipher/external'
  1430. install -p -m644 libs/armeabi/*.so ../obj/local/armeabi/
  1431. make[1]: Leaving directory `/home/wojtek/android-database-sqlcipher/external'
  1432. cd /home/wojtek/android-database-sqlcipher/jni && \
  1433. ndk-build NDK_LIBS_OUT=/home/wojtek/android-database-sqlcipher/jni/libs
  1434. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/jni/Android.mk:database_sqlcipher: non-system libraries in linker flags: -lnativehelper -landroid_runtime -lbinder -lsqlcipher_android -licui18n -licuuc
  1435. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  1436. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  1437. Android NDK: current module
  1438. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/jni/Android.mk:database_sqlcipher: non-system libraries in linker flags: -lnativehelper -landroid_runtime -lbinder -lsqlcipher_android -licui18n -licuuc
  1439. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  1440. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  1441. Android NDK: current module
  1442. Android NDK: WARNING:/home/wojtek/android-database-sqlcipher/jni/Android.mk:database_sqlcipher: non-system libraries in linker flags: -lnativehelper -landroid_runtime -lbinder -lsqlcipher_android -licui18n -licuuc
  1443. Android NDK: This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES
  1444. Android NDK: or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the
  1445. Android NDK: current module
  1446. make[1]: Entering directory `/home/wojtek/android-database-sqlcipher/jni'
  1447. [armeabi] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteCompiledSql.cpp
  1448. [armeabi] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteDatabase.cpp
  1449. [armeabi] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteProgram.cpp
  1450. [armeabi] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteQuery.cpp
  1451. [armeabi] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteStatement.cpp
  1452. [armeabi] Compile++ thumb: database_sqlcipher <= net_sqlcipher_CursorWindow.cpp
  1453. [armeabi] Compile++ thumb: database_sqlcipher <= CursorWindow.cpp
  1454. [armeabi] SharedLibrary : libdatabase_sqlcipher.so
  1455. [armeabi] Install : libdatabase_sqlcipher.so => jni/libs/armeabi/libdatabase_sqlcipher.so
  1456. [armeabi] Install : libstlport_shared.so => jni/libs/armeabi/libstlport_shared.so
  1457. [armeabi-v7a] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteCompiledSql.cpp
  1458. [armeabi-v7a] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteDatabase.cpp
  1459. [armeabi-v7a] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteProgram.cpp
  1460. [armeabi-v7a] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteQuery.cpp
  1461. [armeabi-v7a] Compile++ thumb: database_sqlcipher <= net_sqlcipher_database_SQLiteStatement.cpp
  1462. [armeabi-v7a] Compile++ thumb: database_sqlcipher <= net_sqlcipher_CursorWindow.cpp
  1463. [armeabi-v7a] Compile++ thumb: database_sqlcipher <= CursorWindow.cpp
  1464. [armeabi-v7a] SharedLibrary : libdatabase_sqlcipher.so
  1465. [armeabi-v7a] Install : libdatabase_sqlcipher.so => jni/libs/armeabi-v7a/libdatabase_sqlcipher.so
  1466. [armeabi-v7a] Install : libstlport_shared.so => jni/libs/armeabi-v7a/libstlport_shared.so
  1467. [x86] Compile++ : database_sqlcipher <= net_sqlcipher_database_SQLiteCompiledSql.cpp
  1468. [x86] Compile++ : database_sqlcipher <= net_sqlcipher_database_SQLiteDatabase.cpp
  1469. [x86] Compile++ : database_sqlcipher <= net_sqlcipher_database_SQLiteProgram.cpp
  1470. [x86] Compile++ : database_sqlcipher <= net_sqlcipher_database_SQLiteQuery.cpp
  1471. [x86] Compile++ : database_sqlcipher <= net_sqlcipher_database_SQLiteStatement.cpp
  1472. [x86] Compile++ : database_sqlcipher <= net_sqlcipher_CursorWindow.cpp
  1473. [x86] Compile++ : database_sqlcipher <= CursorWindow.cpp
  1474. [x86] SharedLibrary : libdatabase_sqlcipher.so
  1475. [x86] Install : libdatabase_sqlcipher.so => jni/libs/x86/libdatabase_sqlcipher.so
  1476. [x86] Install : libstlport_shared.so => jni/libs/x86/libstlport_shared.so
  1477. make[1]: Leaving directory `/home/wojtek/android-database-sqlcipher/jni'
  1478. ant release
  1479. Buildfile: /home/wojtek/android-database-sqlcipher/build.xml
  1480.  
  1481. -set-mode-check:
  1482.  
  1483. -set-release-mode:
  1484.  
  1485. -release-obfuscation-check:
  1486. [echo] proguard.config is ${proguard.config}
  1487.  
  1488. -pre-build:
  1489.  
  1490. -check-env:
  1491. [checkenv] Android SDK Tools Revision 24.0.2
  1492. [checkenv] Installed at /home/wojtek/android-sdk-linux
  1493.  
  1494. -setup:
  1495. [echo] Project Name: SQLDemoActivity
  1496. [gettype] Project Type: Application
  1497.  
  1498. -build-setup:
  1499. [getbuildtools] Using latest Build Tools: 21.1.2
  1500. [echo] Resolving Build Target for SQLDemoActivity...
  1501. [gettarget] Project Target: Android 2.1
  1502. [gettarget] API level: 7
  1503. [echo] ----------
  1504. [echo] Creating output directories if needed...
  1505. [mkdir] Created dir: /home/wojtek/android-database-sqlcipher/bin
  1506. [mkdir] Created dir: /home/wojtek/android-database-sqlcipher/bin/res
  1507. [mkdir] Created dir: /home/wojtek/android-database-sqlcipher/bin/rsObj
  1508. [mkdir] Created dir: /home/wojtek/android-database-sqlcipher/bin/rsLibs
  1509. [mkdir] Created dir: /home/wojtek/android-database-sqlcipher/gen
  1510. [mkdir] Created dir: /home/wojtek/android-database-sqlcipher/bin/classes
  1511. [mkdir] Created dir: /home/wojtek/android-database-sqlcipher/bin/dexedLibs
  1512. [echo] ----------
  1513. [echo] Resolving Dependencies for SQLDemoActivity...
  1514. [dependency] Library dependencies:
  1515. [dependency] No Libraries
  1516. [dependency]
  1517. [dependency] ------------------
  1518. [dependency] API<=15: Adding annotations.jar to the classpath.
  1519. [echo] ----------
  1520. [echo] Building Libraries with 'release'...
  1521. [subant] No sub-builds to iterate on
  1522.  
  1523. -code-gen:
  1524. [mergemanifest] Merging AndroidManifest files into one.
  1525. [mergemanifest] Manifest merger disabled. Using project manifest only.
  1526. [echo] Handling aidl files...
  1527. [aidl] Found 1 AIDL files.
  1528. [aidl] Compiling 1 AIDL files.
  1529. [echo] ----------
  1530. [echo] Handling RenderScript files...
  1531. [echo] ----------
  1532. [echo] Handling Resources...
  1533. [aapt] Generating resource IDs...
  1534. [echo] ----------
  1535. [echo] Handling BuildConfig class...
  1536. [buildconfig] Generating BuildConfig class.
  1537.  
  1538. -pre-compile:
  1539.  
  1540. -compile:
  1541. [javac] Compiling 44 source files to /home/wojtek/android-database-sqlcipher/bin/classes
  1542. [javac] Note: Some input files use or override a deprecated API.
  1543. [javac] Note: Recompile with -Xlint:deprecation for details.
  1544. [javac] Note: /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java uses unchecked or unsafe operations.
  1545. [javac] Note: Recompile with -Xlint:unchecked for details.
  1546.  
  1547. -post-compile:
  1548.  
  1549. -obfuscate:
  1550.  
  1551. -dex:
  1552. [dex] input: /home/wojtek/android-database-sqlcipher/bin/classes
  1553. [dex] input: /home/wojtek/android-sdk-linux/tools/support/annotations.jar
  1554. [dex] input: /home/wojtek/android-database-sqlcipher/libs/sqlcipher-javadoc.jar
  1555. [dex] Pre-Dexing /home/wojtek/android-sdk-linux/tools/support/annotations.jar -> annotations-686dd0361248e341586c9cd62faf5827.jar
  1556. [dex] Pre-Dexing /home/wojtek/android-database-sqlcipher/libs/sqlcipher-javadoc.jar -> sqlcipher-javadoc-6226a90a8595591262ae89594dff9f91.jar
  1557. [dex] Converting compiled files and external libraries into /home/wojtek/android-database-sqlcipher/bin/classes.dex...
  1558. [dx] Merged dex A (63 defs/113.3KiB) with dex B (2 defs/1.1KiB). Result is 65 defs/138.5KiB. Took 0.5s
  1559.  
  1560. -crunch:
  1561. [crunch] Crunching PNG Files in source dir: /home/wojtek/android-database-sqlcipher/res
  1562. [crunch] To destination dir: /home/wojtek/android-database-sqlcipher/bin/res
  1563. [crunch] Processing image to cache: /home/wojtek/android-database-sqlcipher/res/drawable-hdpi/icon.png => /home/wojtek/android-database-sqlcipher/bin/res/drawable-hdpi/icon.png
  1564. [crunch] (processed image to cache entry /home/wojtek/android-database-sqlcipher/bin/res/drawable-hdpi/icon.png: 0% size of source)
  1565. [crunch] Processing image to cache: /home/wojtek/android-database-sqlcipher/res/drawable-ldpi/icon.png => /home/wojtek/android-database-sqlcipher/bin/res/drawable-ldpi/icon.png
  1566. [crunch] (processed image to cache entry /home/wojtek/android-database-sqlcipher/bin/res/drawable-ldpi/icon.png: 0% size of source)
  1567. [crunch] Processing image to cache: /home/wojtek/android-database-sqlcipher/res/drawable-mdpi/icon.png => /home/wojtek/android-database-sqlcipher/bin/res/drawable-mdpi/icon.png
  1568. [crunch] (processed image to cache entry /home/wojtek/android-database-sqlcipher/bin/res/drawable-mdpi/icon.png: 0% size of source)
  1569. [crunch] Crunched 3 PNG files to update cache
  1570.  
  1571. -package-resources:
  1572. [aapt] Creating full resource package...
  1573.  
  1574. -package:
  1575. [apkbuilder] Current build type is different than previous build: forced apkbuilder run.
  1576. [apkbuilder] Creating SQLDemoActivity-release-unsigned.apk for release...
  1577.  
  1578. -post-package:
  1579.  
  1580. -release-prompt-for-password:
  1581.  
  1582. -release-nosign:
  1583. [echo] No key.store and key.alias properties found in build.properties.
  1584. [echo] Please sign /home/wojtek/android-database-sqlcipher/bin/SQLDemoActivity-release-unsigned.apk manually
  1585. [echo] and run zipalign from the Android SDK tools.
  1586. [propertyfile] Creating new property file: /home/wojtek/android-database-sqlcipher/bin/build.prop
  1587. [propertyfile] Updating property file: /home/wojtek/android-database-sqlcipher/bin/build.prop
  1588. [propertyfile] Updating property file: /home/wojtek/android-database-sqlcipher/bin/build.prop
  1589. [propertyfile] Updating property file: /home/wojtek/android-database-sqlcipher/bin/build.prop
  1590.  
  1591. -release-sign:
  1592.  
  1593. -getgitdetails:
  1594.  
  1595. -javadoc:
  1596. [javadoc] Generating Javadoc
  1597. [javadoc] Javadoc execution
  1598. [javadoc] Creating destination directory: "/home/wojtek/android-database-sqlcipher/bin/javadoc/"
  1599. [javadoc] Loading source files for package net.sqlcipher...
  1600. [javadoc] Loading source files for package net.sqlcipher.database...
  1601. [javadoc] Constructing Javadoc information...
  1602. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:35: error: package android.content does not exist
  1603. [javadoc] import android.content.ContentValues;
  1604. [javadoc] ^
  1605. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:36: error: package android.content does not exist
  1606. [javadoc] import android.content.OperationApplicationException;
  1607. [javadoc] ^
  1608. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:37: error: package android.os does not exist
  1609. [javadoc] import android.os.Parcel;
  1610. [javadoc] ^
  1611. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:38: error: package android.text does not exist
  1612. [javadoc] import android.text.TextUtils;
  1613. [javadoc] ^
  1614. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:39: error: package android.util does not exist
  1615. [javadoc] import android.util.Config;
  1616. [javadoc] ^
  1617. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:40: error: package android.util does not exist
  1618. [javadoc] import android.util.Log;
  1619. [javadoc] ^
  1620. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:62: error: cannot find symbol
  1621. [javadoc] public static final void writeExceptionToParcel(Parcel reply, Exception e) {
  1622. [javadoc] ^
  1623. [javadoc] symbol: class Parcel
  1624. [javadoc] location: class DatabaseUtils
  1625. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:108: error: cannot find symbol
  1626. [javadoc] public static final void readExceptionFromParcel(Parcel reply) {
  1627. [javadoc] ^
  1628. [javadoc] symbol: class Parcel
  1629. [javadoc] location: class DatabaseUtils
  1630. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:116: error: cannot find symbol
  1631. [javadoc] Parcel reply) throws FileNotFoundException {
  1632. [javadoc] ^
  1633. [javadoc] symbol: class Parcel
  1634. [javadoc] location: class DatabaseUtils
  1635. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:128: error: cannot find symbol
  1636. [javadoc] Parcel reply) throws OperationApplicationException {
  1637. [javadoc] ^
  1638. [javadoc] symbol: class Parcel
  1639. [javadoc] location: class DatabaseUtils
  1640. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:128: error: cannot find symbol
  1641. [javadoc] Parcel reply) throws OperationApplicationException {
  1642. [javadoc] ^
  1643. [javadoc] symbol: class OperationApplicationException
  1644. [javadoc] location: class DatabaseUtils
  1645. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:139: error: cannot find symbol
  1646. [javadoc] private static final void readExceptionFromParcel(Parcel reply, String msg, int code) {
  1647. [javadoc] ^
  1648. [javadoc] symbol: class Parcel
  1649. [javadoc] location: class DatabaseUtils
  1650. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteProgram.java:19: error: package android.util does not exist
  1651. [javadoc] import android.util.Log;
  1652. [javadoc] ^
  1653. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/Cursor.java:22: error: package android.database does not exist
  1654. [javadoc] public interface Cursor extends android.database.Cursor {
  1655. [javadoc] ^
  1656. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:501: error: cannot find symbol
  1657. [javadoc] ContentValues values) {
  1658. [javadoc] ^
  1659. [javadoc] symbol: class ContentValues
  1660. [javadoc] location: class DatabaseUtils
  1661. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:527: error: cannot find symbol
  1662. [javadoc] ContentValues values, String key) {
  1663. [javadoc] ^
  1664. [javadoc] symbol: class ContentValues
  1665. [javadoc] location: class DatabaseUtils
  1666. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:538: error: cannot find symbol
  1667. [javadoc] public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values) {
  1668. [javadoc] ^
  1669. [javadoc] symbol: class ContentValues
  1670. [javadoc] location: class DatabaseUtils
  1671. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:550: error: cannot find symbol
  1672. [javadoc] public static void cursorIntToContentValues(Cursor cursor, String field, ContentValues values,
  1673. [javadoc] ^
  1674. [javadoc] symbol: class ContentValues
  1675. [javadoc] location: class DatabaseUtils
  1676. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:567: error: cannot find symbol
  1677. [javadoc] public static void cursorLongToContentValues(Cursor cursor, String field, ContentValues values)
  1678. [javadoc] ^
  1679. [javadoc] symbol: class ContentValues
  1680. [javadoc] location: class DatabaseUtils
  1681. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:580: error: cannot find symbol
  1682. [javadoc] public static void cursorLongToContentValues(Cursor cursor, String field, ContentValues values,
  1683. [javadoc] ^
  1684. [javadoc] symbol: class ContentValues
  1685. [javadoc] location: class DatabaseUtils
  1686. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:598: error: cannot find symbol
  1687. [javadoc] public static void cursorDoubleToCursorValues(Cursor cursor, String field, ContentValues values)
  1688. [javadoc] ^
  1689. [javadoc] symbol: class ContentValues
  1690. [javadoc] location: class DatabaseUtils
  1691. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:612: error: cannot find symbol
  1692. [javadoc] ContentValues values, String key) {
  1693. [javadoc] ^
  1694. [javadoc] symbol: class ContentValues
  1695. [javadoc] location: class DatabaseUtils
  1696. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:627: error: cannot find symbol
  1697. [javadoc] public static void cursorRowToContentValues(Cursor cursor, ContentValues values) {
  1698. [javadoc] ^
  1699. [javadoc] symbol: class ContentValues
  1700. [javadoc] location: class DatabaseUtils
  1701. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:21: error: package android.util does not exist
  1702. [javadoc] import android.util.Log;
  1703. [javadoc] ^
  1704. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:44: error: package android.content does not exist
  1705. [javadoc] import android.content.ContentValues;
  1706. [javadoc] ^
  1707. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:46: error: package android.content does not exist
  1708. [javadoc] import android.content.Context;
  1709. [javadoc] ^
  1710. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:48: error: package android.os does not exist
  1711. [javadoc] import android.os.Debug;
  1712. [javadoc] ^
  1713. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:49: error: package android.os does not exist
  1714. [javadoc] import android.os.SystemClock;
  1715. [javadoc] ^
  1716. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:50: error: package android.text does not exist
  1717. [javadoc] import android.text.TextUtils;
  1718. [javadoc] ^
  1719. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:51: error: package android.util does not exist
  1720. [javadoc] import android.util.Config;
  1721. [javadoc] ^
  1722. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:52: error: package android.util does not exist
  1723. [javadoc] import android.util.Log;
  1724. [javadoc] ^
  1725. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:53: error: package android.util does not exist
  1726. [javadoc] import android.util.Pair;
  1727. [javadoc] ^
  1728. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteStatement.java:19: error: package android.os does not exist
  1729. [javadoc] import android.os.SystemClock;
  1730. [javadoc] ^
  1731. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:723: error: cannot find symbol
  1732. [javadoc] public static void cursorStringToContentValuesIfPresent(Cursor cursor, ContentValues values,
  1733. [javadoc] ^
  1734. [javadoc] symbol: class ContentValues
  1735. [javadoc] location: class DatabaseUtils
  1736. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:739: error: cannot find symbol
  1737. [javadoc] public static void cursorLongToContentValuesIfPresent(Cursor cursor, ContentValues values,
  1738. [javadoc] ^
  1739. [javadoc] symbol: class ContentValues
  1740. [javadoc] location: class DatabaseUtils
  1741. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:755: error: cannot find symbol
  1742. [javadoc] public static void cursorShortToContentValuesIfPresent(Cursor cursor, ContentValues values,
  1743. [javadoc] ^
  1744. [javadoc] symbol: class ContentValues
  1745. [javadoc] location: class DatabaseUtils
  1746. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:771: error: cannot find symbol
  1747. [javadoc] public static void cursorIntToContentValuesIfPresent(Cursor cursor, ContentValues values,
  1748. [javadoc] ^
  1749. [javadoc] symbol: class ContentValues
  1750. [javadoc] location: class DatabaseUtils
  1751. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:787: error: cannot find symbol
  1752. [javadoc] public static void cursorFloatToContentValuesIfPresent(Cursor cursor, ContentValues values,
  1753. [javadoc] ^
  1754. [javadoc] symbol: class ContentValues
  1755. [javadoc] location: class DatabaseUtils
  1756. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:803: error: cannot find symbol
  1757. [javadoc] public static void cursorDoubleToContentValuesIfPresent(Cursor cursor, ContentValues values,
  1758. [javadoc] ^
  1759. [javadoc] symbol: class ContentValues
  1760. [javadoc] location: class DatabaseUtils
  1761. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:1150: error: package android.database does not exist
  1762. [javadoc] int position, final android.database.CursorWindow window) {
  1763. [javadoc] ^
  1764. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCompiledSql.java:19: error: package android.util does not exist
  1765. [javadoc] import android.util.Log;
  1766. [javadoc] ^
  1767. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:918: error: cannot find symbol
  1768. [javadoc] private synchronized long insertInternal(ContentValues values, boolean allowReplace) {
  1769. [javadoc] ^
  1770. [javadoc] symbol: class ContentValues
  1771. [javadoc] location: class InsertHelper
  1772. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:1052: error: cannot find symbol
  1773. [javadoc] public long insert(ContentValues values) {
  1774. [javadoc] ^
  1775. [javadoc] symbol: class ContentValues
  1776. [javadoc] location: class InsertHelper
  1777. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:1126: error: cannot find symbol
  1778. [javadoc] public long replace(ContentValues values) {
  1779. [javadoc] ^
  1780. [javadoc] symbol: class ContentValues
  1781. [javadoc] location: class InsertHelper
  1782. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:87: error: cannot find symbol
  1783. [javadoc] private static void loadICUData(Context context, File workingDir) {
  1784. [javadoc] ^
  1785. [javadoc] symbol: class Context
  1786. [javadoc] location: class SQLiteDatabase
  1787. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:112: error: cannot find symbol
  1788. [javadoc] public static void loadLibs (Context context) {
  1789. [javadoc] ^
  1790. [javadoc] symbol: class Context
  1791. [javadoc] location: class SQLiteDatabase
  1792. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:116: error: cannot find symbol
  1793. [javadoc] public static void loadLibs (Context context, File workingDir)
  1794. [javadoc] ^
  1795. [javadoc] symbol: class Context
  1796. [javadoc] location: class SQLiteDatabase
  1797. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:1508: error: cannot find symbol
  1798. [javadoc] public long insert(String table, String nullColumnHack, ContentValues values) {
  1799. [javadoc] ^
  1800. [javadoc] symbol: class ContentValues
  1801. [javadoc] location: class SQLiteDatabase
  1802. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:1530: error: cannot find symbol
  1803. [javadoc] public long insertOrThrow(String table, String nullColumnHack, ContentValues values)
  1804. [javadoc] ^
  1805. [javadoc] symbol: class ContentValues
  1806. [javadoc] location: class SQLiteDatabase
  1807. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:1546: error: cannot find symbol
  1808. [javadoc] public long replace(String table, String nullColumnHack, ContentValues initialValues) {
  1809. [javadoc] ^
  1810. [javadoc] symbol: class ContentValues
  1811. [javadoc] location: class SQLiteDatabase
  1812. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:1569: error: cannot find symbol
  1813. [javadoc] ContentValues initialValues) throws SQLException {
  1814. [javadoc] ^
  1815. [javadoc] symbol: class ContentValues
  1816. [javadoc] location: class SQLiteDatabase
  1817. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:1591: error: cannot find symbol
  1818. [javadoc] ContentValues initialValues, int conflictAlgorithm) {
  1819. [javadoc] ^
  1820. [javadoc] symbol: class ContentValues
  1821. [javadoc] location: class SQLiteDatabase
  1822. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:1722: error: cannot find symbol
  1823. [javadoc] public int update(String table, ContentValues values, String whereClause, String[] whereArgs) {
  1824. [javadoc] ^
  1825. [javadoc] symbol: class ContentValues
  1826. [javadoc] location: class SQLiteDatabase
  1827. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:1737: error: cannot find symbol
  1828. [javadoc] public int updateWithOnConflict(String table, ContentValues values,
  1829. [javadoc] ^
  1830. [javadoc] symbol: class ContentValues
  1831. [javadoc] location: class SQLiteDatabase
  1832. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:2350: error: cannot find symbol
  1833. [javadoc] private static ArrayList<Pair<String, String>> getAttachedDbs(SQLiteDatabase dbObj) {
  1834. [javadoc] ^
  1835. [javadoc] symbol: class Pair
  1836. [javadoc] location: class SQLiteDatabase
  1837. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteQuery.java:20: error: package android.os does not exist
  1838. [javadoc] import android.os.SystemClock;
  1839. [javadoc] ^
  1840. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteQuery.java:21: error: package android.util does not exist
  1841. [javadoc] import android.util.Log;
  1842. [javadoc] ^
  1843. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursorDriver.java:46: error: package android.database does not exist
  1844. [javadoc] void cursorRequeried(android.database.Cursor cursor);
  1845. [javadoc] ^
  1846. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:19: error: package android.database does not exist
  1847. [javadoc] import android.database.CharArrayBuffer;
  1848. [javadoc] ^
  1849. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:21: error: package android.content.res does not exist
  1850. [javadoc] import android.content.res.Resources;
  1851. [javadoc] ^
  1852. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:22: error: package android.database.sqlite does not exist
  1853. [javadoc] import android.database.sqlite.SQLiteClosable;
  1854. [javadoc] ^
  1855. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:23: error: package android.os does not exist
  1856. [javadoc] import android.os.Binder;
  1857. [javadoc] ^
  1858. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:24: error: package android.os does not exist
  1859. [javadoc] import android.os.IBinder;
  1860. [javadoc] ^
  1861. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:25: error: package android.os does not exist
  1862. [javadoc] import android.os.Parcel;
  1863. [javadoc] ^
  1864. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:26: error: package android.os does not exist
  1865. [javadoc] import android.os.Parcelable;
  1866. [javadoc] ^
  1867. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:27: error: package android.os does not exist
  1868. [javadoc] import android.os.Process;
  1869. [javadoc] ^
  1870. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:28: error: package android.util does not exist
  1871. [javadoc] import android.util.Log;
  1872. [javadoc] ^
  1873. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:29: error: package android.util does not exist
  1874. [javadoc] import android.util.SparseIntArray;
  1875. [javadoc] ^
  1876. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:34: error: package android.database does not exist
  1877. [javadoc] public class CursorWindow extends android.database.CursorWindow implements Parcelable {
  1878. [javadoc] ^
  1879. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:34: error: cannot find symbol
  1880. [javadoc] public class CursorWindow extends android.database.CursorWindow implements Parcelable {
  1881. [javadoc] ^
  1882. [javadoc] symbol: class Parcelable
  1883. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:413: error: cannot find symbol
  1884. [javadoc] public void copyStringToBuffer(int row, int col, CharArrayBuffer buffer) {
  1885. [javadoc] ^
  1886. [javadoc] symbol: class CharArrayBuffer
  1887. [javadoc] location: class CursorWindow
  1888. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:433: error: cannot find symbol
  1889. [javadoc] int row, int col, int bufferSize, CharArrayBuffer buffer);
  1890. [javadoc] ^
  1891. [javadoc] symbol: class CharArrayBuffer
  1892. [javadoc] location: class CursorWindow
  1893. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:581: error: package Parcelable does not exist
  1894. [javadoc] public static final Parcelable.Creator<CursorWindow> CREATOR
  1895. [javadoc] ^
  1896. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:592: error: cannot find symbol
  1897. [javadoc] public static CursorWindow newFromParcel(Parcel p) {
  1898. [javadoc] ^
  1899. [javadoc] symbol: class Parcel
  1900. [javadoc] location: class CursorWindow
  1901. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:600: error: cannot find symbol
  1902. [javadoc] public void writeToParcel(Parcel dest, int flags) {
  1903. [javadoc] ^
  1904. [javadoc] symbol: class Parcel
  1905. [javadoc] location: class CursorWindow
  1906. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:605: error: cannot find symbol
  1907. [javadoc] public CursorWindow(Parcel source,int foo) {
  1908. [javadoc] ^
  1909. [javadoc] symbol: class Parcel
  1910. [javadoc] location: class CursorWindow
  1911. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:616: error: cannot find symbol
  1912. [javadoc] private native IBinder native_getBinder();
  1913. [javadoc] ^
  1914. [javadoc] symbol: class IBinder
  1915. [javadoc] location: class CursorWindow
  1916. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWindow.java:622: error: cannot find symbol
  1917. [javadoc] private native void native_init(IBinder nativeBinder);
  1918. [javadoc] ^
  1919. [javadoc] symbol: class IBinder
  1920. [javadoc] location: class CursorWindow
  1921. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:19: error: package android.os does not exist
  1922. [javadoc] import android.os.Binder;
  1923. [javadoc] ^
  1924. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:20: error: package android.os does not exist
  1925. [javadoc] import android.os.RemoteException;
  1926. [javadoc] ^
  1927. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:21: error: package android.os does not exist
  1928. [javadoc] import android.os.IBinder;
  1929. [javadoc] ^
  1930. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:22: error: package android.os does not exist
  1931. [javadoc] import android.os.Parcel;
  1932. [javadoc] ^
  1933. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:23: error: package android.os does not exist
  1934. [javadoc] import android.os.Bundle;
  1935. [javadoc] ^
  1936. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:34: error: cannot find symbol
  1937. [javadoc] public abstract class BulkCursorNative extends Binder implements IBulkCursor
  1938. [javadoc] ^
  1939. [javadoc] symbol: class Binder
  1940. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:19: error: package android.os does not exist
  1941. [javadoc] import android.os.RemoteException;
  1942. [javadoc] ^
  1943. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:20: error: package android.os does not exist
  1944. [javadoc] import android.os.IBinder;
  1945. [javadoc] ^
  1946. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:21: error: package android.os does not exist
  1947. [javadoc] import android.os.IInterface;
  1948. [javadoc] ^
  1949. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:22: error: package android.os does not exist
  1950. [javadoc] import android.os.Bundle;
  1951. [javadoc] ^
  1952. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:33: error: cannot find symbol
  1953. [javadoc] public interface IBulkCursor extends IInterface {
  1954. [javadoc] ^
  1955. [javadoc] symbol: class IInterface
  1956. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:45: error: cannot find symbol
  1957. [javadoc] static public IBulkCursor asInterface(IBinder obj)
  1958. [javadoc] ^
  1959. [javadoc] symbol: class IBinder
  1960. [javadoc] location: class BulkCursorNative
  1961. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:59: error: cannot find symbol
  1962. [javadoc] public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
  1963. [javadoc] ^
  1964. [javadoc] symbol: class Parcel
  1965. [javadoc] location: class BulkCursorNative
  1966. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:59: error: cannot find symbol
  1967. [javadoc] public boolean onTransact(int code, Parcel data, Parcel reply, int flags)
  1968. [javadoc] ^
  1969. [javadoc] symbol: class Parcel
  1970. [javadoc] location: class BulkCursorNative
  1971. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:60: error: cannot find symbol
  1972. [javadoc] throws RemoteException {
  1973. [javadoc] ^
  1974. [javadoc] symbol: class RemoteException
  1975. [javadoc] location: class BulkCursorNative
  1976. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:184: error: cannot find symbol
  1977. [javadoc] public IBinder asBinder()
  1978. [javadoc] ^
  1979. [javadoc] symbol: class IBinder
  1980. [javadoc] location: class BulkCursorNative
  1981. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:38: error: cannot find symbol
  1982. [javadoc] public CursorWindow getWindow(int startPos) throws RemoteException;
  1983. [javadoc] ^
  1984. [javadoc] symbol: class RemoteException
  1985. [javadoc] location: interface IBulkCursor
  1986. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:40: error: cannot find symbol
  1987. [javadoc] public void onMove(int position) throws RemoteException;
  1988. [javadoc] ^
  1989. [javadoc] symbol: class RemoteException
  1990. [javadoc] location: interface IBulkCursor
  1991. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:47: error: cannot find symbol
  1992. [javadoc] public int count() throws RemoteException;
  1993. [javadoc] ^
  1994. [javadoc] symbol: class RemoteException
  1995. [javadoc] location: interface IBulkCursor
  1996. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:55: error: cannot find symbol
  1997. [javadoc] public String[] getColumnNames() throws RemoteException;
  1998. [javadoc] ^
  1999. [javadoc] symbol: class RemoteException
  2000. [javadoc] location: interface IBulkCursor
  2001. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:57: error: cannot find symbol
  2002. [javadoc] public boolean updateRows(Map<? extends Long, ? extends Map<String, Object>> values) throws RemoteException;
  2003. [javadoc] ^
  2004. [javadoc] symbol: class RemoteException
  2005. [javadoc] location: interface IBulkCursor
  2006. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:59: error: cannot find symbol
  2007. [javadoc] public boolean deleteRow(int position) throws RemoteException;
  2008. [javadoc] ^
  2009. [javadoc] symbol: class RemoteException
  2010. [javadoc] location: interface IBulkCursor
  2011. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:61: error: cannot find symbol
  2012. [javadoc] public void deactivate() throws RemoteException;
  2013. [javadoc] ^
  2014. [javadoc] symbol: class RemoteException
  2015. [javadoc] location: interface IBulkCursor
  2016. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:63: error: cannot find symbol
  2017. [javadoc] public void close() throws RemoteException;
  2018. [javadoc] ^
  2019. [javadoc] symbol: class RemoteException
  2020. [javadoc] location: interface IBulkCursor
  2021. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:65: error: cannot find symbol
  2022. [javadoc] public int requery(IContentObserver observer, CursorWindow window) throws RemoteException;
  2023. [javadoc] ^
  2024. [javadoc] symbol: class IContentObserver
  2025. [javadoc] location: interface IBulkCursor
  2026. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:65: error: cannot find symbol
  2027. [javadoc] public int requery(IContentObserver observer, CursorWindow window) throws RemoteException;
  2028. [javadoc] ^
  2029. [javadoc] symbol: class RemoteException
  2030. [javadoc] location: interface IBulkCursor
  2031. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:67: error: cannot find symbol
  2032. [javadoc] boolean getWantsAllOnMoveCalls() throws RemoteException;
  2033. [javadoc] ^
  2034. [javadoc] symbol: class RemoteException
  2035. [javadoc] location: interface IBulkCursor
  2036. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:69: error: cannot find symbol
  2037. [javadoc] Bundle getExtras() throws RemoteException;
  2038. [javadoc] ^
  2039. [javadoc] symbol: class Bundle
  2040. [javadoc] location: interface IBulkCursor
  2041. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:69: error: cannot find symbol
  2042. [javadoc] Bundle getExtras() throws RemoteException;
  2043. [javadoc] ^
  2044. [javadoc] symbol: class RemoteException
  2045. [javadoc] location: interface IBulkCursor
  2046. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:71: error: cannot find symbol
  2047. [javadoc] Bundle respond(Bundle extras) throws RemoteException;
  2048. [javadoc] ^
  2049. [javadoc] symbol: class Bundle
  2050. [javadoc] location: interface IBulkCursor
  2051. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:71: error: cannot find symbol
  2052. [javadoc] Bundle respond(Bundle extras) throws RemoteException;
  2053. [javadoc] ^
  2054. [javadoc] symbol: class Bundle
  2055. [javadoc] location: interface IBulkCursor
  2056. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:71: error: cannot find symbol
  2057. [javadoc] Bundle respond(Bundle extras) throws RemoteException;
  2058. [javadoc] ^
  2059. [javadoc] symbol: class RemoteException
  2060. [javadoc] location: interface IBulkCursor
  2061. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:192: error: cannot find symbol
  2062. [javadoc] private IBinder mRemote;
  2063. [javadoc] ^
  2064. [javadoc] symbol: class IBinder
  2065. [javadoc] location: class BulkCursorProxy
  2066. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:193: error: cannot find symbol
  2067. [javadoc] private Bundle mExtras;
  2068. [javadoc] ^
  2069. [javadoc] symbol: class Bundle
  2070. [javadoc] location: class BulkCursorProxy
  2071. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:195: error: cannot find symbol
  2072. [javadoc] public BulkCursorProxy(IBinder remote)
  2073. [javadoc] ^
  2074. [javadoc] symbol: class IBinder
  2075. [javadoc] location: class BulkCursorProxy
  2076. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:201: error: cannot find symbol
  2077. [javadoc] public IBinder asBinder()
  2078. [javadoc] ^
  2079. [javadoc] symbol: class IBinder
  2080. [javadoc] location: class BulkCursorProxy
  2081. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:206: error: cannot find symbol
  2082. [javadoc] public CursorWindow getWindow(int startPos) throws RemoteException
  2083. [javadoc] ^
  2084. [javadoc] symbol: class RemoteException
  2085. [javadoc] location: class BulkCursorProxy
  2086. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:230: error: cannot find symbol
  2087. [javadoc] public void onMove(int position) throws RemoteException {
  2088. [javadoc] ^
  2089. [javadoc] symbol: class RemoteException
  2090. [javadoc] location: class BulkCursorProxy
  2091. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:246: error: cannot find symbol
  2092. [javadoc] public int count() throws RemoteException
  2093. [javadoc] ^
  2094. [javadoc] symbol: class RemoteException
  2095. [javadoc] location: class BulkCursorProxy
  2096. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:268: error: cannot find symbol
  2097. [javadoc] public String[] getColumnNames() throws RemoteException
  2098. [javadoc] ^
  2099. [javadoc] symbol: class RemoteException
  2100. [javadoc] location: class BulkCursorProxy
  2101. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:291: error: cannot find symbol
  2102. [javadoc] public void deactivate() throws RemoteException
  2103. [javadoc] ^
  2104. [javadoc] symbol: class RemoteException
  2105. [javadoc] location: class BulkCursorProxy
  2106. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:305: error: cannot find symbol
  2107. [javadoc] public void close() throws RemoteException
  2108. [javadoc] ^
  2109. [javadoc] symbol: class RemoteException
  2110. [javadoc] location: class BulkCursorProxy
  2111. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:319: error: cannot find symbol
  2112. [javadoc] public int requery(IContentObserver observer, CursorWindow window) throws RemoteException {
  2113. [javadoc] ^
  2114. [javadoc] symbol: class IContentObserver
  2115. [javadoc] location: class BulkCursorProxy
  2116. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:319: error: cannot find symbol
  2117. [javadoc] public int requery(IContentObserver observer, CursorWindow window) throws RemoteException {
  2118. [javadoc] ^
  2119. [javadoc] symbol: class RemoteException
  2120. [javadoc] location: class BulkCursorProxy
  2121. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:346: error: cannot find symbol
  2122. [javadoc] public boolean updateRows(Map values) throws RemoteException
  2123. [javadoc] ^
  2124. [javadoc] symbol: class RemoteException
  2125. [javadoc] location: class BulkCursorProxy
  2126. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:367: error: cannot find symbol
  2127. [javadoc] public boolean deleteRow(int position) throws RemoteException
  2128. [javadoc] ^
  2129. [javadoc] symbol: class RemoteException
  2130. [javadoc] location: class BulkCursorProxy
  2131. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:388: error: cannot find symbol
  2132. [javadoc] public boolean getWantsAllOnMoveCalls() throws RemoteException {
  2133. [javadoc] ^
  2134. [javadoc] symbol: class RemoteException
  2135. [javadoc] location: class BulkCursorProxy
  2136. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:404: error: cannot find symbol
  2137. [javadoc] public Bundle getExtras() throws RemoteException {
  2138. [javadoc] ^
  2139. [javadoc] symbol: class Bundle
  2140. [javadoc] location: class BulkCursorProxy
  2141. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:404: error: cannot find symbol
  2142. [javadoc] public Bundle getExtras() throws RemoteException {
  2143. [javadoc] ^
  2144. [javadoc] symbol: class RemoteException
  2145. [javadoc] location: class BulkCursorProxy
  2146. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:422: error: cannot find symbol
  2147. [javadoc] public Bundle respond(Bundle extras) throws RemoteException {
  2148. [javadoc] ^
  2149. [javadoc] symbol: class Bundle
  2150. [javadoc] location: class BulkCursorProxy
  2151. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:422: error: cannot find symbol
  2152. [javadoc] public Bundle respond(Bundle extras) throws RemoteException {
  2153. [javadoc] ^
  2154. [javadoc] symbol: class Bundle
  2155. [javadoc] location: class BulkCursorProxy
  2156. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:422: error: cannot find symbol
  2157. [javadoc] public Bundle respond(Bundle extras) throws RemoteException {
  2158. [javadoc] ^
  2159. [javadoc] symbol: class RemoteException
  2160. [javadoc] location: class BulkCursorProxy
  2161. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:21: error: package android.database does not exist
  2162. [javadoc] import android.database.CharArrayBuffer;
  2163. [javadoc] ^
  2164. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:22: error: package android.database does not exist
  2165. [javadoc] import android.database.ContentObserver;
  2166. [javadoc] ^
  2167. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:23: error: package android.database does not exist
  2168. [javadoc] import android.database.DataSetObserver;
  2169. [javadoc] ^
  2170. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:25: error: package android.os does not exist
  2171. [javadoc] import android.os.Bundle;
  2172. [javadoc] ^
  2173. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:26: error: package android.os does not exist
  2174. [javadoc] import android.os.RemoteException;
  2175. [javadoc] ^
  2176. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:27: error: package android.util does not exist
  2177. [javadoc] import android.util.Log;
  2178. [javadoc] ^
  2179. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractWindowedCursor.java:19: error: package android.database does not exist
  2180. [javadoc] import android.database.CharArrayBuffer;
  2181. [javadoc] ^
  2182. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:23: error: package android.content does not exist
  2183. [javadoc] import android.content.ContentResolver;
  2184. [javadoc] ^
  2185. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:24: error: package android.database does not exist
  2186. [javadoc] import android.database.CharArrayBuffer;
  2187. [javadoc] ^
  2188. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:25: error: package android.database does not exist
  2189. [javadoc] import android.database.ContentObservable;
  2190. [javadoc] ^
  2191. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:26: error: package android.database does not exist
  2192. [javadoc] import android.database.DataSetObservable;
  2193. [javadoc] ^
  2194. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:27: error: package android.database does not exist
  2195. [javadoc] import android.database.DataSetObserver;
  2196. [javadoc] ^
  2197. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:28: error: package android.database does not exist
  2198. [javadoc] import android.database.ContentObserver;
  2199. [javadoc] ^
  2200. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:29: error: package android.net does not exist
  2201. [javadoc] import android.net.Uri;
  2202. [javadoc] ^
  2203. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:30: error: package android.os does not exist
  2204. [javadoc] import android.os.Bundle;
  2205. [javadoc] ^
  2206. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:31: error: package android.util does not exist
  2207. [javadoc] import android.util.Config;
  2208. [javadoc] ^
  2209. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:32: error: package android.util does not exist
  2210. [javadoc] import android.util.Log;
  2211. [javadoc] ^
  2212. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:39: error: package android.database does not exist
  2213. [javadoc] public abstract class AbstractCursor implements android.database.CrossProcessCursor, net.sqlcipher.Cursor {
  2214. [javadoc] ^
  2215. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:570: error: cannot find symbol
  2216. [javadoc] protected static class SelfContentObserver extends ContentObserver {
  2217. [javadoc] ^
  2218. [javadoc] symbol: class ContentObserver
  2219. [javadoc] location: class AbstractCursor
  2220. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:89: error: cannot find symbol
  2221. [javadoc] public synchronized IContentObserver getObserver() {
  2222. [javadoc] ^
  2223. [javadoc] symbol: class IContentObserver
  2224. [javadoc] location: class BulkCursorToCursorAdaptor
  2225. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:265: error: cannot find symbol
  2226. [javadoc] public Bundle getExtras() {
  2227. [javadoc] ^
  2228. [javadoc] symbol: class Bundle
  2229. [javadoc] location: class BulkCursorToCursorAdaptor
  2230. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:276: error: cannot find symbol
  2231. [javadoc] public Bundle respond(Bundle extras) {
  2232. [javadoc] ^
  2233. [javadoc] symbol: class Bundle
  2234. [javadoc] location: class BulkCursorToCursorAdaptor
  2235. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:276: error: cannot find symbol
  2236. [javadoc] public Bundle respond(Bundle extras) {
  2237. [javadoc] ^
  2238. [javadoc] symbol: class Bundle
  2239. [javadoc] location: class BulkCursorToCursorAdaptor
  2240. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:289: error: cannot find symbol
  2241. [javadoc] public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) {
  2242. [javadoc] ^
  2243. [javadoc] symbol: class CharArrayBuffer
  2244. [javadoc] location: class BulkCursorToCursorAdaptor
  2245. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:295: error: cannot find symbol
  2246. [javadoc] public void registerContentObserver(ContentObserver observer) {
  2247. [javadoc] ^
  2248. [javadoc] symbol: class ContentObserver
  2249. [javadoc] location: class BulkCursorToCursorAdaptor
  2250. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:301: error: cannot find symbol
  2251. [javadoc] public void registerDataSetObserver(DataSetObserver observer) {
  2252. [javadoc] ^
  2253. [javadoc] symbol: class DataSetObserver
  2254. [javadoc] location: class BulkCursorToCursorAdaptor
  2255. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:307: error: cannot find symbol
  2256. [javadoc] public void unregisterContentObserver(ContentObserver observer) {
  2257. [javadoc] ^
  2258. [javadoc] symbol: class ContentObserver
  2259. [javadoc] location: class BulkCursorToCursorAdaptor
  2260. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:313: error: cannot find symbol
  2261. [javadoc] public void unregisterDataSetObserver(DataSetObserver observer) {
  2262. [javadoc] ^
  2263. [javadoc] symbol: class DataSetObserver
  2264. [javadoc] location: class BulkCursorToCursorAdaptor
  2265. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractWindowedCursor.java:55: error: cannot find symbol
  2266. [javadoc] public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer)
  2267. [javadoc] ^
  2268. [javadoc] symbol: class CharArrayBuffer
  2269. [javadoc] location: class AbstractWindowedCursor
  2270. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:42: error: cannot find symbol
  2271. [javadoc] DataSetObservable mDataSetObservable = new DataSetObservable();
  2272. [javadoc] ^
  2273. [javadoc] symbol: class DataSetObservable
  2274. [javadoc] location: class AbstractCursor
  2275. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:43: error: cannot find symbol
  2276. [javadoc] ContentObservable mContentObservable = new ContentObservable();
  2277. [javadoc] ^
  2278. [javadoc] symbol: class ContentObservable
  2279. [javadoc] location: class AbstractCursor
  2280. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:145: error: cannot find symbol
  2281. [javadoc] public void copyStringToBuffer(int columnIndex, CharArrayBuffer buffer) {
  2282. [javadoc] ^
  2283. [javadoc] symbol: class CharArrayBuffer
  2284. [javadoc] location: class AbstractCursor
  2285. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:211: error: package android.database does not exist
  2286. [javadoc] public void fillWindow(int position, android.database.CursorWindow window) {
  2287. [javadoc] ^
  2288. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:426: error: cannot find symbol
  2289. [javadoc] public void registerContentObserver(ContentObserver observer) {
  2290. [javadoc] ^
  2291. [javadoc] symbol: class ContentObserver
  2292. [javadoc] location: class AbstractCursor
  2293. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:430: error: cannot find symbol
  2294. [javadoc] public void unregisterContentObserver(ContentObserver observer) {
  2295. [javadoc] ^
  2296. [javadoc] symbol: class ContentObserver
  2297. [javadoc] location: class AbstractCursor
  2298. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:449: error: cannot find symbol
  2299. [javadoc] protected DataSetObservable getDataSetObservable() {
  2300. [javadoc] ^
  2301. [javadoc] symbol: class DataSetObservable
  2302. [javadoc] location: class AbstractCursor
  2303. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:453: error: cannot find symbol
  2304. [javadoc] public void registerDataSetObserver(DataSetObserver observer) {
  2305. [javadoc] ^
  2306. [javadoc] symbol: class DataSetObserver
  2307. [javadoc] location: class AbstractCursor
  2308. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:458: error: cannot find symbol
  2309. [javadoc] public void unregisterDataSetObserver(DataSetObserver observer) {
  2310. [javadoc] ^
  2311. [javadoc] symbol: class DataSetObserver
  2312. [javadoc] location: class AbstractCursor
  2313. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:484: error: cannot find symbol
  2314. [javadoc] public void setNotificationUri(ContentResolver cr, Uri notifyUri) {
  2315. [javadoc] ^
  2316. [javadoc] symbol: class ContentResolver
  2317. [javadoc] location: class AbstractCursor
  2318. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:484: error: cannot find symbol
  2319. [javadoc] public void setNotificationUri(ContentResolver cr, Uri notifyUri) {
  2320. [javadoc] ^
  2321. [javadoc] symbol: class Uri
  2322. [javadoc] location: class AbstractCursor
  2323. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:497: error: cannot find symbol
  2324. [javadoc] public Uri getNotificationUri() {
  2325. [javadoc] ^
  2326. [javadoc] symbol: class Uri
  2327. [javadoc] location: class AbstractCursor
  2328. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:505: error: cannot find symbol
  2329. [javadoc] public Bundle getExtras() {
  2330. [javadoc] ^
  2331. [javadoc] symbol: class Bundle
  2332. [javadoc] location: class AbstractCursor
  2333. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:509: error: cannot find symbol
  2334. [javadoc] public Bundle respond(Bundle extras) {
  2335. [javadoc] ^
  2336. [javadoc] symbol: class Bundle
  2337. [javadoc] location: class AbstractCursor
  2338. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:509: error: cannot find symbol
  2339. [javadoc] public Bundle respond(Bundle extras) {
  2340. [javadoc] ^
  2341. [javadoc] symbol: class Bundle
  2342. [javadoc] location: class AbstractCursor
  2343. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:615: error: cannot find symbol
  2344. [javadoc] protected ContentResolver mContentResolver;
  2345. [javadoc] ^
  2346. [javadoc] symbol: class ContentResolver
  2347. [javadoc] location: class AbstractCursor
  2348. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:617: error: cannot find symbol
  2349. [javadoc] private Uri mNotifyUri;
  2350. [javadoc] ^
  2351. [javadoc] symbol: class Uri
  2352. [javadoc] location: class AbstractCursor
  2353. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:618: error: cannot find symbol
  2354. [javadoc] private ContentObserver mSelfObserver;
  2355. [javadoc] ^
  2356. [javadoc] symbol: class ContentObserver
  2357. [javadoc] location: class AbstractCursor
  2358. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/MatrixCursor.java:21: error: package android.database does not exist
  2359. [javadoc] import android.database.CharArrayBuffer;
  2360. [javadoc] ^
  2361. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CursorWrapper.java:22: error: package android.database does not exist
  2362. [javadoc] public class CursorWrapper extends android.database.CursorWrapper implements Cursor {
  2363. [javadoc] ^
  2364. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CrossProcessCursorWrapper.java:3: error: package android.database does not exist
  2365. [javadoc] import android.database.CrossProcessCursor;
  2366. [javadoc] ^
  2367. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CrossProcessCursorWrapper.java:4: error: package android.database does not exist
  2368. [javadoc] import android.database.CursorWindow;
  2369. [javadoc] ^
  2370. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/CrossProcessCursorWrapper.java:6: error: cannot find symbol
  2371. [javadoc] public class CrossProcessCursorWrapper extends CursorWrapper implements CrossProcessCursor {
  2372. [javadoc] ^
  2373. [javadoc] symbol: class CrossProcessCursor
  2374. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDirectCursorDriver.java:85: error: package android.database does not exist
  2375. [javadoc] public void cursorRequeried(android.database.Cursor cursor) {
  2376. [javadoc] ^
  2377. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteOpenHelper.java:21: error: package android.content does not exist
  2378. [javadoc] import android.content.Context;
  2379. [javadoc] ^
  2380. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteOpenHelper.java:24: error: package android.util does not exist
  2381. [javadoc] import android.util.Log;
  2382. [javadoc] ^
  2383. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteOpenHelper.java:38: error: cannot find symbol
  2384. [javadoc] private final Context mContext;
  2385. [javadoc] ^
  2386. [javadoc] symbol: class Context
  2387. [javadoc] location: class SQLiteOpenHelper
  2388. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteOpenHelper.java:58: error: cannot find symbol
  2389. [javadoc] public SQLiteOpenHelper(Context context, String name, CursorFactory factory, int version) {
  2390. [javadoc] ^
  2391. [javadoc] symbol: class Context
  2392. [javadoc] location: class SQLiteOpenHelper
  2393. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteOpenHelper.java:74: error: cannot find symbol
  2394. [javadoc] public SQLiteOpenHelper(Context context, String name, CursorFactory factory,
  2395. [javadoc] ^
  2396. [javadoc] symbol: class Context
  2397. [javadoc] location: class SQLiteOpenHelper
  2398. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:20: error: package android.content does not exist
  2399. [javadoc] import android.content.ContentResolver;
  2400. [javadoc] ^
  2401. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:21: error: package android.content does not exist
  2402. [javadoc] import android.content.ContentValues;
  2403. [javadoc] ^
  2404. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:22: error: package android.content does not exist
  2405. [javadoc] import android.content.Context;
  2406. [javadoc] ^
  2407. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:26: error: package android.net does not exist
  2408. [javadoc] import android.net.Uri;
  2409. [javadoc] ^
  2410. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:27: error: package android.util does not exist
  2411. [javadoc] import android.util.Log;
  2412. [javadoc] ^
  2413. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:28: error: package android.widget does not exist
  2414. [javadoc] import android.widget.Toast;
  2415. [javadoc] ^
  2416. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:48: error: cannot find symbol
  2417. [javadoc] public static void checkSQLiteException(Context context, SQLiteException e) {
  2418. [javadoc] ^
  2419. [javadoc] symbol: class Context
  2420. [javadoc] location: class SqliteWrapper
  2421. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:57: error: cannot find symbol
  2422. [javadoc] public static Cursor query(Context context, ContentResolver resolver, Uri uri,
  2423. [javadoc] ^
  2424. [javadoc] symbol: class Context
  2425. [javadoc] location: class SqliteWrapper
  2426. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:57: error: cannot find symbol
  2427. [javadoc] public static Cursor query(Context context, ContentResolver resolver, Uri uri,
  2428. [javadoc] ^
  2429. [javadoc] symbol: class ContentResolver
  2430. [javadoc] location: class SqliteWrapper
  2431. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:57: error: cannot find symbol
  2432. [javadoc] public static Cursor query(Context context, ContentResolver resolver, Uri uri,
  2433. [javadoc] ^
  2434. [javadoc] symbol: class Uri
  2435. [javadoc] location: class SqliteWrapper
  2436. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:68: error: cannot find symbol
  2437. [javadoc] public static boolean requery(Context context, android.database.Cursor cursor) {
  2438. [javadoc] ^
  2439. [javadoc] symbol: class Context
  2440. [javadoc] location: class SqliteWrapper
  2441. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:68: error: package android.database does not exist
  2442. [javadoc] public static boolean requery(Context context, android.database.Cursor cursor) {
  2443. [javadoc] ^
  2444. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:77: error: cannot find symbol
  2445. [javadoc] public static int update(Context context, ContentResolver resolver, Uri uri,
  2446. [javadoc] ^
  2447. [javadoc] symbol: class Context
  2448. [javadoc] location: class SqliteWrapper
  2449. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:77: error: cannot find symbol
  2450. [javadoc] public static int update(Context context, ContentResolver resolver, Uri uri,
  2451. [javadoc] ^
  2452. [javadoc] symbol: class ContentResolver
  2453. [javadoc] location: class SqliteWrapper
  2454. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:77: error: cannot find symbol
  2455. [javadoc] public static int update(Context context, ContentResolver resolver, Uri uri,
  2456. [javadoc] ^
  2457. [javadoc] symbol: class Uri
  2458. [javadoc] location: class SqliteWrapper
  2459. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:78: error: cannot find symbol
  2460. [javadoc] ContentValues values, String where, String[] selectionArgs) {
  2461. [javadoc] ^
  2462. [javadoc] symbol: class ContentValues
  2463. [javadoc] location: class SqliteWrapper
  2464. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:88: error: cannot find symbol
  2465. [javadoc] public static int delete(Context context, ContentResolver resolver, Uri uri,
  2466. [javadoc] ^
  2467. [javadoc] symbol: class Context
  2468. [javadoc] location: class SqliteWrapper
  2469. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:88: error: cannot find symbol
  2470. [javadoc] public static int delete(Context context, ContentResolver resolver, Uri uri,
  2471. [javadoc] ^
  2472. [javadoc] symbol: class ContentResolver
  2473. [javadoc] location: class SqliteWrapper
  2474. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:88: error: cannot find symbol
  2475. [javadoc] public static int delete(Context context, ContentResolver resolver, Uri uri,
  2476. [javadoc] ^
  2477. [javadoc] symbol: class Uri
  2478. [javadoc] location: class SqliteWrapper
  2479. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:99: error: cannot find symbol
  2480. [javadoc] public static Uri insert(Context context, ContentResolver resolver,
  2481. [javadoc] ^
  2482. [javadoc] symbol: class Context
  2483. [javadoc] location: class SqliteWrapper
  2484. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:99: error: cannot find symbol
  2485. [javadoc] public static Uri insert(Context context, ContentResolver resolver,
  2486. [javadoc] ^
  2487. [javadoc] symbol: class ContentResolver
  2488. [javadoc] location: class SqliteWrapper
  2489. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:100: error: cannot find symbol
  2490. [javadoc] Uri uri, ContentValues values) {
  2491. [javadoc] ^
  2492. [javadoc] symbol: class Uri
  2493. [javadoc] location: class SqliteWrapper
  2494. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:100: error: cannot find symbol
  2495. [javadoc] Uri uri, ContentValues values) {
  2496. [javadoc] ^
  2497. [javadoc] symbol: class ContentValues
  2498. [javadoc] location: class SqliteWrapper
  2499. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:99: error: cannot find symbol
  2500. [javadoc] public static Uri insert(Context context, ContentResolver resolver,
  2501. [javadoc] ^
  2502. [javadoc] symbol: class Uri
  2503. [javadoc] location: class SqliteWrapper
  2504. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:28: error: package android.database does not exist
  2505. [javadoc] import android.database.CharArrayBuffer;
  2506. [javadoc] ^
  2507. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:29: error: package android.database does not exist
  2508. [javadoc] import android.database.DataSetObserver;
  2509. [javadoc] ^
  2510. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:30: error: package android.os does not exist
  2511. [javadoc] import android.os.Handler;
  2512. [javadoc] ^
  2513. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:31: error: package android.os does not exist
  2514. [javadoc] import android.os.Message;
  2515. [javadoc] ^
  2516. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:32: error: package android.os does not exist
  2517. [javadoc] import android.os.Process;
  2518. [javadoc] ^
  2519. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:33: error: package android.text does not exist
  2520. [javadoc] import android.text.TextUtils;
  2521. [javadoc] ^
  2522. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:34: error: package android.util does not exist
  2523. [javadoc] import android.util.Config;
  2524. [javadoc] ^
  2525. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:35: error: package android.util does not exist
  2526. [javadoc] import android.util.Log;
  2527. [javadoc] ^
  2528. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:168: error: cannot find symbol
  2529. [javadoc] protected class MainThreadNotificationHandler extends Handler {
  2530. [javadoc] ^
  2531. [javadoc] symbol: class Handler
  2532. [javadoc] location: class SQLiteCursor
  2533. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:181: error: cannot find symbol
  2534. [javadoc] public void registerDataSetObserver(DataSetObserver observer) {
  2535. [javadoc] ^
  2536. [javadoc] symbol: class DataSetObserver
  2537. [javadoc] location: class SQLiteCursor
  2538. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:611: error: package android.database does not exist
  2539. [javadoc] public void fillWindow(int startPos, android.database.CursorWindow window) {
  2540. [javadoc] ^
  2541. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:169: error: cannot find symbol
  2542. [javadoc] public void handleMessage(Message msg) {
  2543. [javadoc] ^
  2544. [javadoc] symbol: class Message
  2545. [javadoc] location: class SQLiteCursor.MainThreadNotificationHandler
  2546. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteContentHelper.java:20: error: package android.content.res does not exist
  2547. [javadoc] import android.content.res.AssetFileDescriptor;
  2548. [javadoc] ^
  2549. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteContentHelper.java:21: error: package android.os does not exist
  2550. [javadoc] import android.os.MemoryFile;
  2551. [javadoc] ^
  2552. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteContentHelper.java:23: error: package android.database does not exist
  2553. [javadoc] import android.database.Cursor;
  2554. [javadoc] ^
  2555. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteContentHelper.java:48: error: cannot find symbol
  2556. [javadoc] public static AssetFileDescriptor getBlobColumnAsAssetFile(SQLiteDatabase db, String sql,
  2557. [javadoc] ^
  2558. [javadoc] symbol: class AssetFileDescriptor
  2559. [javadoc] location: class SQLiteContentHelper
  2560. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteContentHelper.java:82: error: cannot find symbol
  2561. [javadoc] private static MemoryFile simpleQueryForBlobMemoryFile(SQLiteDatabase db, String sql,
  2562. [javadoc] ^
  2563. [javadoc] symbol: class MemoryFile
  2564. [javadoc] location: class SQLiteContentHelper
  2565. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteQueryBuilder.java:21: error: package android.provider does not exist
  2566. [javadoc] import android.provider.BaseColumns;
  2567. [javadoc] ^
  2568. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteQueryBuilder.java:22: error: package android.text does not exist
  2569. [javadoc] import android.text.TextUtils;
  2570. [javadoc] ^
  2571. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteQueryBuilder.java:23: error: package android.util does not exist
  2572. [javadoc] import android.util.Log;
  2573. [javadoc] ^
  2574. [javadoc] Standard Doclet version 1.7.0_55
  2575. [javadoc] Building tree for all the packages and classes...
  2576. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/Cursor.java:61: warning - Tag @link: can't find getInt(int) in net.sqlcipher.Cursor
  2577. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/Cursor.java:61: warning - Tag @link: can't find getFloat(int) in net.sqlcipher.Cursor
  2578. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:86: warning - @hide is an unknown tag.
  2579. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:118: warning - @hide is an unknown tag.
  2580. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:126: warning - @hide is an unknown tag.
  2581. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:299: warning - @hide is an unknown tag.
  2582. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:307: warning - @hide is an unknown tag.
  2583. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:315: warning - @hide is an unknown tag.
  2584. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:323: warning - @hide is an unknown tag.
  2585. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:331: warning - @hide is an unknown tag.
  2586. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:339: warning - @hide is an unknown tag.
  2587. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:347: warning - @hide is an unknown tag.
  2588. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:355: warning - @hide is an unknown tag.
  2589. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:363: warning - @hide is an unknown tag.
  2590. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:394: warning - @hide is an unknown tag.
  2591. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:404: warning - @hide is an unknown tag.
  2592. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:414: warning - @hide is an unknown tag.
  2593. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:422: warning - @hide is an unknown tag.
  2594. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:441: warning - @hide is an unknown tag.
  2595. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/AbstractCursor.java:449: warning - @hide is an unknown tag.
  2596. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:34: warning - @hide is an unknown tag.
  2597. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorNative.java:34: warning - @hide is an unknown tag.
  2598. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:35: warning - @hide is an unknown tag.
  2599. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:35: warning - @hide is an unknown tag.
  2600. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:186: warning - @hide is an unknown tag.
  2601. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/BulkCursorToCursorAdaptor.java:231: warning - @hide is an unknown tag.
  2602. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:62: warning - Tag @see: reference not found: Parcel#writeNoException
  2603. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:62: warning - Tag @see: reference not found: Parcel#writeException
  2604. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:108: warning - Tag @see: reference not found: Parcel#writeNoException
  2605. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:108: warning - Tag @see: reference not found: Parcel#readException
  2606. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:210: warning - @hide is an unknown tag.
  2607. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:292: warning - @hide is an unknown tag.
  2608. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:500: warning - Tag @link: reference not found: ContentValues
  2609. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:526: warning - Tag @link: reference not found: ContentValues
  2610. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:538: warning - Tag @link: reference not found: ContentValues
  2611. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:550: warning - Tag @link: reference not found: ContentValues
  2612. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:567: warning - Tag @link: reference not found: ContentValues
  2613. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:580: warning - Tag @link: reference not found: ContentValues
  2614. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:598: warning - Tag @link: reference not found: ContentValues
  2615. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:611: warning - Tag @link: reference not found: ContentValues
  2616. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:627: warning - Tag @link: reference not found: ContentValues
  2617. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:723: warning - Tag @link: reference not found: ContentValues
  2618. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:739: warning - Tag @link: reference not found: ContentValues
  2619. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:755: warning - Tag @link: reference not found: ContentValues
  2620. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:771: warning - Tag @link: reference not found: ContentValues
  2621. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:787: warning - Tag @link: reference not found: ContentValues
  2622. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:803: warning - Tag @link: reference not found: ContentValues
  2623. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:831: warning - @hide is an unknown tag.
  2624. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:831: warning - @hide is an unknown tag.
  2625. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:831: warning - @hide is an unknown tag.
  2626. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:33: warning - @hide is an unknown tag.
  2627. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:33: warning - @hide is an unknown tag.
  2628. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:76: error: cannot find symbol
  2629. [javadoc] static final int GET_CURSOR_WINDOW_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION;
  2630. [javadoc] ^
  2631. [javadoc] symbol: variable IBinder
  2632. [javadoc] location: interface IBulkCursor
  2633. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:77: error: cannot find symbol
  2634. [javadoc] static final int COUNT_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 1;
  2635. [javadoc] ^
  2636. [javadoc] symbol: variable IBinder
  2637. [javadoc] location: interface IBulkCursor
  2638. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:78: error: cannot find symbol
  2639. [javadoc] static final int GET_COLUMN_NAMES_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 2;
  2640. [javadoc] ^
  2641. [javadoc] symbol: variable IBinder
  2642. [javadoc] location: interface IBulkCursor
  2643. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:79: error: cannot find symbol
  2644. [javadoc] static final int UPDATE_ROWS_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 3;
  2645. [javadoc] ^
  2646. [javadoc] symbol: variable IBinder
  2647. [javadoc] location: interface IBulkCursor
  2648. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:80: error: cannot find symbol
  2649. [javadoc] static final int DELETE_ROW_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 4;
  2650. [javadoc] ^
  2651. [javadoc] symbol: variable IBinder
  2652. [javadoc] location: interface IBulkCursor
  2653. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:81: error: cannot find symbol
  2654. [javadoc] static final int DEACTIVATE_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 5;
  2655. [javadoc] ^
  2656. [javadoc] symbol: variable IBinder
  2657. [javadoc] location: interface IBulkCursor
  2658. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:82: error: cannot find symbol
  2659. [javadoc] static final int REQUERY_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 6;
  2660. [javadoc] ^
  2661. [javadoc] symbol: variable IBinder
  2662. [javadoc] location: interface IBulkCursor
  2663. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:83: error: cannot find symbol
  2664. [javadoc] static final int ON_MOVE_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 7;
  2665. [javadoc] ^
  2666. [javadoc] symbol: variable IBinder
  2667. [javadoc] location: interface IBulkCursor
  2668. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:84: error: cannot find symbol
  2669. [javadoc] static final int WANTS_ON_MOVE_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 8;
  2670. [javadoc] ^
  2671. [javadoc] symbol: variable IBinder
  2672. [javadoc] location: interface IBulkCursor
  2673. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:85: error: cannot find symbol
  2674. [javadoc] static final int GET_EXTRAS_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 9;
  2675. [javadoc] ^
  2676. [javadoc] symbol: variable IBinder
  2677. [javadoc] location: interface IBulkCursor
  2678. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:86: error: cannot find symbol
  2679. [javadoc] static final int RESPOND_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 10;
  2680. [javadoc] ^
  2681. [javadoc] symbol: variable IBinder
  2682. [javadoc] location: interface IBulkCursor
  2683. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/IBulkCursor.java:87: error: cannot find symbol
  2684. [javadoc] static final int CLOSE_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION + 11;
  2685. [javadoc] ^
  2686. [javadoc] symbol: variable IBinder
  2687. [javadoc] location: interface IBulkCursor
  2688. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/DatabaseObjectNotClosedException.java:24: warning - @hide is an unknown tag.
  2689. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteContentHelper.java:33: warning - @hide is an unknown tag.
  2690. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:179: warning - @hide is an unknown tag.
  2691. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:92: warning - @hide is an unknown tag.
  2692. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:333: warning - @hide is an unknown tag.
  2693. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:392: warning - @hide is an unknown tag.
  2694. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:402: warning - @hide is an unknown tag.
  2695. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursor.java:168: warning - @hide is an unknown tag.
  2696. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteCursorDriver.java:46: warning - @return tag cannot be used in method with void return type.
  2697. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:212: warning - @more is an unknown tag.
  2698. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:212: warning - @more is an unknown tag.
  2699. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:229: warning - @more is an unknown tag.
  2700. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:229: warning - @more is an unknown tag.
  2701. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:333: warning - @hide is an unknown tag.
  2702. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:1489: warning - @hide is an unknown tag.
  2703. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:2206: warning - @hide is an unknown tag.
  2704. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:2216: warning - @hide is an unknown tag.
  2705. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:2226: warning - @hide is an unknown tag.
  2706. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:2236: warning - @hide is an unknown tag.
  2707. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDatabase.java:2255: warning - @hide is an unknown tag.
  2708. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:28: warning - @hide is an unknown tag.
  2709. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:28: warning - @hide is an unknown tag.
  2710. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:33: error: cannot find symbol
  2711. [javadoc] Log.isLoggable("SQLiteStatements", Log.VERBOSE);
  2712. [javadoc] ^
  2713. [javadoc] symbol: variable Log
  2714. [javadoc] location: class SQLiteDebug
  2715. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:33: error: cannot find symbol
  2716. [javadoc] Log.isLoggable("SQLiteStatements", Log.VERBOSE);
  2717. [javadoc] ^
  2718. [javadoc] symbol: variable Log
  2719. [javadoc] location: class SQLiteDebug
  2720. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:40: error: cannot find symbol
  2721. [javadoc] Log.isLoggable("SQLiteTime", Log.VERBOSE);
  2722. [javadoc] ^
  2723. [javadoc] symbol: variable Log
  2724. [javadoc] location: class SQLiteDebug
  2725. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:40: error: cannot find symbol
  2726. [javadoc] Log.isLoggable("SQLiteTime", Log.VERBOSE);
  2727. [javadoc] ^
  2728. [javadoc] symbol: variable Log
  2729. [javadoc] location: class SQLiteDebug
  2730. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:46: error: cannot find symbol
  2731. [javadoc] Log.isLoggable("SQLiteCompiledSql", Log.VERBOSE);
  2732. [javadoc] ^
  2733. [javadoc] symbol: variable Log
  2734. [javadoc] location: class SQLiteDebug
  2735. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:46: error: cannot find symbol
  2736. [javadoc] Log.isLoggable("SQLiteCompiledSql", Log.VERBOSE);
  2737. [javadoc] ^
  2738. [javadoc] symbol: variable Log
  2739. [javadoc] location: class SQLiteDebug
  2740. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:53: error: cannot find symbol
  2741. [javadoc] Log.isLoggable("SQLiteCursorClosing", Log.VERBOSE);
  2742. [javadoc] ^
  2743. [javadoc] symbol: variable Log
  2744. [javadoc] location: class SQLiteDebug
  2745. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:53: error: cannot find symbol
  2746. [javadoc] Log.isLoggable("SQLiteCursorClosing", Log.VERBOSE);
  2747. [javadoc] ^
  2748. [javadoc] symbol: variable Log
  2749. [javadoc] location: class SQLiteDebug
  2750. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:59: error: cannot find symbol
  2751. [javadoc] Log.isLoggable("SQLiteLockTime", Log.VERBOSE);
  2752. [javadoc] ^
  2753. [javadoc] symbol: variable Log
  2754. [javadoc] location: class SQLiteDebug
  2755. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:59: error: cannot find symbol
  2756. [javadoc] Log.isLoggable("SQLiteLockTime", Log.VERBOSE);
  2757. [javadoc] ^
  2758. [javadoc] symbol: variable Log
  2759. [javadoc] location: class SQLiteDebug
  2760. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:65: error: cannot find symbol
  2761. [javadoc] Log.isLoggable("SQLiteLockStackTrace", Log.VERBOSE);
  2762. [javadoc] ^
  2763. [javadoc] symbol: variable Log
  2764. [javadoc] location: class SQLiteDebug
  2765. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDebug.java:65: error: cannot find symbol
  2766. [javadoc] Log.isLoggable("SQLiteLockStackTrace", Log.VERBOSE);
  2767. [javadoc] ^
  2768. [javadoc] symbol: variable Log
  2769. [javadoc] location: class SQLiteDebug
  2770. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteDirectCursorDriver.java:27: warning - @hide is an unknown tag.
  2771. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteQueryBuilder.java:150: warning - @hide is an unknown tag.
  2772. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteQueryBuilder.java:277: warning - Tag @see: reference not found: android.content.ContentResolver#query(android.net.Uri, String[],
  2773. [javadoc] String, String[], String)
  2774. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SQLiteQueryBuilder.java:316: warning - Tag @see: reference not found: android.content.ContentResolver#query(android.net.Uri, String[],
  2775. [javadoc] String, String[], String)
  2776. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/SqliteWrapper.java:34: warning - @hide is an unknown tag.
  2777. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/database/package.html: warning - Tag @link: reference not found: android.database
  2778. [javadoc] Building index for all the packages and classes...
  2779. [javadoc] Building index for all classes...
  2780. [javadoc] Generating /home/wojtek/android-database-sqlcipher/bin/javadoc/help-doc.html...
  2781. [javadoc] 24 errors
  2782. [javadoc] 313 warnings
  2783. [javadoc] /home/wojtek/android-database-sqlcipher/src/net/sqlcipher/DatabaseUtils.java:831: warning - @hide is an unknown tag.
  2784. [jar] Building jar: /home/wojtek/android-database-sqlcipher/bin/sqlcipher-javadoc.jar
  2785.  
  2786. -post-build:
  2787. [jar] Building jar: /home/wojtek/android-database-sqlcipher/libs/sqlcipher.jar
  2788. [copy] Copying 1 file to /home/wojtek/android-database-sqlcipher/libs
  2789.  
  2790. release:
  2791.  
  2792. BUILD SUCCESSFUL
  2793. Total time: 14 seconds
  2794. mkdir -p libs/armeabi
  2795. cp /home/wojtek/android-database-sqlcipher/external/libs/armeabi/libsqlcipher_android.so \
  2796. libs/armeabi && \
  2797. cp /home/wojtek/android-database-sqlcipher/jni/libs/armeabi/libdatabase_sqlcipher.so \
  2798. libs/armeabi && \
  2799. cp /home/wojtek/android-database-sqlcipher/external/libs/armeabi/libstlport_shared.so \
  2800. libs/armeabi
  2801. mkdir -p libs/x86
  2802. cp /home/wojtek/android-database-sqlcipher/external/libs/x86/libsqlcipher_android.so \
  2803. libs/x86 && \
  2804. cp /home/wojtek/android-database-sqlcipher/jni/libs/x86/libdatabase_sqlcipher.so \
  2805. libs/x86 && \
  2806. cp /home/wojtek/android-database-sqlcipher/external/libs/x86/libstlport_shared.so \
  2807. libs/x86
  2808. mkdir -p libs/armeabi-v7a
  2809. cp /home/wojtek/android-database-sqlcipher/external/libs/armeabi-v7a/libsqlcipher_android.so \
  2810. libs/armeabi-v7a && \
  2811. cp /home/wojtek/android-database-sqlcipher/jni/libs/armeabi-v7a/libdatabase_sqlcipher.so \
  2812. libs/armeabi-v7a && \
  2813. cp /home/wojtek/android-database-sqlcipher/external/libs/armeabi-v7a/libstlport_shared.so \
  2814. libs/armeabi-v7a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement