Chih-Hung Hsieh
e3345c438b
Merge "Use parallel subprocesses to classify warnings."
...
am: 92396e1747
Change-Id: I6e92d8d5a6ee4ca8e9fa626064f5d5752197d739
2016-10-18 04:01:15 +00:00
Treehugger Robot
92396e1747
Merge "Use parallel subprocesses to classify warnings."
2016-10-18 03:49:49 +00:00
Stephen Hines
2f64eb88e5
Split apart frameworks/compile into sub-projects.
...
am: d0aec89d43
Change-Id: I52500c1d216dfc26628835c87fb81d1bf5393c62
2016-10-18 01:08:34 +00:00
Chih-Hung Hsieh
a6bd044ac1
Use parallel subprocesses to classify warnings.
...
* Add a --processes flag to specify number of parallel processes,
with default multiprocessing.cpu_count().
* Wrap long line to suppress pylint warning.
Test: run warn.py with a large build.log file.
Change-Id: I9a93a9324bc531c1bce741367013051ce40a67fa
2016-10-17 17:47:20 -07:00
Stephen Hines
d0aec89d43
Split apart frameworks/compile into sub-projects.
...
These projects are all used by RenderScript, but it would be good to
differentiate warnings for each.
Change-Id: I983279d590630175a36075b01e8eec9100c07d26
Test: Ran warn.py
2016-10-17 15:40:38 -07:00
Mark Salyzyn
2421b1c099
Merge "zipalign missing header"
...
am: 94180579f7
Change-Id: I4643aebbb73a5d9103de48147d5a4a25c2db6ca4
2016-10-17 21:56:52 +00:00
Mark Salyzyn
404fd5bc4a
zipalign missing header
...
Remove assumptions about header side effects
Test: compile
Bug: 30465923
Change-Id: I117567b0f99814b9d9a955b39c56f43f7972cf62
2016-10-17 12:22:44 -07:00
Chih-hung Hsieh
fd9558d09a
Merge "Add more patterns for a finer project warning list."
...
am: 8ef4397c22
Change-Id: I5e377a80abc1953455b9b8a1840f579b7f133475
2016-10-15 01:44:04 +00:00
Chih-hung Hsieh
8ef4397c22
Merge "Add more patterns for a finer project warning list."
2016-10-15 01:36:59 +00:00
Sasha Levitskiy
1ea9eacdae
Merge "build: tools: Add json collection of installed files with hashes."
...
am: fe77369b50
Change-Id: Ib3e9c8dead0a6fdbb0f93690da66e2a8e1ea0f39
2016-10-15 01:13:22 +00:00
Sasha Levitskiy
4a34533e11
build: tools: Add json collection of installed files with hashes.
...
Adds installed-files.json in addition to installed-files.txt
Further sorts the file list to be ordered within the same size bucket.
Test: manual, cross-checked checksums with sha256sum utility
checked build outputs.
Bug: 19988819
Merged-in: Ifb632eb4df65ec48645c8f93e36bae44ccc52ba8
Change-Id: Ifb632eb4df65ec48645c8f93e36bae44ccc52ba8
Signed-off-by: Sasha Levitskiy <sanek@google.com>
2016-10-14 16:29:16 -07:00
Chih-Hung Hsieh
144864eed0
Add more patterns for a finer project warning list.
...
Bug: 31377083
Test: run warn.py --byproject build.log
Change-Id: I3cad8e24bc97a84f067a162ff728e30fde3c7197
2016-10-14 12:27:17 -07:00
Alex Deymo
ad5b6d2acb
fat16copy: Fix allocation logic when extending directories. am: a1c977735b
am: a507800e5f
...
am: 0931a41ea5
Change-Id: Iaad5cd91d5f09da7996c791ed55515c3d633c9ae
2016-10-14 03:32:45 +00:00
Alex Deymo
556d863425
fat16copy: Sort new directory entries. am: 567c5d0f95
am: cf24e4b85f
...
am: 3c6bf619ac
Change-Id: I689251be77849cb3ae1cdfa595d4ff3111f59ab5
2016-10-14 03:32:40 +00:00
Casey Dahlin
2ca8667d9e
Make fat16copy.py add . and .. entries to directories am: df71efe378
am: 8cf11d1423
...
am: 70e24e55b3
Change-Id: Ib3b8a5e1145451ea52158a1ca23a62902f2794d4
2016-10-14 03:32:34 +00:00
Alex Deymo
0931a41ea5
fat16copy: Fix allocation logic when extending directories. am: a1c977735b
...
am: a507800e5f
Change-Id: Ida8f372a1656ff0b4059c8b2d5629ea1b479c9fc
2016-10-14 03:27:14 +00:00
Alex Deymo
3c6bf619ac
fat16copy: Sort new directory entries. am: 567c5d0f95
...
am: cf24e4b85f
Change-Id: I109b9e0d9f9e3bf6851b575a3b9576282b851c0a
2016-10-14 03:27:09 +00:00
Casey Dahlin
70e24e55b3
Make fat16copy.py add . and .. entries to directories am: df71efe378
...
am: 8cf11d1423
Change-Id: I6f2dd99f66ffafffca7161cc578cc08f7c798078
2016-10-14 03:27:04 +00:00
Alex Deymo
a507800e5f
fat16copy: Fix allocation logic when extending directories.
...
am: a1c977735b
Change-Id: I5bc6da73f2c5f9dfb9b9e9cf34b77481d45ab911
2016-10-14 03:24:14 +00:00
Alex Deymo
cf24e4b85f
fat16copy: Sort new directory entries.
...
am: 567c5d0f95
Change-Id: I2d7bc7b3e7ed5e0ddf940d490de439ff591c9817
2016-10-14 03:24:09 +00:00
Casey Dahlin
8cf11d1423
Make fat16copy.py add . and .. entries to directories
...
am: df71efe378
Change-Id: Idc2516c8a29d62589f355e8bdbbaade170a5cdb5
2016-10-14 03:24:04 +00:00
Alex Deymo
3b54b69205
Merge changes Ie3d82cfa,I2f808896,I587f400d
...
* changes:
fat16copy: Fix allocation logic when extending directories.
fat16copy: Sort new directory entries.
Make fat16copy.py add . and .. entries to directories
2016-10-14 03:19:55 +00:00
Dan Willemsen
a62ff78df4
Update droiddoc templates for build/make move
...
am: 0f40bafa96
Change-Id: I74f5c5bb84c5a748ea38e6c8015dce8ecc269aaa
2016-10-12 19:21:52 +00:00
Clay Murphy
f8d8458edd
Merge "Update droiddoc templates for build/make move"
2016-10-12 18:34:23 +00:00
Dan Willemsen
0f40bafa96
Update droiddoc templates for build/make move
...
Since build/ was moved to build/make/, the droiddoc templates now need
another ../ to reach the android root.
Test: m online-sac-docs
Change-Id: I2393f6c791df9b67ccafb4eb047fd8ccc52481cb
2016-10-12 10:35:53 -07:00
Chih-Hung Hsieh
71155edd09
Merge "Better pattern matching and dump of warning messages." am: 6949e7ecba
am: 1a876e215b
...
am: fbb1b890fa
Change-Id: Icaff358e282166c635c3ac2edd3297547c32cf6d
2016-10-12 16:59:33 +00:00
Chih-Hung Hsieh
ae1a5c973b
Merge "Normalize warning source file path to relative path." am: eb2f711528
am: d4b0a20c01
...
am: b4a26ee48f
Change-Id: I9fa7bdf12f86f65259409a1dc0735ab455ea6320
2016-10-12 16:59:19 +00:00
Chih-Hung Hsieh
fbb1b890fa
Merge "Better pattern matching and dump of warning messages." am: 6949e7ecba
...
am: 1a876e215b
Change-Id: Ieeb9fe468a12aeb532f35ede9879f3968441709d
2016-10-12 16:52:01 +00:00
Chih-Hung Hsieh
b4a26ee48f
Merge "Normalize warning source file path to relative path." am: eb2f711528
...
am: d4b0a20c01
Change-Id: I16d7425b3a933596c06ee7acdf396b0b2b37a483
2016-10-12 16:51:46 +00:00
Treehugger Robot
6949e7ecba
Merge "Better pattern matching and dump of warning messages."
2016-10-12 16:35:34 +00:00
Dan Willemsen
82be5468c3
Update droiddoc templates for build/make move
...
Since build/ was moved to build/make/, the droiddoc templates now need
another ../ to reach the android root.
Test: m online-sac-docs
Change-Id: I2393f6c791df9b67ccafb4eb047fd8ccc52481cb
2016-10-12 00:10:33 -07:00
Chih-Hung Hsieh
5722f9247b
Better pattern matching and dump of warning messages.
...
* Warning messages must start with source file path.
This will reject lines containing only 'warning:'
but not a source file path prefix.
* Escape both backslash and quotation marks in the
dump of strings to JavaScript string literals.
Bug: 32060052
Test: run through build.log files
Change-Id: Ib064768b1ba2954f974604ea054f7a6d2ad15ae7
2016-10-11 15:33:19 -07:00
Chih-Hung Hsieh
a45c5c1cf9
Normalize warning source file path to relative path.
...
Remove Android root directory path from long
absolute source file path.
Test: run warn.py with build.log
Bug: 32059187
Change-Id: Ib630cebd8c56a9fef443139ca502d97e59c7b42e
2016-10-11 15:30:26 -07:00
Yunlian Jiang
b087e00ba0
Merge "Fix a nullness warning." am: b37e81d3cd
am: 10b5a9d3f6
...
am: ea4f981031
Change-Id: Ie1fd127b89e6bc37514b05051708e69f37ae95f9
2016-10-11 19:48:01 +00:00
Yunlian Jiang
ea4f981031
Merge "Fix a nullness warning." am: b37e81d3cd
...
am: 10b5a9d3f6
Change-Id: I07c3a7c4f8b08b3b9c0a90a6b72cae70efcf9f4e
2016-10-11 19:42:01 +00:00
Treehugger Robot
b37e81d3cd
Merge "Fix a nullness warning."
2016-10-11 19:29:37 +00:00
Yunlian Jiang
4fdd8f156d
Merge "Fix an uninitialized value warning." am: f943e138d7
am: d7a0b25d66
...
am: 570063f82d
Change-Id: Iefbe15d4bb48b9e92df1a2223cccec0a32000452
2016-10-11 03:05:28 +00:00
Yunlian Jiang
570063f82d
Merge "Fix an uninitialized value warning." am: f943e138d7
...
am: d7a0b25d66
Change-Id: I0f19e57829765e7d070cad4370d808a3a23d46ad
2016-10-11 02:59:59 +00:00
Treehugger Robot
f943e138d7
Merge "Fix an uninitialized value warning."
2016-10-11 02:43:47 +00:00
Yunlian Jiang
221c1c027a
Fix an uninitialized value warning.
...
Warning from the static analyzer:
build/tools/zipalign/ZipFile.cpp:503:5: warning: Function call argument
is an uninitialized value
pEntry->setDataInfo(uncompressedLen, endPosn - startPosn, crc,
Specifically, it's referencing `crc`, which would be uninitialized if we
hit either of these two error cases, since we'd return `NO_ERROR`.
Note that the warning is still there, but that's only because the static
analyzer can't see the asserts. If we #undef NDEBUG in the file, then
the warning disappears.
Bug: none
Test: With NDEBUG undefined, the warning is gone.
Change-Id: Iaed66127746c38add2c842ab027f2e1982d0e2fd
2016-10-10 17:31:06 -07:00
Dirk Dougherty
7f56225968
Fix samples metadata concat. am: 8d565ed204
...
am: 22fe7409a4
Change-Id: I08418dfb23d225fa73ed21cb0704b69c2c8d0028
2016-10-08 02:31:32 +00:00
Dirk Dougherty
22fe7409a4
Fix samples metadata concat.
...
am: 8d565ed204
Change-Id: Ic1a7d62fb278022518154f9c8fe3394df620670c
2016-10-08 02:27:02 +00:00
Dirk Dougherty
8d565ed204
Fix samples metadata concat.
...
Change-Id: Ie9b616818995b3066d0e65ea1aa30077ed9d82ce
2016-10-07 12:12:50 -07:00
Amanda Kassay
284c15d7c2
Adding excludeFromSuggestions, wear preview project path, and android wear/tv/auto/versions projectsw to template am: b5c04107af
...
am: 95bf07b069
Change-Id: I58488322e94b7e1ece1f77fdc600bc1fac6442b0
2016-10-06 16:55:32 +00:00
Amanda Kassay
95bf07b069
Adding excludeFromSuggestions, wear preview project path, and android wear/tv/auto/versions projectsw to template
...
am: b5c04107af
Change-Id: I0dbabb4c9dfa21971d6c46f3eb68aedec377968b
2016-10-06 16:52:32 +00:00
Chih-hung Hsieh
9031974b1f
Merge "Add a new ANALYZER severity group." am: 89244619ad
am: 8a2f279b37
...
am: 9a838ef507
Change-Id: I44d24577700403f26544a443fc47f1453daa1010
2016-10-05 23:43:52 +00:00
Chih-hung Hsieh
9a838ef507
Merge "Add a new ANALYZER severity group." am: 89244619ad
...
am: 8a2f279b37
Change-Id: If326565dda294235df273211ba2fb21ef4c292c9
2016-10-05 23:41:21 +00:00
Chih-hung Hsieh
89244619ad
Merge "Add a new ANALYZER severity group."
2016-10-05 23:31:43 +00:00
Dan Willemsen
c9c6284660
Merge "Add tool to run kati for all products" am: 480678e220
am: 652c4b4001
...
am: 8c0a4f49a2
Change-Id: I086f181ffcd8291fa950c084f0471686d845eaf7
2016-10-05 23:04:28 +00:00
Dan Willemsen
8c0a4f49a2
Merge "Add tool to run kati for all products" am: 480678e220
...
am: 652c4b4001
Change-Id: I70645fc341fa1df26635d60731c8877421f73ead
2016-10-05 23:01:28 +00:00