Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 76.83 KB | None | 0 0
  1. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/ind_block.c
  2. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/initialize.c
  3. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/inline.c
  4. external/e2fsprogs/lib/ext2fs/initialize.c: In function 'ext2fs_initialize':
  5. external/e2fsprogs/lib/ext2fs/initialize.c:500:16: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  6. if (((int) c) == -1) {
  7. ^
  8. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/inode.c
  9. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/io_manager.c
  10. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/ismounted.c
  11. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/link.c
  12. external/e2fsprogs/lib/ext2fs/ismounted.c: In function 'ext2fs_check_mount_point':
  13. external/e2fsprogs/lib/ext2fs/ismounted.c:365:3: warning: #warning "Can't use getmntent or getmntinfo to check for mounted filesystems!" [-Wcpp]
  14. #warning "Can't use getmntent or getmntinfo to check for mounted filesystems!"
  15. ^
  16. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/llseek.c
  17. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/lookup.c
  18. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/mmp.c
  19. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/mkdir.c
  20. external/e2fsprogs/lib/ext2fs/mmp.c: In function 'ext2fs_mmp_read':
  21. external/e2fsprogs/lib/ext2fs/mmp.c:71:51: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  22. if (read(fs->mmp_fd, fs->mmp_cmp, fs->blocksize) != fs->blocksize) {
  23. ^
  24. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/mkjournal.c
  25. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/native.c
  26. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/newdir.c
  27. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/openfs.c
  28. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/progress.c
  29. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/punch.c
  30. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/rbtree.c
  31. external/e2fsprogs/lib/ext2fs/punch.c: In function 'punch_extent_blocks':
  32. external/e2fsprogs/lib/ext2fs/punch.c:222:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  33. while (free_count > 0 && free_count >= EXT2FS_CLUSTER_RATIO(fs)) {
  34. ^
  35. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/read_bb.c
  36. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/read_bb_file.c
  37. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/res_gdt.c
  38. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/rw_bitmaps.c
  39. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/swapfs.c
  40. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/tdb.c
  41. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/undo_io.c
  42. external/e2fsprogs/lib/ext2fs/tdb.c: In function '_tdb_lock':
  43. external/e2fsprogs/lib/ext2fs/tdb.c:411:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  44. (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
  45. ^
  46. external/e2fsprogs/lib/ext2fs/tdb.c: In function 'tdb_unlock':
  47. external/e2fsprogs/lib/ext2fs/tdb.c:506:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  48. (ltype == tdb->global_lock.ltype || ltype == F_RDLCK)) {
  49. ^
  50. external/e2fsprogs/lib/ext2fs/tdb.c: In function '_tdb_lockall':
  51. external/e2fsprogs/lib/ext2fs/tdb.c:627:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  52. if (tdb->global_lock.count && tdb->global_lock.ltype == ltype) {
  53. ^
  54. external/e2fsprogs/lib/ext2fs/tdb.c: In function '_tdb_unlockall':
  55. external/e2fsprogs/lib/ext2fs/tdb.c:671:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  56. if (tdb->global_lock.ltype != ltype || tdb->global_lock.count == 0) {
  57. ^
  58. external/e2fsprogs/lib/ext2fs/tdb.c: In function 'ext2fs_tdb_dump_all':
  59. external/e2fsprogs/lib/ext2fs/tdb.c:3004:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  60. for (i=0;i<tdb->header.hash_size;i++) {
  61. ^
  62. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/unix_io.c
  63. external/e2fsprogs/lib/ext2fs/undo_io.c:105:1: warning: missing initializer for field 'discard' of 'struct struct_io_manager' [-Wmissing-field-initializers]
  64. };
  65. ^
  66. In file included from external/e2fsprogs/lib/ext2fs/ext2fs.h:89:0,
  67. from external/e2fsprogs/lib/ext2fs/undo_io.c:43:
  68. external/e2fsprogs/lib/ext2fs/ext2_io.h:91:14: note: 'discard' declared here
  69. errcode_t (*discard)(io_channel channel, unsigned long long block,
  70. ^
  71. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/unlink.c
  72. external/e2fsprogs/lib/ext2fs/unix_io.c:137:1: warning: missing initializer for field 'reserved' of 'struct struct_io_manager' [-Wmissing-field-initializers]
  73. };
  74. ^
  75. In file included from external/e2fsprogs/lib/ext2fs/ext2fs.h:89:0,
  76. from external/e2fsprogs/lib/ext2fs/unix_io.c:63:
  77. external/e2fsprogs/lib/ext2fs/ext2_io.h:93:7: note: 'reserved' declared here
  78. long reserved[16];
  79. ^
  80. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/valid_blk.c
  81. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/version.c
  82. target thumb C: libext2fs <= external/e2fsprogs/lib/ext2fs/test_io.c
  83. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/bootanimation_intermediates/import_includes
  84. external/e2fsprogs/lib/ext2fs/test_io.c:100:1: warning: missing initializer for field 'reserved' of 'struct struct_io_manager' [-Wmissing-field-initializers]
  85. };
  86. ^
  87. In file included from external/e2fsprogs/lib/ext2fs/ext2fs.h:89:0,
  88. from external/e2fsprogs/lib/ext2fs/test_io.c:41:
  89. external/e2fsprogs/lib/ext2fs/ext2_io.h:93:7: note: 'reserved' declared here
  90. long reserved[16];
  91. ^
  92. target thumb C: libtinyalsa <= external/tinyalsa/mixer.c
  93. target thumb C: libtinyalsa <= external/tinyalsa/pcm.c
  94. target Prebuilt: bu (/home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/bu_intermediates/bu)
  95. target thumb C: bugreport <= frameworks/native/cmds/bugreport/bugreport.c
  96. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/toolbox_intermediates/import_includes
  97. target thumb C: libusbhost <= system/core/libusbhost/usbhost.c
  98. target thumb C: libtoolbox_cat <= system/core/toolbox/upstream-netbsd/bin/cat/cat.c
  99. target thumb C: libtoolbox_chown <= system/core/toolbox/upstream-netbsd/sbin/chown/chown.c
  100. target thumb C: libtoolbox_cp <= system/core/toolbox/upstream-netbsd/bin/cp/cp.c
  101. target thumb C: libtoolbox_cp <= system/core/toolbox/upstream-netbsd/bin/cp/utils.c
  102. target thumb C: libtoolbox_dd <= system/core/toolbox/upstream-netbsd/bin/dd/args.c
  103. target thumb C: libtoolbox_dd <= system/core/toolbox/upstream-netbsd/bin/dd/conv.c
  104. target thumb C: libtoolbox_dd <= system/core/toolbox/upstream-netbsd/bin/dd/dd.c
  105. target thumb C: libtoolbox_dd <= system/core/toolbox/upstream-netbsd/bin/dd/dd_hostops.c
  106. target thumb C: libtoolbox_dd <= system/core/toolbox/upstream-netbsd/bin/dd/misc.c
  107. target thumb C: libtoolbox_dd <= system/core/toolbox/upstream-netbsd/bin/dd/position.c
  108. target thumb C: libtoolbox_du <= system/core/toolbox/upstream-netbsd/usr.bin/du/du.c
  109. target thumb C: libtoolbox_grep <= system/core/toolbox/upstream-netbsd/usr.bin/grep/fastgrep.c
  110. target thumb C: libtoolbox_grep <= system/core/toolbox/upstream-netbsd/usr.bin/grep/file.c
  111. target thumb C: libtoolbox_grep <= system/core/toolbox/upstream-netbsd/usr.bin/grep/grep.c
  112. target thumb C: libtoolbox_grep <= system/core/toolbox/upstream-netbsd/usr.bin/grep/queue.c
  113. target thumb C: libtoolbox_grep <= system/core/toolbox/upstream-netbsd/usr.bin/grep/util.c
  114. target thumb C: libtoolbox_kill <= system/core/toolbox/upstream-netbsd/bin/kill/kill.c
  115. target thumb C: libtoolbox_ln <= system/core/toolbox/upstream-netbsd/bin/ln/ln.c
  116. target thumb C: libtoolbox_mv <= system/core/toolbox/upstream-netbsd/bin/mv/mv.c
  117. target thumb C: libtoolbox_printenv <= system/core/toolbox/upstream-netbsd/usr.bin/printenv/printenv.c
  118. target thumb C: libtoolbox_rm <= system/core/toolbox/upstream-netbsd/bin/rm/rm.c
  119. target thumb C: libtoolbox_rmdir <= system/core/toolbox/upstream-netbsd/bin/rmdir/rmdir.c
  120. target thumb C: libtoolbox_sleep <= system/core/toolbox/upstream-netbsd/bin/sleep/sleep.c
  121. target thumb C: libtoolbox_sync <= system/core/toolbox/upstream-netbsd/bin/sync/sync.c
  122. target thumb C: charger_touch <= device/asus/flo/charger_touch/charger_touch.c
  123. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/clatd_intermediates/import_includes
  124. target thumb C: libnl <= external/libnl/lib/cache.c
  125. target thumb C: libnl <= external/libnl/lib/data.c
  126. target thumb C: libnl <= external/libnl/lib/nl.c
  127. external/libnl/lib/data.c: In function 'nl_data_append':
  128. external/libnl/lib/data.c:101:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  129. if (size < 0)
  130. ^
  131. external/libnl/lib/data.c:110:24: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  132. memcpy(data->d_data + data->d_size, buf, size);
  133. ^
  134. external/libnl/lib/data.c:112:24: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  135. memset(data->d_data + data->d_size, 0, size);
  136. ^
  137. target thumb C: libnl <= external/libnl/lib/doc.c
  138. external/libnl/lib/nl.c: In function 'nl_recv':
  139. external/libnl/lib/nl.c:449:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  140. if (iov.iov_len < n ||
  141. ^
  142. external/libnl/lib/nl.c: In function 'recvmsgs':
  143. external/libnl/lib/nl.c:623:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  144. if (hdr->nlmsg_len < nlmsg_msg_size(sizeof(*e))) {
  145. ^
  146. target thumb C: libnl <= external/libnl/lib/cache_mngr.c
  147. target thumb C: libnl <= external/libnl/lib/addr.c
  148. target thumb C: libnl <= external/libnl/lib/socket.c
  149. external/libnl/lib/addr.c: In function 'nl_addr_parse':
  150. external/libnl/lib/addr.c:363:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  151. if (s == p || l > 0xff || i >= sizeof(buf)) {
  152. ^
  153. external/libnl/lib/addr.c: In function 'nl_addr_iszero':
  154. external/libnl/lib/addr.c:553:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  155. for (i = 0; i < addr->a_len; i++)
  156. ^
  157. external/libnl/lib/addr.c: In function 'nl_addr_fill_sockaddr':
  158. external/libnl/lib/addr.c:635:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  159. if (*salen < sizeof(*sai))
  160. ^
  161. external/libnl/lib/addr.c:647:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  162. if (*salen < sizeof(*sa6))
  163. ^
  164. external/libnl/lib/addr.c: In function 'nl_addr2str':
  165. external/libnl/lib/addr.c:860:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  166. for (i = 1; i < addr->a_len; i++) {
  167. ^
  168. external/libnl/lib/addr.c:869:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  169. if (addr->a_prefixlen != (8 * addr->a_len)) {
  170. ^
  171. target thumb C: libnl <= external/libnl/lib/fib_lookup/lookup.c
  172. target thumb C: libnl <= external/libnl/lib/fib_lookup/request.c
  173. target thumb C: libnl <= external/libnl/lib/msg.c
  174. target thumb C: libnl <= external/libnl/lib/object.c
  175. target thumb C: libnl <= external/libnl/lib/attr.c
  176. external/libnl/lib/msg.c: In function 'nlmsg_valid_hdr':
  177. external/libnl/lib/msg.c:274:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  178. if (nlh->nlmsg_len < nlmsg_msg_size(hdrlen))
  179. ^
  180. external/libnl/lib/msg.c: In function 'nlmsg_ok':
  181. external/libnl/lib/msg.c:289:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  182. nlh->nlmsg_len <= remaining);
  183. ^
  184. external/libnl/lib/msg.c: In function 'nlmsg_set_default_size':
  185. external/libnl/lib/msg.c:472:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  186. if (max < nlmsg_total_size(0))
  187. ^
  188. external/libnl/lib/msg.c: In function 'nlmsg_reserve':
  189. external/libnl/lib/msg.c:526:6: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  190. buf += nlmsg_len;
  191. ^
  192. external/libnl/lib/msg.c:530:14: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  193. memset(buf + len, 0, tlen - len);
  194. ^
  195. external/libnl/lib/msg.c: In function 'dump_attrs':
  196. external/libnl/lib/msg.c:949:32: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  197. dump_hex(ofd, nla_data(nla) + alen,
  198. ^
  199. external/libnl/lib/msg.c: In function 'nl_msg_dump':
  200. external/libnl/lib/msg.c:977:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  201. hdr->nlmsg_len >= nlmsg_msg_size(sizeof(struct nlmsgerr))) {
  202. ^
  203. external/libnl/lib/object.c: In function 'nl_object_clone':
  204. external/libnl/lib/object.c:114:22: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  205. memcpy((void *)new + doff, (void *)obj + doff, size);
  206. ^
  207. external/libnl/lib/object.c:114:42: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  208. memcpy((void *)new + doff, (void *)obj + doff, size);
  209. ^
  210. external/libnl/lib/object.c: In function 'nl_object_identical':
  211. external/libnl/lib/object.c:273:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  212. if ((a->ce_mask & req_attrs) != req_attrs ||
  213. ^
  214. external/libnl/lib/object.c:274:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  215. (b->ce_mask & req_attrs) != req_attrs)
  216. ^
  217. target thumb C: libnl <= external/libnl/lib/utils.c
  218. external/libnl/lib/attr.c: In function 'nla_ok':
  219. external/libnl/lib/attr.c:490:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  220. return remaining >= sizeof(*nla) &&
  221. ^
  222. In file included from external/libnl/lib/attr.c:12:0:
  223. external/libnl/lib/attr.c: In function 'nla_reserve':
  224. external/libnl/lib/attr.c:817:18: warning: pointer of type 'void *' used in subtraction [-Wpointer-arith]
  225. (void *) nla - nlmsg_data(msg->nm_nlh),
  226. ^
  227. external/libnl/include/netlink-local.h:76:45: note: in definition of macro 'NL_DBG'
  228. fprintf(stderr, "DBG<" #LVL ">: " FMT, ##ARG); \
  229. ^
  230. external/libnl/lib/attr.c: In function 'nla_put':
  231. external/libnl/lib/attr.c:847:36: warning: pointer of type 'void *' used in subtraction [-Wpointer-arith]
  232. msg, datalen, (void *) nla - nlmsg_data(msg->nm_nlh), attrtype);
  233. ^
  234. external/libnl/include/netlink-local.h:76:45: note: in definition of macro 'NL_DBG'
  235. fprintf(stderr, "DBG<" #LVL ">: " FMT, ##ARG); \
  236. ^
  237. target thumb C: libnl <= external/libnl/lib/cache_mngt.c
  238. target thumb C: libnl <= external/libnl/lib/handlers.c
  239. external/libnl/lib/utils.c: In function 'nl_msec2str':
  240. external/libnl/lib/utils.c:420:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  241. for (i = 0; i < ARRAY_SIZE(split); i++) {
  242. ^
  243. external/libnl/lib/utils.c: In function '__type2str':
  244. external/libnl/lib/utils.c:794:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  245. for (i = 0; i < tbl_len; i++) {
  246. ^
  247. external/libnl/lib/utils.c: In function '__flags2str':
  248. external/libnl/lib/utils.c:829:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  249. for (i = 0; i < tbl_len; i++) {
  250. ^
  251. external/libnl/lib/utils.c: In function '__str2type':
  252. external/libnl/lib/utils.c:850:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  253. for (i = 0; i < tbl_len; i++)
  254. ^
  255. external/libnl/lib/utils.c: In function '__str2flags':
  256. external/libnl/lib/utils.c:892:19: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  257. len = t ? t - p : strlen(p);
  258. ^
  259. external/libnl/lib/utils.c:893:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  260. for (i = 0; i < tbl_len; i++)
  261. ^
  262. target thumb C: libnl <= external/libnl/lib/genl/ctrl.c
  263. target thumb C: libnl <= external/libnl/lib/genl/mngt.c
  264. target thumb C: libnl <= external/libnl/lib/genl/family.c
  265. external/libnl/lib/genl/mngt.c: In function 'genl_register':
  266. external/libnl/lib/genl/mngt.c:181:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  267. if (ops->co_hdrsize < GENL_HDRSIZE(0)) {
  268. ^
  269. target thumb C: libnl <= external/libnl/lib/genl/genl.c
  270. target thumb C: libnl <= external/libnl/lib/route/rtnl.c
  271. external/libnl/lib/genl/genl.c: In function 'genlmsg_attrdata':
  272. external/libnl/lib/genl/genl.c:213:28: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  273. return genlmsg_data(gnlh) + NLMSG_ALIGN(hdrlen);
  274. ^
  275. external/libnl/lib/genl/genl.c: In function 'genlmsg_put':
  276. external/libnl/lib/genl/genl.c:263:25: warning: pointer of type 'void *' used in arithmetic [-Wpointer-arith]
  277. return nlmsg_data(nlh) + GENL_HDRLEN;
  278. ^
  279. target thumb C: libnl <= external/libnl/lib/route/route_utils.c
  280. target thumb C: libnl <= external/libnl/lib/netfilter/nfnl.c
  281. target thumb C: libnl <= external/libnl/lib/error.c
  282. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/conn_init_intermediates/import_includes
  283. target thumb C: libwfcu <= device/asus/flo/conn_init/wfc_util_fctrl.c
  284. target thumb C: libwfcu <= device/asus/flo/conn_init/wfc_util_common.c
  285. target thumb C: libwfcu <= device/asus/flo/conn_init/wfc_util_qcom.c
  286. target Prebuilt: content (/home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/content_intermediates/content)
  287. target thumb C++: dalvikvm <= art/dalvikvm/dalvikvm.cc
  288. target thumb C++: debuggerd <= system/core/debuggerd/backtrace.cpp
  289. target thumb C++: debuggerd <= system/core/debuggerd/debuggerd.cpp
  290. target thumb C++: debuggerd <= system/core/debuggerd/getevent.cpp
  291. target thumb C++: debuggerd <= system/core/debuggerd/tombstone.cpp
  292. target thumb C++: debuggerd <= system/core/debuggerd/utility.cpp
  293. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/dex2oat_intermediates/import_includes
  294. target thumb C++: debuggerd <= system/core/debuggerd/arm/machine.cpp
  295. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/arch/x86_64/registers_x86_64_operator_out.cc
  296. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/base/allocator_operator_out.cc
  297. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/base/mutex_operator_out.cc
  298. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/base/unix_file/fd_file_operator_out.cc
  299. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/dex_file_operator_out.cc
  300. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/dex_instruction_operator_out.cc
  301. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/gc_root_operator_out.cc
  302. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/gc/collector/gc_type_operator_out.cc
  303. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/gc/collector_type_operator_out.cc
  304. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/gc/space/space_operator_out.cc
  305. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/gc/heap_operator_out.cc
  306. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/indirect_reference_table_operator_out.cc
  307. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/instruction_set_operator_out.cc
  308. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/invoke_type_operator_out.cc
  309. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/jdwp/jdwp_operator_out.cc
  310. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/jdwp/jdwp_constants_operator_out.cc
  311. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/lock_word_operator_out.cc
  312. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/mirror/class_operator_out.cc
  313. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/oat_operator_out.cc
  314. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/quick/inline_method_analyser_operator_out.cc
  315. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/thread_operator_out.cc
  316. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/thread_state_operator_out.cc
  317. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/verifier/method_verifier_operator_out.cc
  318. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart_intermediates/import_includes
  319. target thumb C++: libbacktrace_libc++ <= system/core/libbacktrace/BacktraceImpl.cpp
  320. target thumb C++: libbacktrace_libc++ <= system/core/libbacktrace/BacktraceMap.cpp
  321. target thumb C++: libbacktrace_libc++ <= system/core/libbacktrace/BacktraceThread.cpp
  322. target thumb C++: libbacktrace_libc++ <= system/core/libbacktrace/UnwindCurrent.cpp
  323. target thumb C++: libbacktrace_libc++ <= system/core/libbacktrace/UnwindMap.cpp
  324. target thumb C++: libbacktrace_libc++ <= system/core/libbacktrace/UnwindPtrace.cpp
  325. target thumb C: libbacktrace_libc++ <= system/core/libbacktrace/thread_utils.c
  326. Copy: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart-compiler_intermediates/dex/compiler_enums_operator_out.cc
  327. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libart-compiler_intermediates/import_includes
  328. target thumb C++: libsigchain <= art/sigchainlib/sigchain_dummy.cc
  329. target thumb C++: libvixl <= external/vixl/src/a64/assembler-a64.cc
  330. target thumb C++: libvixl <= external/vixl/src/a64/cpu-a64.cc
  331. target thumb C++: libvixl <= external/vixl/src/a64/debugger-a64.cc
  332. target thumb C++: libvixl <= external/vixl/src/a64/decoder-a64.cc
  333. target thumb C++: libvixl <= external/vixl/src/a64/disasm-a64.cc
  334. target thumb C++: libvixl <= external/vixl/src/a64/instructions-a64.cc
  335. target thumb C++: libvixl <= external/vixl/src/a64/instrument-a64.cc
  336. target thumb C++: libvixl <= external/vixl/src/a64/macro-assembler-a64.cc
  337. target thumb C++: libvixl <= external/vixl/src/a64/simulator-a64.cc
  338. target thumb C++: libvixl <= external/vixl/src/utils-vixl.cc
  339. target thumb C: dhcpcd <= external/dhcpcd/arp.c
  340. target thumb C: dhcpcd <= external/dhcpcd/bind.c
  341. target thumb C: dhcpcd <= external/dhcpcd/common.c
  342. target thumb C: dhcpcd <= external/dhcpcd/control.c
  343. target thumb C: dhcpcd <= external/dhcpcd/dhcp.c
  344. target thumb C: dhcpcd <= external/dhcpcd/dhcpcd.c
  345. target thumb C: dhcpcd <= external/dhcpcd/duid.c
  346. target thumb C: dhcpcd <= external/dhcpcd/eloop.c
  347. target thumb C: dhcpcd <= external/dhcpcd/if-options.c
  348. target thumb C: dhcpcd <= external/dhcpcd/if-pref.c
  349. target thumb C: dhcpcd <= external/dhcpcd/ipv4ll.c
  350. target thumb C: dhcpcd <= external/dhcpcd/net.c
  351. target thumb C: dhcpcd <= external/dhcpcd/signals.c
  352. target thumb C: dhcpcd <= external/dhcpcd/configure.c
  353. target thumb C: dhcpcd <= external/dhcpcd/if-linux.c
  354. target thumb C: dhcpcd <= external/dhcpcd/if-linux-wireless.c
  355. target thumb C: dhcpcd <= external/dhcpcd/lpf.c
  356. target thumb C: dhcpcd <= external/dhcpcd/platform-linux.c
  357. target thumb C: dhcpcd <= external/dhcpcd/compat/closefrom.c
  358. target thumb C: dhcpcd <= external/dhcpcd/ifaddrs.c
  359. target thumb C: dhcpcd <= external/dhcpcd/ipv6rs.c
  360. target thumb C: dnsmasq <= external/dnsmasq/src/bpf.c
  361. target thumb C: dnsmasq <= external/dnsmasq/src/cache.c
  362. target thumb C: dnsmasq <= external/dnsmasq/src/dbus.c
  363. target thumb C: dnsmasq <= external/dnsmasq/src/dhcp.c
  364. target thumb C: dnsmasq <= external/dnsmasq/src/dnsmasq.c
  365. target thumb C: dnsmasq <= external/dnsmasq/src/forward.c
  366. target thumb C: dnsmasq <= external/dnsmasq/src/helper.c
  367. external/dnsmasq/src/dnsmasq.c: In function 'poll_resolv':
  368. external/dnsmasq/src/dnsmasq.c:930:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  369. if (statbuf.st_mtime != res->mtime)
  370. ^
  371. target thumb C: dnsmasq <= external/dnsmasq/src/lease.c
  372. target thumb C: dnsmasq <= external/dnsmasq/src/log.c
  373. target thumb C: dnsmasq <= external/dnsmasq/src/netlink.c
  374. target thumb C: dnsmasq <= external/dnsmasq/src/network.c
  375. target thumb C: dnsmasq <= external/dnsmasq/src/option.c
  376. target thumb C: dnsmasq <= external/dnsmasq/src/rfc1035.c
  377. target thumb C: dnsmasq <= external/dnsmasq/src/rfc2131.c
  378. target thumb C: dnsmasq <= external/dnsmasq/src/tftp.c
  379. target thumb C: dnsmasq <= external/dnsmasq/src/util.c
  380. target Prebuilt: dpm (/home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/dpm_intermediates/dpm)
  381. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/drmserver_intermediates/import_includes
  382. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmConstraints.cpp
  383. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmMetadata.cpp
  384. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmConvertedStatus.cpp
  385. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmEngineBase.cpp
  386. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmInfo.cpp
  387. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmInfoRequest.cpp
  388. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmInfoStatus.cpp
  389. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmRights.cpp
  390. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmSupportInfo.cpp
  391. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/IDrmManagerService.cpp
  392. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/IDrmServiceListener.cpp
  393. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/DrmInfoEvent.cpp
  394. target thumb C++: libdrmframeworkcommon <= frameworks/av/drm/common/ReadWriteUtils.cpp
  395. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/dumpstate_intermediates/import_includes
  396. target thumb C: libdumpstate.flo <= device/asus/flo/dumpstate/dumpstate.c
  397. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/e2fsck_intermediates/import_includes
  398. target thumb C++: dumpsys <= frameworks/native/cmds/dumpsys/dumpsys.cpp
  399. target thumb C: libext2_profile <= external/e2fsprogs/e2fsck/prof_err.c
  400. target thumb C: libext2_profile <= external/e2fsprogs/e2fsck/profile.c
  401. target thumb C: libext2_quota <= external/e2fsprogs/lib/quota/mkquota.c
  402. target thumb C: libext2_quota <= external/e2fsprogs/lib/quota/quotaio.c
  403. target thumb C: libext2_quota <= external/e2fsprogs/lib/quota/quotaio_tree.c
  404. target thumb C: libext2_quota <= external/e2fsprogs/lib/quota/quotaio_v2.c
  405. external/e2fsprogs/lib/quota/quotaio_tree.c: In function 'qtree_entry_unused':
  406. external/e2fsprogs/lib/quota/quotaio_tree.c:38:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  407. for (i = 0; i < info->dqi_entry_size; i++)
  408. ^
  409. external/e2fsprogs/lib/quota/quotaio_tree.c: In function 'qtree_write_dquot':
  410. external/e2fsprogs/lib/quota/quotaio_tree.c:338:10: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  411. if (ret != info->dqi_entry_size) {
  412. ^
  413. external/e2fsprogs/lib/quota/quotaio_tree.c: In function 'qtree_read_dquot':
  414. external/e2fsprogs/lib/quota/quotaio_tree.c:524:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  415. if (ret != info->dqi_entry_size) {
  416. ^
  417. external/e2fsprogs/lib/quota/quotaio_tree.c: In function 'find_set_bits':
  418. external/e2fsprogs/lib/quota/quotaio_tree.c:626:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  419. for (i = 0; i < blocks; i++)
  420. ^
  421. target thumb C: libext2_quota <= external/e2fsprogs/lib/quota/../../e2fsck/dict.c
  422. external/e2fsprogs/lib/quota/quotaio_v2.c: In function 'v2_check_file':
  423. external/e2fsprogs/lib/quota/quotaio_v2.c:160:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  424. if (ext2fs_le32_to_cpu(dqh.dqh_magic) != file_magics[type]) {
  425. ^
  426. external/e2fsprogs/lib/quota/quotaio_v2.c:161:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  427. if (ext2fs_be32_to_cpu(dqh.dqh_magic) == file_magics[type])
  428. ^
  429. target thumb C: fsck.f2fs <= external/f2fs-tools/fsck/dump.c
  430. external/e2fsprogs/lib/quota/../../e2fsck/dict.c:21:0: warning: "NDEBUG" redefined
  431. #define NDEBUG
  432. ^
  433. <command-line>:0:0: note: this is the location of the previous definition
  434. target thumb C: fsck.f2fs <= external/f2fs-tools/fsck/fsck.c
  435. target thumb C: fsck.f2fs <= external/f2fs-tools/fsck/main.c
  436. target thumb C: fsck.f2fs <= external/f2fs-tools/fsck/mount.c
  437. target thumb C: fsck.f2fs <= external/f2fs-tools/lib/libf2fs.c
  438. target thumb C: fsck.f2fs <= external/f2fs-tools/lib/libf2fs_io.c
  439. target thumb C: fsck_msdos <= external/fsck_msdos/boot.c
  440. target thumb C: fsck_msdos <= external/fsck_msdos/check.c
  441. external/fsck_msdos/boot.c: In function 'readboot':
  442. external/fsck_msdos/boot.c:60:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  443. if (read(dosfs, block, sizeof block) < sizeof block) {
  444. ^
  445. external/fsck_msdos/boot.c:129:7: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  446. != boot->FSInfo * boot->BytesPerSec
  447. ^
  448. external/fsck_msdos/boot.c:156:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  449. != boot->FSInfo * boot->BytesPerSec
  450. ^
  451. external/fsck_msdos/boot.c:176:7: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  452. != boot->Backup * boot->BytesPerSec
  453. ^
  454. external/fsck_msdos/boot.c: In function 'writefsinfo':
  455. external/fsck_msdos/boot.c:290:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  456. != boot->FSInfo * boot->BytesPerSec
  457. ^
  458. external/fsck_msdos/boot.c:304:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  459. != boot->FSInfo * boot->BytesPerSec
  460. ^
  461. target thumb C: fsck_msdos <= external/fsck_msdos/dir.c
  462. target thumb C: fsck_msdos <= external/fsck_msdos/fat.c
  463. external/fsck_msdos/dir.c: In function 'checksize':
  464. external/fsck_msdos/dir.c:405:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  465. if (physicalSize < dir->size) {
  466. ^
  467. external/fsck_msdos/dir.c: In function 'reconnect':
  468. external/fsck_msdos/dir.c:1064:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  469. || read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
  470. ^
  471. external/fsck_msdos/dir.c:1094:48: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  472. || write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) {
  473. ^
  474. target thumb C: fsck_msdos <= external/fsck_msdos/main.c
  475. target Prebuilt: gdbserver (/home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/gdbserver_intermediates/gdbserver)
  476. external/fsck_msdos/fat.c: In function 'checkdirty':
  477. external/fsck_msdos/fat.c:97:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  478. if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) {
  479. ^
  480. external/fsck_msdos/fat.c: In function '_readfat':
  481. external/fsck_msdos/fat.c:191:6: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  482. != boot->FATsecs * boot->BytesPerSec) {
  483. ^
  484. external/fsck_msdos/fat.c: In function 'writefat':
  485. external/fsck_msdos/fat.c:644:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  486. for (i = 0; i < boot->FATs; i++) {
  487. ^
  488. external/fsck_msdos/fat.c:648:35: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  489. || write(fs, buffer, fatsz) != fatsz) {
  490. ^
  491. target thumb C: gzip <= external/zlib/src/test/minigzip.c
  492. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/hostapd_intermediates/import_includes
  493. target thumb C: lib_driver_cmd_qcwcn <= hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/driver_cmd_nl80211.c
  494. target thumb C: hostapd_cli <= external/wpa_supplicant_8/hostapd/hostapd_cli.c
  495. target thumb C: hostapd_cli <= external/wpa_supplicant_8/hostapd/src/common/wpa_ctrl.c
  496. target thumb C: hostapd_cli <= external/wpa_supplicant_8/hostapd/src/utils/os_unix.c
  497. target thumb C: hostapd_cli <= external/wpa_supplicant_8/hostapd/src/utils/eloop.c
  498. target thumb C: hostapd_cli <= external/wpa_supplicant_8/hostapd/src/utils/wpa_debug.c
  499. target thumb C: hostapd_cli <= external/wpa_supplicant_8/hostapd/src/utils/edit_simple.c
  500. target thumb C++: idmap <= frameworks/base/cmds/idmap/idmap.cpp
  501. target thumb C++: idmap <= frameworks/base/cmds/idmap/create.cpp
  502. target thumb C++: idmap <= frameworks/base/cmds/idmap/scan.cpp
  503. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/installd_intermediates/import_includes
  504. target thumb C++: idmap <= frameworks/base/cmds/idmap/inspect.cpp
  505. target thumb C: libdiskusage <= frameworks/native/libs/diskusage/dirsize.c
  506. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/ip_intermediates/import_includes
  507. target thumb C: libiprouteutil <= external/iproute2/lib/utils.c
  508. target thumb C: libiprouteutil <= external/iproute2/lib/rt_names.c
  509. target thumb C: libiprouteutil <= external/iproute2/lib/ll_types.c
  510. target thumb C: libiprouteutil <= external/iproute2/lib/ll_proto.c
  511. target thumb C: libiprouteutil <= external/iproute2/lib/ll_addr.c
  512. target thumb C: libiprouteutil <= external/iproute2/lib/inet_proto.c
  513. target thumb C: libnetlink <= external/iproute2/lib/ll_map.c
  514. target thumb C: libnetlink <= external/iproute2/lib/libnetlink.c
  515. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/ip6tables_intermediates/import_includes
  516. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_socket.c
  517. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_DSCP.c
  518. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_policy.c
  519. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_connbytes.c
  520. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_udp.c
  521. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_statistic.c
  522. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_TCPMSS.c
  523. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_LED.c
  524. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_rpfilter.c
  525. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_addrtype.c
  526. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_cpu.c
  527. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_AUDIT.c
  528. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_CONNSECMARK.c
  529. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_quota.c
  530. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_length.c
  531. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_time.c
  532. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_connlimit.c
  533. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_string.c
  534. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_tos.c
  535. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_cluster.c
  536. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_SET.c
  537. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_multiport.c
  538. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_tcpmss.c
  539. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_devgroup.c
  540. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_MARK.c
  541. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_mark.c
  542. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_RATEEST.c
  543. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_CONNMARK.c
  544. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_limit.c
  545. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_owner.c
  546. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_TPROXY.c
  547. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_esp.c
  548. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_comment.c
  549. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_u32.c
  550. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_pkttype.c
  551. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_CLASSIFY.c
  552. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_bpf.c
  553. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_TOS.c
  554. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_sctp.c
  555. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_CHECKSUM.c
  556. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_standard.c
  557. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_connmark.c
  558. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_conntrack.c
  559. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_TRACE.c
  560. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_physdev.c
  561. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_quota2.c
  562. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_osf.c
  563. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_iprange.c
  564. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_nfacct.c
  565. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_CT.c
  566. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_hashlimit.c
  567. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_recent.c
  568. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_helper.c
  569. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_set.c
  570. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_HMARK.c
  571. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_SECMARK.c
  572. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_tcp.c
  573. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_IDLETIMER.c
  574. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_TEE.c
  575. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_NFQUEUE.c
  576. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_ecn.c
  577. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_rateest.c
  578. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_NFLOG.c
  579. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_dscp.c
  580. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext_intermediates/libxt_mac.c
  581. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_ah.c
  582. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_frag.c
  583. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_hl.c
  584. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_icmp6.c
  585. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_hbh.c
  586. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_rt.c
  587. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_LOG.c
  588. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_HL.c
  589. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_REJECT.c
  590. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_MASQUERADE.c
  591. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_SNPT.c
  592. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_dst.c
  593. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_DNPT.c
  594. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_mh.c
  595. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_DNAT.c
  596. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_NETMAP.c
  597. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_SNAT.c
  598. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_ipv6header.c
  599. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_eui64.c
  600. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext6_intermediates/libip6t_REDIRECT.c
  601. target thumb C: libip6tc <= external/iptables/libiptc/libip6tc.c
  602. target thumb C: libxtables <= external/iptables/libxtables/xtables.c
  603. target thumb C: libxtables <= external/iptables/libxtables/xtoptions.c
  604. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/iptables_intermediates/import_includes
  605. In file included from external/iptables/libiptc/../include/linux/netfilter_ipv6/ip6_tables.h:22:0,
  606. from external/iptables/libiptc/../include/libiptc/libip6tc.h:12,
  607. from external/iptables/libiptc/libip6tc.c:30:
  608. external/iptables/libiptc/libiptc.c: In function 'iptcb_entry2index':
  609. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:155:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  610. if (__n < n) \
  611. ^
  612. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:167:2: note: in expansion of macro 'XT_ENTRY_ITERATE_CONTINUE'
  613. XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  614. ^
  615. external/iptables/libiptc/../include/linux/netfilter_ipv6/ip6_tables.h:57:2: note: in expansion of macro 'XT_ENTRY_ITERATE'
  616. XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
  617. ^
  618. external/iptables/libiptc/libip6tc.c:48:24: note: in expansion of macro 'IP6T_ENTRY_ITERATE'
  619. #define ENTRY_ITERATE IP6T_ENTRY_ITERATE
  620. ^
  621. external/iptables/libiptc/libiptc.c:246:6: note: in expansion of macro 'ENTRY_ITERATE'
  622. if (ENTRY_ITERATE(h->entries->entrytable, h->entries->size,
  623. ^
  624. external/iptables/libiptc/libiptc.c: In function 'parse_table':
  625. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:155:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  626. if (__n < n) \
  627. ^
  628. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:167:2: note: in expansion of macro 'XT_ENTRY_ITERATE_CONTINUE'
  629. XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  630. ^
  631. external/iptables/libiptc/../include/linux/netfilter_ipv6/ip6_tables.h:57:2: note: in expansion of macro 'XT_ENTRY_ITERATE'
  632. XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
  633. ^
  634. external/iptables/libiptc/libip6tc.c:48:24: note: in expansion of macro 'IP6T_ENTRY_ITERATE'
  635. #define ENTRY_ITERATE IP6T_ENTRY_ITERATE
  636. ^
  637. external/iptables/libiptc/libiptc.c:1058:2: note: in expansion of macro 'ENTRY_ITERATE'
  638. ENTRY_ITERATE(h->entries->entrytable, h->entries->size,
  639. ^
  640. external/iptables/libiptc/libiptc.c: In function 'dump_entries6':
  641. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:155:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  642. if (__n < n) \
  643. ^
  644. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:167:2: note: in expansion of macro 'XT_ENTRY_ITERATE_CONTINUE'
  645. XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  646. ^
  647. external/iptables/libiptc/../include/linux/netfilter_ipv6/ip6_tables.h:57:2: note: in expansion of macro 'XT_ENTRY_ITERATE'
  648. XT_ENTRY_ITERATE(struct ip6t_entry, entries, size, fn, ## args)
  649. ^
  650. external/iptables/libiptc/libip6tc.c:48:24: note: in expansion of macro 'IP6T_ENTRY_ITERATE'
  651. #define ENTRY_ITERATE IP6T_ENTRY_ITERATE
  652. ^
  653. external/iptables/libiptc/libiptc.c:1443:2: note: in expansion of macro 'ENTRY_ITERATE'
  654. ENTRY_ITERATE(handle->entries->entrytable, handle->entries->size,
  655. ^
  656. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_ttl.c
  657. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_TTL.c
  658. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_ECN.c
  659. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_icmp.c
  660. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_NETMAP.c
  661. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_REDIRECT.c
  662. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_ah.c
  663. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_MIRROR.c
  664. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_SNAT.c
  665. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_DNAT.c
  666. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_unclean.c
  667. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_realm.c
  668. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_LOG.c
  669. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_ULOG.c
  670. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_REJECT.c
  671. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_MASQUERADE.c
  672. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_SAME.c
  673. Copy: /home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libext4_intermediates/libipt_CLUSTERIP.c
  674. target thumb C: libip4tc <= external/iptables/libiptc/libip4tc.c
  675. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/keystore_intermediates/import_includes
  676. target thumb C++: libkeystore_binder <= system/security/keystore/IKeystoreService.cpp
  677. In file included from external/iptables/libiptc/../include/linux/netfilter_ipv4/ip_tables.h:22:0,
  678. from external/iptables/libiptc/../include/libiptc/libiptc.h:12,
  679. from external/iptables/libiptc/libip4tc.c:29:
  680. external/iptables/libiptc/libiptc.c: In function 'iptcb_entry2index':
  681. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:155:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  682. if (__n < n) \
  683. ^
  684. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:167:2: note: in expansion of macro 'XT_ENTRY_ITERATE_CONTINUE'
  685. XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  686. ^
  687. external/iptables/libiptc/../include/linux/netfilter_ipv4/ip_tables.h:64:2: note: in expansion of macro 'XT_ENTRY_ITERATE'
  688. XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
  689. ^
  690. external/iptables/libiptc/libip4tc.c:50:24: note: in expansion of macro 'IPT_ENTRY_ITERATE'
  691. #define ENTRY_ITERATE IPT_ENTRY_ITERATE
  692. ^
  693. external/iptables/libiptc/libiptc.c:246:6: note: in expansion of macro 'ENTRY_ITERATE'
  694. if (ENTRY_ITERATE(h->entries->entrytable, h->entries->size,
  695. ^
  696. external/iptables/libiptc/libiptc.c: In function 'parse_table':
  697. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:155:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  698. if (__n < n) \
  699. ^
  700. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:167:2: note: in expansion of macro 'XT_ENTRY_ITERATE_CONTINUE'
  701. XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  702. ^
  703. external/iptables/libiptc/../include/linux/netfilter_ipv4/ip_tables.h:64:2: note: in expansion of macro 'XT_ENTRY_ITERATE'
  704. XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
  705. ^
  706. external/iptables/libiptc/libip4tc.c:50:24: note: in expansion of macro 'IPT_ENTRY_ITERATE'
  707. #define ENTRY_ITERATE IPT_ENTRY_ITERATE
  708. ^
  709. external/iptables/libiptc/libiptc.c:1058:2: note: in expansion of macro 'ENTRY_ITERATE'
  710. ENTRY_ITERATE(h->entries->entrytable, h->entries->size,
  711. ^
  712. external/iptables/libiptc/libiptc.c: In function 'dump_entries':
  713. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:155:11: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  714. if (__n < n) \
  715. ^
  716. external/iptables/libiptc/../include/linux/netfilter/x_tables.h:167:2: note: in expansion of macro 'XT_ENTRY_ITERATE_CONTINUE'
  717. XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  718. ^
  719. external/iptables/libiptc/../include/linux/netfilter_ipv4/ip_tables.h:64:2: note: in expansion of macro 'XT_ENTRY_ITERATE'
  720. XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
  721. ^
  722. external/iptables/libiptc/libip4tc.c:50:24: note: in expansion of macro 'IPT_ENTRY_ITERATE'
  723. #define ENTRY_ITERATE IPT_ENTRY_ITERATE
  724. ^
  725. external/iptables/libiptc/libiptc.c:1443:2: note: in expansion of macro 'ENTRY_ITERATE'
  726. ENTRY_ITERATE(handle->entries->entrytable, handle->entries->size,
  727. ^
  728. target thumb C++: libkeystore_binder <= system/security/keystore/keystore_get.cpp
  729. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libsoftkeymaster_intermediates/import_includes
  730. target thumb C++: libkeystore_binder <= system/security/keystore/keyblob_utils.cpp
  731. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/linker_intermediates/import_includes
  732. target thumb C++: keystore_cli <= system/security/keystore/keystore_cli.cpp
  733. target thumb C++: libc_nomalloc <= bionic/libc/bionic/dl_iterate_phdr_static.cpp
  734. target thumb C++: libc_nomalloc <= bionic/libc/bionic/libc_init_static.cpp
  735. target thumb C: libc_nomalloc <= bionic/libc/arch-arm/bionic/exidx_static.c
  736. target thumb C: lmkd <= system/core/lmkd/lmkd.c
  737. target thumb C++: logcat <= system/core/logcat/logcat.cpp
  738. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/logd_intermediates/import_includes
  739. target thumb C++: libsysutils <= system/core/libsysutils/src/SocketListener.cpp
  740. target thumb C++: libsysutils <= system/core/libsysutils/src/FrameworkListener.cpp
  741. target thumb C++: libsysutils <= system/core/libsysutils/src/NetlinkListener.cpp
  742. target thumb C++: libsysutils <= system/core/libsysutils/src/NetlinkEvent.cpp
  743. target thumb C++: libsysutils <= system/core/libsysutils/src/FrameworkCommand.cpp
  744. target thumb C++: libsysutils <= system/core/libsysutils/src/SocketClient.cpp
  745. target thumb C++: libsysutils <= system/core/libsysutils/src/ServiceManager.cpp
  746. target thumb C: logwrapper <= system/core/logwrapper/logwrapper.c
  747. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/make_ext4fs_intermediates/import_includes
  748. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libext4_utils_intermediates/import_includes
  749. target thumb C: libsparse <= system/core/libsparse/backed_block.c
  750. target thumb C: libsparse <= system/core/libsparse/output_file.c
  751. target thumb C: libsparse <= system/core/libsparse/sparse.c
  752. target thumb C: libsparse <= system/core/libsparse/sparse_crc32.c
  753. target thumb C: libsparse <= system/core/libsparse/sparse_err.c
  754. target thumb C: libsparse <= system/core/libsparse/sparse_read.c
  755. target thumb C: mdnsd <= external/mdnsresponder/mDNSPosix/PosixDaemon.c
  756. target thumb C: mdnsd <= external/mdnsresponder/mDNSPosix/mDNSPosix.c
  757. target thumb C: mdnsd <= external/mdnsresponder/mDNSPosix/mDNSUNP.c
  758. external/mdnsresponder/mDNSPosix/mDNSPosix.c: In function 'GetUserSpecifiedRFC1034ComputerName':
  759. external/mdnsresponder/mDNSPosix/mDNSPosix.c:489:10: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
  760. strncpy(&namelabel->c[1], "Android", MAX_DOMAIN_LABEL);
  761. ^
  762. In file included from bionic/libc/include/signal.h:35:0,
  763. from external/mdnsresponder/mDNSPosix/mDNSPosix.h:21,
  764. from external/mdnsresponder/mDNSPosix/mDNSPosix.c:33:
  765. bionic/libc/include/string.h:146:7: note: expected 'char * __restrict__' but argument is of type 'mDNSu8 *'
  766. char* strncpy(char* __restrict dest, const char* __restrict src, size_t n) {
  767. ^
  768. target thumb C: mdnsd <= external/mdnsresponder/mDNSCore/mDNS.c
  769. target thumb C: mdnsd <= external/mdnsresponder/mDNSCore/DNSDigest.c
  770. target thumb C: mdnsd <= external/mdnsresponder/mDNSCore/uDNS.c
  771. target thumb C: mdnsd <= external/mdnsresponder/mDNSCore/DNSCommon.c
  772. target thumb C: mdnsd <= external/mdnsresponder/mDNSShared/uds_daemon.c
  773. target thumb C: mdnsd <= external/mdnsresponder/mDNSShared/mDNSDebug.c
  774. target thumb C: mdnsd <= external/mdnsresponder/mDNSShared/dnssd_ipc.c
  775. external/mdnsresponder/mDNSShared/uds_daemon.c: In function 'handle_sethost_request':
  776. external/mdnsresponder/mDNSShared/uds_daemon.c:2138:10: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
  777. strncpy(&(mDNSStorage.nicelabel.c[1]), hostName, len);
  778. ^
  779. In file included from bionic/libc/include/signal.h:35:0,
  780. from bionic/libc/include/sys/select.h:35,
  781. from bionic/libc/include/unistd.h:34,
  782. from bionic/libc/include/fcntl.h:37,
  783. from external/mdnsresponder/mDNSShared/uds_daemon.c:22:
  784. bionic/libc/include/string.h:146:7: note: expected 'char * __restrict__' but argument is of type 'mDNSu8 *'
  785. char* strncpy(char* __restrict dest, const char* __restrict src, size_t n) {
  786. ^
  787. external/mdnsresponder/mDNSShared/uds_daemon.c:2140:10: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
  788. strncpy(&(mDNSStorage.hostlabel.c[1]), hostName, len);
  789. ^
  790. In file included from bionic/libc/include/signal.h:35:0,
  791. from bionic/libc/include/sys/select.h:35,
  792. from bionic/libc/include/unistd.h:34,
  793. from bionic/libc/include/fcntl.h:37,
  794. from external/mdnsresponder/mDNSShared/uds_daemon.c:22:
  795. bionic/libc/include/string.h:146:7: note: expected 'char * __restrict__' but argument is of type 'mDNSu8 *'
  796. char* strncpy(char* __restrict dest, const char* __restrict src, size_t n) {
  797. ^
  798. external/mdnsresponder/mDNSShared/uds_daemon.c: In function 'connect_callback':
  799. external/mdnsresponder/mDNSShared/uds_daemon.c:3885:60: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign]
  800. dnssd_sock_t sd = accept(fd, (struct sockaddr*) &cliaddr, &len);
  801. ^
  802. In file included from system/core/include/cutils/sockets.h:29:0,
  803. from external/mdnsresponder/mDNSShared/uds_daemon.c:31:
  804. bionic/libc/include/sys/socket.h:277:18: note: expected 'socklen_t *' but argument is of type 'unsigned int *'
  805. __socketcall int accept(int, struct sockaddr*, socklen_t*);
  806. ^
  807. target thumb C: mdnsd <= external/mdnsresponder/mDNSShared/GenLinkedList.c
  808. target thumb C: mdnsd <= external/mdnsresponder/mDNSShared/PlatformCommon.c
  809. target Prebuilt: media (/home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/media_intermediates/media)
  810. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/EXECUTABLES/mediaserver_intermediates/import_includes
  811. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libaudioflinger_intermediates/import_includes
  812. target arm C++: libaudioresampler <= frameworks/av/services/audioflinger/AudioResampler.cpp
  813. target arm C++: libaudioresampler <= frameworks/av/services/audioflinger/AudioResamplerCubic.cpp
  814. target arm C++: libaudioresampler <= frameworks/av/services/audioflinger/AudioResamplerSinc.cpp
  815. target arm C++: libaudioresampler <= frameworks/av/services/audioflinger/AudioResamplerDyn.cpp
  816. target thumb C: libeffects <= frameworks/av/media/libeffects/factory/EffectsFactory.c
  817. target thumb C++: libserviceutility <= frameworks/av/services/audioflinger/ServiceUtilities.cpp
  818. target thumb C++: libscheduling_policy <= frameworks/av/services/audioflinger/ISchedulingPolicyService.cpp
  819. target thumb C++: libscheduling_policy <= frameworks/av/services/audioflinger/SchedulingPolicyService.cpp
  820. target thumb C++: libcpustats <= frameworks/av/media/libcpustats/CentralTendencyStatistics.cpp
  821. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libaudiopolicyservice_intermediates/import_includes
  822. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libaudiopolicymanager_intermediates/import_includes
  823. target thumb C++: libcpustats <= frameworks/av/media/libcpustats/ThreadCpuUsage.cpp
  824. target thumb C++: libaudiopolicymanagerdefault <= frameworks/av/services/audiopolicy/AudioPolicyManager.cpp
  825. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/CameraService.cpp
  826. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/CameraDeviceFactory.cpp
  827. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/common/Camera2ClientBase.cpp
  828. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/common/CameraDeviceBase.cpp
  829. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/common/FrameProcessorBase.cpp
  830. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/CameraClient.cpp
  831. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/Camera2Client.cpp
  832. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/Parameters.cpp
  833. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/FrameProcessor.cpp
  834. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/StreamingProcessor.cpp
  835. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/JpegProcessor.cpp
  836. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/CallbackProcessor.cpp
  837. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/ZslProcessor.cpp
  838. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/ZslProcessorInterface.cpp
  839. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/BurstCapture.cpp
  840. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/JpegCompressor.cpp
  841. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/CaptureSequencer.cpp
  842. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api1/client2/ZslProcessor3.cpp
  843. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api2/CameraDeviceClient.cpp
  844. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/api_pro/ProCamera2Client.cpp
  845. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device2/Camera2Device.cpp
  846. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3Device.cpp
  847. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3Stream.cpp
  848. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3IOStreamBase.cpp
  849. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3InputStream.cpp
  850. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3OutputStream.cpp
  851. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3ZslStream.cpp
  852. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/Camera3DummyStream.cpp
  853. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/device3/StatusTracker.cpp
  854. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/gui/RingBufferConsumer.cpp
  855. target thumb C++: libcameraservice <= frameworks/av/services/camera/libcameraservice/utils/CameraTraces.cpp
  856. target thumb C++: libmedialogservice <= frameworks/av/services/medialog/MediaLogService.cpp
  857. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libmediaplayerservice_intermediates/import_includes
  858. target thumb C++: libdrmframework <= frameworks/av/drm/libdrmframework/DrmManagerClientImpl.cpp
  859. target thumb C++: libdrmframework <= frameworks/av/drm/libdrmframework/DrmManagerClient.cpp
  860. target thumb C++: libdrmframework <= frameworks/av/drm/libdrmframework/NoOpDrmManagerClientImpl.cpp
  861. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libstagefright_intermediates/import_includes
  862. Import includes file: /home/lennar/optipop/out/target/product/flo/obj/SHARED_LIBRARIES/libopus_intermediates/import_includes
  863. target thumb C: libogg <= external/libogg/src/bitwise.c
  864. target thumb C: libogg <= external/libogg/src/framing.c
  865. target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/deblock.cpp
  866. target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/dpb.cpp
  867. target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/fmo.cpp
  868. target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/mb_access.cpp
  869. target thumb C++: libstagefright_avc_common <= frameworks/av/media/libstagefright/codecs/avc/common/src/reflist.cpp
  870. target arm C: libstagefright_enc_common <= frameworks/av/media/libstagefright/codecs/common/cmnMemory.c
  871. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/GraphicBufferSource.cpp
  872. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/OMX.cpp
  873. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/OMXMaster.cpp
  874. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/OMXNodeInstance.cpp
  875. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SimpleSoftOMXComponent.cpp
  876. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SoftOMXComponent.cpp
  877. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SoftOMXPlugin.cpp
  878. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SoftVideoDecoderOMXComponent.cpp
  879. target thumb C++: libstagefright_omx <= frameworks/av/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp
  880. target thumb C++: libstagefright_yuv <= frameworks/av/media/libstagefright/yuv/YUVImage.cpp
  881. target thumb C++: libstagefright_yuv <= frameworks/av/media/libstagefright/yuv/YUVCanvas.cpp
  882. target asm: libvorbisidec <= external/tremolo/Tremolo/bitwiseARM.s
  883. target asm: libvorbisidec <= external/tremolo/Tremolo/dpen.s
  884. target asm: libvorbisidec <= external/tremolo/Tremolo/floor1ARM.s
  885. target asm: libvorbisidec <= external/tremolo/Tremolo/mdctARM.s
  886. target arm C: libvorbisidec <= external/tremolo/Tremolo/bitwise.c
  887. target arm C: libvorbisidec <= external/tremolo/Tremolo/codebook.c
  888. target arm C: libvorbisidec <= external/tremolo/Tremolo/dsp.c
  889. target arm C: libvorbisidec <= external/tremolo/Tremolo/floor0.c
  890. target arm C: libvorbisidec <= external/tremolo/Tremolo/floor1.c
  891. target arm C: libvorbisidec <= external/tremolo/Tremolo/floor_lookup.c
  892. target arm C: libvorbisidec <= external/tremolo/Tremolo/framing.c
  893. external/tremolo/Tremolo/floor1.c: In function 'mergesort':
  894. external/tremolo/Tremolo/floor1.c:87:2: warning: array subscript has type 'char' [-Wchar-subscripts]
  895. if(vals[A[k1]]<vals[A[k2]])
  896. ^
  897. external/tremolo/Tremolo/floor1.c:87:2: warning: array subscript has type 'char' [-Wchar-subscripts]
  898. external/tremolo/Tremolo/floor1.c: In function 'floor1_info_unpack':
  899. external/tremolo/Tremolo/floor1.c:145:5: warning: array subscript has type 'char' [-Wchar-subscripts]
  900. count+=info->klass[info->partitionclass[j]].class_dim;
  901. ^
  902. external/tremolo/Tremolo/floor1.c:157:5: warning: array subscript has type 'char' [-Wchar-subscripts]
  903. count+=info->klass[info->partitionclass[j]].class_dim;
  904. ^
  905. external/tremolo/Tremolo/floor1.c: In function 'floor1_inverse1':
  906. external/tremolo/Tremolo/floor1.c:333:7: warning: array subscript has type 'char' [-Wchar-subscripts]
  907. int predicted=render_point(info->postlist[info->loneighbor[i-2]],
  908. ^
  909. external/tremolo/Tremolo/floor1.c:334:6: warning: array subscript has type 'char' [-Wchar-subscripts]
  910. info->postlist[info->hineighbor[i-2]],
  911. ^
  912. external/tremolo/Tremolo/floor1.c:335:6: warning: array subscript has type 'char' [-Wchar-subscripts]
  913. fit_value[info->loneighbor[i-2]],
  914. ^
  915. external/tremolo/Tremolo/floor1.c:336:6: warning: array subscript has type 'char' [-Wchar-subscripts]
  916. fit_value[info->hineighbor[i-2]],
  917. ^
  918. external/tremolo/Tremolo/floor1.c:359:2: warning: array subscript has type 'char' [-Wchar-subscripts]
  919. fit_value[info->loneighbor[i-2]]&=0x7fff;
  920. ^
  921. external/tremolo/Tremolo/floor1.c:360:2: warning: array subscript has type 'char' [-Wchar-subscripts]
  922. fit_value[info->hineighbor[i-2]]&=0x7fff;
  923. ^
  924. target arm C: libvorbisidec <= external/tremolo/Tremolo/mapping0.c
  925. target arm C: libvorbisidec <= external/tremolo/Tremolo/mdct.c
  926. target arm C: libvorbisidec <= external/tremolo/Tremolo/misc.c
  927. target arm C: libvorbisidec <= external/tremolo/Tremolo/res012.c
  928. target arm C: libvorbisidec <= external/tremolo/Tremolo/treminfo.c
  929. target arm C: libvorbisidec <= external/tremolo/Tremolo/vorbisfile.c
  930. external/tremolo/Tremolo/treminfo.c: In function '_vorbis_unpack_books':
  931. external/tremolo/Tremolo/treminfo.c:281:25: warning: comparison is always false due to limited range of data type [-Wtype-limits]
  932. if(ci->floor_type[i]<0 || ci->floor_type[i]>=VI_FLOORB)goto err_out;
  933. ^
  934. target thumb C++: libstagefright_color_conversion <= frameworks/av/media/libstagefright/colorconversion/ColorConverter.cpp
  935. target thumb C++: libstagefright_color_conversion <= frameworks/av/media/libstagefright/colorconversion/SoftwareRenderer.cpp
  936. target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/AutoCorrelation_v5.s
  937. target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/band_nrg_v5.s
  938. target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/CalcWindowEnergy_v5.s
  939. target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/PrePostMDCT_v7.s
  940. target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/R4R8First_v7.s
  941. target asm: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/Radix4FFT_v7.s
  942. target arm C++: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/AACEncoder.cpp
  943. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/basic_op/basicop2.c
  944. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/basic_op/oper_32b.c
  945. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/aac_rom.c
  946. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/aacenc.c
  947. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/aacenc_core.c
  948. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/adj_thr.c
  949. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/band_nrg.c
  950. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/bit_cnt.c
  951. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/bitbuffer.c
  952. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/bitenc.c
  953. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/block_switch.c
  954. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/channel_map.c
  955. frameworks/av/media/libstagefright/codecs/aacenc/src/block_switch.c: In function 'BlockSwitching':
  956. frameworks/av/media/libstagefright/codecs/aacenc/src/block_switch.c:109:8: internal compiler error: Segmentation fault
  957. Word16 BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl,
  958. ^
  959. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/dyn_bits.c
  960. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/grp_data.c
  961. frameworks/av/media/libstagefright/codecs/aacenc/src/dyn_bits.c: In function 'CalcMergeGain':
  962. frameworks/av/media/libstagefright/codecs/aacenc/src/dyn_bits.c:126:1: internal compiler error: Segmentation fault
  963. CalcMergeGain(const SECTION_INFO *sectionInfo,
  964. ^
  965. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/interface.c
  966. 0x77030f crash_signal
  967. ../.././../gcc/gcc-UBER/gcc/toplev.c:337
  968. 0xb32867 subtract_commutative_associative_deps
  969. ../.././../gcc/gcc-UBER/gcc/graphite-dependences.c:430
  970. 0xb32867 compute_deps(scop*, vec<poly_bb*, va_heap, vl_ptr>, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**)
  971. ../.././../gcc/gcc-UBER/gcc/graphite-dependences.c:502
  972. 0xb32df8 loop_level_carries_dependences
  973. ../.././../gcc/gcc-UBER/gcc/graphite-dependences.c:566
  974. 0xb32df8 loop_is_parallel_p(loop*, hash_table<bb_pbb_hasher, xcallocator>, int)
  975. ../.././../gcc/gcc-UBER/gcc/graphite-dependences.c:598
  976. 0xb30e38 translate_clast_for_loop
  977. ../.././../gcc/gcc-UBER/gcc/graphite-clast-to-gimple.c:1203
  978. 0xb30e38 translate_clast_for
  979. ../.././../gcc/gcc-UBER/gcc/graphite-clast-to-gimple.c:1227
  980. 0xb30e38 translate_clast
  981. ../.././../gcc/gcc-UBER/gcc/graphite-clast-to-gimple.c:1310
  982. 0xb31181 gloog(scop*, hash_table<bb_pbb_hasher, xcallocator>)
  983. ../.././../gcc/gcc-UBER/gcc/graphite-clast-to-gimple.c:1715
  984. 0xb2e083 graphite_transform_loops()
  985. ../.././../gcc/gcc-UBER/gcc/graphite.c:304
  986. 0xb2e546 graphite_transforms
  987. ../.././../gcc/gcc-UBER/gcc/graphite.c:332
  988. 0xb2e546 execute
  989. ../.././../gcc/gcc-UBER/gcc/graphite.c:416
  990. Please submit a full bug report,
  991. with preprocessed source if appropriate.
  992. Please include the complete backtrace with any bug report.
  993. See <http://gcc.gnu.org/bugs.html> for instructions.
  994. 0x77030f crash_signal
  995. ../.././../gcc/gcc-UBER/gcc/toplev.c:337
  996. 0xb32867 subtract_commutative_associative_deps
  997. ../.././../gcc/gcc-UBER/gcc/graphite-dependences.c:430
  998. 0xb32867 compute_deps(scop*, vec<poly_bb*, va_heap, vl_ptr>, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**, isl_union_map**)
  999. ../.././../gcc/gcc-UBER/gcc/graphite-dependences.c:502
  1000. 0xb32df8 loop_level_carries_dependences
  1001. ../.././../gcc/gcc-UBER/gcc/graphite-dependences.c:566
  1002. 0xb32df8 loop_is_parallel_p(loop*, hash_table<bb_pbb_hasher, xcallocator>, int)
  1003. ../.././../gcc/gcc-UBER/gcc/graphite-dependences.c:598
  1004. 0xb30e38 translate_clast_for_loop
  1005. ../.././../gcc/gcc-UBER/gcc/graphite-clast-to-gimple.c:1203
  1006. 0xb30e38 translate_clast_for
  1007. ../.././../gcc/gcc-UBER/gcc/graphite-clast-to-gimple.c:1227
  1008. 0xb30e38 translate_clast
  1009. ../.././../gcc/gcc-UBER/gcc/graphite-clast-to-gimple.c:1310
  1010. 0xb31181 gloog(scop*, hash_table<bb_pbb_hasher, xcallocator>)
  1011. ../.././../gcc/gcc-UBER/gcc/graphite-clast-to-gimple.c:1715
  1012. 0xb2e083 graphite_transform_loops()
  1013. ../.././../gcc/gcc-UBER/gcc/graphite.c:304
  1014. 0xb2e546 graphite_transforms
  1015. ../.././../gcc/gcc-UBER/gcc/graphite.c:332
  1016. 0xb2e546 execute
  1017. ../.././../gcc/gcc-UBER/gcc/graphite.c:416
  1018. target arm C: libstagefright_aacenc <= frameworks/av/media/libstagefright/codecs/aacenc/src/line_pe.c
  1019. Please submit a full bug report,
  1020. with preprocessed source if appropriate.
  1021. Please include the complete backtrace with any bug report.
  1022. See <http://gcc.gnu.org/bugs.html> for instructions.
  1023. build/core/binary.mk:702: recipe for target '/home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libstagefright_aacenc_intermediates/src/block_switch.o' failed
  1024. make: *** [/home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libstagefright_aacenc_intermediates/src/block_switch.o] Error 1
  1025. make: *** Warte auf noch nicht beendete Prozesse...
  1026. build/core/binary.mk:702: recipe for target '/home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libstagefright_aacenc_intermediates/src/dyn_bits.o' failed
  1027. make: *** [/home/lennar/optipop/out/target/product/flo/obj/STATIC_LIBRARIES/libstagefright_aacenc_intermediates/src/dyn_bits.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement