Dan Willemsen
d9b773845d
Merge "Turn USE_SOONG_UI on by default"
...
am: 39a6418d76
Change-Id: If4a59c9d051f4d3dd4152f5f30da50bf5feeceaf
2017-02-28 20:42:27 +00:00
Dan Willemsen
39a6418d76
Merge "Turn USE_SOONG_UI on by default"
2017-02-28 20:35:09 +00:00
Elliott Hughes
daac92eb51
Merge "There's no longer a limit on property names."
...
am: dda91dbef8
Change-Id: Ia3e5851c5033b35d28ad1405b863c8305ccd8cf8
2017-02-28 20:18:27 +00:00
Treehugger Robot
dda91dbef8
Merge "There's no longer a limit on property names."
2017-02-28 20:13:14 +00:00
Dan Willemsen
73da612ed0
Turn USE_SOONG_UI on by default
...
Set USE_SOONG_UI=false to disable the new soong_ui wrapper.
Test: m -j blueprint_tools
Test: USE_SOONG_UI=false m -j blueprint_tools
Change-Id: I0b217939a29fd51e69ef594f824b14e25a4c8c4d
2017-02-28 18:57:12 +00:00
Tao Bao
ba765d7c47
Merge "Remove the backwards compatibility support for misc_info.txt."
...
am: 042d5a846f
Change-Id: I1696d4661caa9b5b14121da0f1e0e1bedf6b31bf
2017-02-28 18:10:18 +00:00
Treehugger Robot
042d5a846f
Merge "Remove the backwards compatibility support for misc_info.txt."
2017-02-28 18:05:16 +00:00
Elliott Hughes
05c1a2a55c
There's no longer a limit on property names.
...
Bug: http://b/33926793
Test: boots
Change-Id: I12cdae782090fb0856171e5c90a268e91ba2ae1a
2017-02-28 10:04:23 -08:00
Ryan Campbell
26a4ce0b65
Merge "Support path exclusion for native coverage."
...
am: e317a2d19e
Change-Id: I1b0f1d4bc0664ba5bd0f24dee8e0778d18a82504
2017-02-28 02:11:25 +00:00
Treehugger Robot
e317a2d19e
Merge "Support path exclusion for native coverage."
2017-02-28 02:06:57 +00:00
Tao Bao
6cd54739a4
Remove the backwards compatibility support for misc_info.txt.
...
We introduced META/misc_info.txt to hold the misc info since Gingerbread
(commit 37974731fc
). Remove the backwards
compatibility support for building pre-G TF zips.
Test: `m dist` works.
Change-Id: Ibff7aaf69cc7e460634c049d11a004f7196f8f73
2017-02-27 17:00:13 -08:00
Alex Klyubin
22bcc5db9d
Merge "Make secilc available"
...
am: bbdd0e8745
Change-Id: I6ce67f392ab6523f2ac96e4f32e37a93e9272095
2017-02-27 23:23:57 +00:00
Treehugger Robot
bbdd0e8745
Merge "Make secilc available"
2017-02-27 23:20:59 +00:00
Alex Klyubin
46dd574918
Make secilc available
...
The SELinux policy compiler needs to be available on-device to compile
SELinux policy at boot on some devices. For now, we're including this
unconditionally, but, going forward, we will include this binary only
on devices which need it.
Test: Device boots -- secilc is not yet used anyway
Bug: 31363362
Change-Id: I7712b70d7c5b4c57bec2cdb44519b42d26758d09
2017-02-27 13:28:42 -08:00
Ryan Campbell
b55ff74713
Support path exclusion for native coverage.
...
Specify list of paths to exclude from coverage instrumentation.
Test: make NATIVE_COVERAGE=true COVERAGE_PATHS=hardware/interfaces
COVERAGE_EXCLUDE_PATHS=hardware/interfaces/graphics
Bug: 35769817
Change-Id: I3747fdddb381101b9ebf51909b9686e820148aad
2017-02-27 09:09:16 -08:00
Tao Bao
db5463d8dd
Merge "releasetools: Fix an equality check bug when asserting stash size."
...
am: 2af09af86b
Change-Id: I8b0293834845d0db752805496717f3117ce19f0d
2017-02-26 21:35:52 +00:00
Treehugger Robot
2af09af86b
Merge "releasetools: Fix an equality check bug when asserting stash size."
2017-02-26 21:31:24 +00:00
Tao Bao
e8c68a03c8
releasetools: Fix an equality check bug when asserting stash size.
...
Otherwise the comparison is inconsistent between ReviseStashSize() and
WriteTransfers().
Bug: 35775675
Test: Successfully generate a previously failed incremental.
Change-Id: I554a51a210bf322cb5c79e28cf85607a417b094a
2017-02-26 10:58:22 -08:00
Colin Cross
d730a19870
Merge "Port java.mk desugar changes to host_dalvik_java_library.mk"
...
am: 12e17ca46c
Change-Id: I31bec1f575b0fcf9d4875f381a1f982abc2d9d7b
2017-02-25 01:40:50 +00:00
Treehugger Robot
12e17ca46c
Merge "Port java.mk desugar changes to host_dalvik_java_library.mk"
2017-02-25 01:34:31 +00:00
Chih-Hung Hsieh
a5b0fec8b6
Merge "Add a script to check OWNERS file syntax."
...
am: d84721a2cc
Change-Id: I804d5a19873392d2069bd4662110f10386a8d431
2017-02-25 01:06:38 +00:00
Treehugger Robot
d84721a2cc
Merge "Add a script to check OWNERS file syntax."
2017-02-25 01:00:18 +00:00
Colin Cross
8f2f7b9fab
Port java.mk desugar changes to host_dalvik_java_library.mk
...
host_dalvik_java_library.mk shares less of the implementation
with the device side than I thought, port the desugar changes
from java.mk.
Test: m -j ANDROID_FORCE_JACK_ENABLED=disabled core-oj-hostdex
Change-Id: I5e09673c5eae6bf95d63540e7b626c67da87e9f1
2017-02-24 23:51:12 +00:00
Chih-Hung Hsieh
adaed14ff3
Add a script to check OWNERS file syntax.
...
* -v option to print found files and email addresses.
* -c option to check found email addresses.
Bug: 33166666
Test: ./checkowners.py -v -c `find . -name OWNERS`
Change-Id: I32f23f19e904055e421ddec713536c8a5c970af4
2017-02-24 15:28:29 -08:00
Josh Gao
aa19e7a2bb
Merge "Statically link libwinpthread into windows binaries."
...
am: 61d68b6152
Change-Id: I616c7ddc16239086006f0d9a99fd0742ea0cd780
2017-02-24 21:08:55 +00:00
Josh Gao
61d68b6152
Merge "Statically link libwinpthread into windows binaries."
2017-02-24 21:02:25 +00:00
Dan Willemsen
100edc4a4c
Merge "Add progress indicator to Android.mk includes"
...
am: 353a659a31
Change-Id: Iee11804f88b35c6b6c8da47792dc4568f9862307
2017-02-24 17:56:08 +00:00
Dan Willemsen
353a659a31
Merge "Add progress indicator to Android.mk includes"
2017-02-24 17:50:13 +00:00
Tao Bao
e44f4e439d
Merge "Make the packaging of VBOOT_SIGNER tools conditional."
...
am: 56a2d9ff56
Change-Id: Icaac7d166f3d7d61d7e4480dd15f72cc44817407
2017-02-24 17:45:07 +00:00
Tao Bao
56a2d9ff56
Merge "Make the packaging of VBOOT_SIGNER tools conditional."
2017-02-24 17:41:33 +00:00
Josh Gao
4d9268e704
Statically link libwinpthread into windows binaries.
...
Statically link libwinpthread.a, so that we don't have to ship a
libwinpthread dll with all of our windows exectuables.
Bug: http://b/31665213
Test: wine adb.exe
Test: wine fastboot.exe
Change-Id: I96414e980d8894f8f6a58c1c7bbd9dc5e0f5169c
2017-02-23 17:56:44 -08:00
Tao Bao
d2aed4309a
Make the packaging of VBOOT_SIGNER tools conditional.
...
Otherwise it may fail the targets that don't have
external/vboot_reference in the manifest.
Bug: 35467608
Test: lunch aosp_dragon-userdebug; m otatools-package
Test: lunch aosp_bullhead-userdebug; m otatools-package
Change-Id: I35700a4d7d0723992badcfb4a03be85d07a4b9a9
2017-02-23 14:32:44 -08:00
Colin Cross
dced3d40ad
Merge "Remove cpusets and schedboost product variables"
...
am: 1adeeb8b3c
Change-Id: I850154eab83fa021423630d935b84afa20e7eced
2017-02-23 19:21:13 +00:00
Treehugger Robot
1adeeb8b3c
Merge "Remove cpusets and schedboost product variables"
2017-02-23 19:16:07 +00:00
Tao Bao
3dec68ea3f
Merge "Makefile: Add the missing dependency on FUTILITY."
...
am: 4e429cccd6
Change-Id: I4e26b51ae65f1d13bf4d8e959422876c0956c568
2017-02-23 18:52:41 +00:00
Tao Bao
4e429cccd6
Merge "Makefile: Add the missing dependency on FUTILITY."
2017-02-23 18:47:13 +00:00
Colin Cross
4a4325d313
Merge "Pass min sdk version to dx and desugar"
...
am: bbad7c3e1f
Change-Id: I5bfc25abcca9a3cfcb22ed0c5bf39e626fe64ec4
2017-02-23 18:20:23 +00:00
Colin Cross
bbad7c3e1f
Merge "Pass min sdk version to dx and desugar"
2017-02-23 18:18:38 +00:00
Colin Cross
119e97b375
Remove cpusets and schedboost product variables
...
They are no longer needed, remove them.
Bug: 35129304
Bug: 35128496
Test: builds
Change-Id: Ic0bb04f80d78a1aef2adfeb2af816eecabdbc4ba
2017-02-23 09:47:36 -08:00
Tao Bao
4b577413ff
Makefile: Add the missing dependency on FUTILITY.
...
Bug: 35467608
Test: lunch aosp_dragon-userdebug; m dist
Change-Id: If3824ac22926f3c3cc09d5b82cb0f6da4132f937
2017-02-22 22:54:49 -08:00
Colin Cross
c432176a09
Merge "Don't duplicate default platform libraries into proguard flags"
...
am: f7b6bf8cb1
Change-Id: Ie0320268dcd5c751570fe333f0e32cfdd7c81524
2017-02-23 02:15:18 +00:00
Colin Cross
f7b6bf8cb1
Merge "Don't duplicate default platform libraries into proguard flags"
2017-02-23 02:12:27 +00:00
Colin Cross
5118a25bd9
Don't duplicate default platform libraries into proguard flags
...
Test: builds
Change-Id: Ib972d954972614f3e6ce522c58fce06beeda3cea
2017-02-22 14:37:03 -08:00
Simran Basi
0d0f7e1c7b
Merge "Add device-tests and general-tests make targets."
...
am: c436f9eeec
Change-Id: Ic238377df600af06397d31bd4f5661e9a7e5316e
2017-02-22 19:46:18 +00:00
Treehugger Robot
c436f9eeec
Merge "Add device-tests and general-tests make targets."
2017-02-22 19:35:47 +00:00
Dan Willemsen
33631b3580
Add progress indicator to Android.mk includes
...
Test: m -j
Change-Id: I1e6fd020a06b49c243be14953d9f417e64ac7b8b
2017-02-22 11:20:51 -08:00
Colin Cross
536ef4e35a
Pass min sdk version to dx and desugar
...
Test: make checkbuild
Change-Id: Idde9712508571ea623126c7d25d2fa67eccf4833
2017-02-22 11:10:37 -08:00
Paul Duffin
3e93d553ec
Merge "Filter JUnit and android.test classes from applications using proguard"
...
am: 38a231d6c3
Change-Id: I42f53657f38aaead6bfde4015992991dbb058575
2017-02-22 12:20:54 +00:00
Paul Duffin
38a231d6c3
Merge "Filter JUnit and android.test classes from applications using proguard"
2017-02-22 12:15:27 +00:00
Colin Cross
f78a2f821c
Merge "Use ifndef or ifeq () instead of ifeq """
...
am: 1948f64dd5
Change-Id: I0a582b85ae540f9b164c93cf5363049258983a64
2017-02-22 04:30:00 +00:00