OSDN Git Service

android-x86/build.git
8 years agoSwitch to production constant for v2 signing scheme ID.
Alex Klyubin [Tue, 16 Feb 2016 20:42:37 +0000 (12:42 -0800)]
Switch to production constant for v2 signing scheme ID.

Bug: 25794543
Change-Id: I0e06f31ea3117c6865d18f853f99304964b323b4

8 years agoMerge "Add new package: java.util.function"
Neil Fuller [Tue, 16 Feb 2016 13:15:29 +0000 (13:15 +0000)]
Merge "Add new package: java.util.function"

8 years agoAdd new package: java.util.function
Neil Fuller [Wed, 27 Jan 2016 15:57:20 +0000 (15:57 +0000)]
Add new package: java.util.function

Bug: 26814204
(cherry-picked from commit 9429a880a347de14ecc4971cb9fe25b52fab7950)

Change-Id: Ibd4f7a985ddcdb7564a79326ce846257882e294f

8 years agoMerge "Remove debug statement"
Dan Willemsen [Fri, 12 Feb 2016 23:41:37 +0000 (23:41 +0000)]
Merge "Remove debug statement"

8 years agoMerge "Use newest clang static analyzers."
Chih-hung Hsieh [Fri, 12 Feb 2016 17:33:40 +0000 (17:33 +0000)]
Merge "Use newest clang static analyzers."

8 years agoUse newest clang static analyzers.
Chih-Hung Hsieh [Tue, 2 Feb 2016 19:30:39 +0000 (11:30 -0800)]
Use newest clang static analyzers.

* When WITH_STATIC_ANALYZER is set and non-zero, and clang compiler is used,
  call new clang ccc-analyzer or c++-analyzer.
* Otherwise, if WITH_SYNTAX_CHECK is set and non-zero,
  call compiler with -fsyntax-only.
* Replace "--sysroot=path" with "--sysroot path", to work with ccc-analyzer.
* ccc-analyzer executes the original compilation command to generate
  object files before calling clang with --analyze to do static analysis.
* When clang is called with --analyze, macro __clang_analyzer__ is defined.

BUG: 13287788

Change-Id: I5edb25b52998d871385dd000778db2ce83224078

8 years agoMerge "fs_config: error on multiple specifications of android_filesystem_config.h"
Dan Willemsen [Thu, 11 Feb 2016 21:01:18 +0000 (21:01 +0000)]
Merge "fs_config: error on multiple specifications of android_filesystem_config.h"

8 years agoMerge "Makefile: Add the missing library in otatools.zip."
Tao Bao [Thu, 11 Feb 2016 18:51:04 +0000 (18:51 +0000)]
Merge "Makefile: Add the missing library in otatools.zip."

8 years agoMakefile: Add the missing library in otatools.zip.
Tao Bao [Thu, 11 Feb 2016 17:50:41 +0000 (09:50 -0800)]
Makefile: Add the missing library in otatools.zip.

With the change in [1], delta_generator now needs
libprotobuf-cpp-lite.so instead of libprotobuf-cpp-lite-rtti.so to
generate A/B payloads.

[1] commit ab5bd668f6be600a8cceb8772e426c0aa902a5e1

Bug: 27145830
Change-Id: Ib9a93bf0fbe7fa44fc5fb94668d17fa1a2e07b05
(cherry picked from commit fdd2693b650d24d98dd694508724b901f50f278f)

8 years agofs_config: error on multiple specifications of android_filesystem_config.h
William Roberts [Thu, 11 Feb 2016 18:35:07 +0000 (10:35 -0800)]
fs_config: error on multiple specifications of android_filesystem_config.h

Multiple files added to TARGET_ANDROID_FILESYSTEM_CONFIG_H will build,
however the tooling will only respect the first header found. The
sanity check in the makefile will only check the first path found for
proper naming convention. One can end up with a successful build that
does not respect all files in the TARGET_ANDROID_FILESYSTEM_CONFIG_H.

Check that one and only one item is set to
TARGET_ANDROID_FILESYSTEM_CONFIG_H variable.

Output:
*** Multiple fs_config files specified, see "device/lge/bullhead/two/android_filesystem_config.h device/lge/bullhead/one/android_filesystem_config.h"..

Change-Id: I70a43f44713b273cb9a78f54ff16854b9e11af4a
Signed-off-by: William Roberts <william.c.roberts@intel.com>
8 years agoMerge "Remove usages of jill.jar, use jack instead"
Sebastien Hertz [Thu, 11 Feb 2016 08:48:44 +0000 (08:48 +0000)]
Merge "Remove usages of jill.jar, use jack instead"

8 years agoRemove debug statement
Dan Willemsen [Wed, 10 Feb 2016 22:39:27 +0000 (14:39 -0800)]
Remove debug statement

Change-Id: Ic8b6082a61e2fb1b09b2b254312d3dc7ef59d987

8 years agoMerge "Sign APKs using SHA-256 instead of SHA-1 when possible."
Alex Klyubin [Wed, 10 Feb 2016 21:35:05 +0000 (21:35 +0000)]
Merge "Sign APKs using SHA-256 instead of SHA-1 when possible."

8 years agoMerge "Fix metadata location when file system doesn't span the partition"
Sami Tolvanen [Wed, 10 Feb 2016 18:50:17 +0000 (18:50 +0000)]
Merge "Fix metadata location when file system doesn't span the partition"

8 years agoMerge "Tell Soong about HOST_CROSS_*"
Dan Willemsen [Wed, 10 Feb 2016 18:13:22 +0000 (18:13 +0000)]
Merge "Tell Soong about HOST_CROSS_*"

8 years agoSign APKs using SHA-256 instead of SHA-1 when possible.
Alex Klyubin [Wed, 13 Jan 2016 18:32:47 +0000 (10:32 -0800)]
Sign APKs using SHA-256 instead of SHA-1 when possible.

This changes the build system to provide the signapk tool with the
minSdkVersion of the APK being signed. signapk in turn will then use
SHA-256 instead of SHA-1 if minSdkVersion is 18 (JB MR2) or higher
(see c2c49ed0c13846f7f96249c7419971dfcddc9215).

To avoid increasing incremental OTA update package sizes for already
released platforms, release build scripts disable the above logic when
signing target files ZIPs for pre-N platforms.

Bug: 25643280

Change-Id: I3f2faaf49c6fa392ffbf1ee9f30de476f9f73231

8 years agoFix metadata location when file system doesn't span the partition
Sami Tolvanen [Tue, 9 Feb 2016 20:28:58 +0000 (12:28 -0800)]
Fix metadata location when file system doesn't span the partition

Pad the sparse image with a zero fill chunk to correctly position
verity and FEC metadata at the end of the partition.

Bug: 27073791
Change-Id: I9f70d579a42e5007d50e9c02a98a608d2815f0ed

8 years agoRemove usages of jill.jar, use jack instead
Yohann Roussel [Tue, 19 Jan 2016 15:08:34 +0000 (16:08 +0100)]
Remove usages of jill.jar, use jack instead

Bug: 27113650
(cherry picked from commit d0bb7bdf5a62fd1cd0469e0b5d6b54feaecb3cdd)

Change-Id: Ie9be0d5c7e43ea857411431bb79db5cbb476484f

8 years agoMerge "releasetools: Add two new entries to metadata."
Tao Bao [Wed, 10 Feb 2016 17:05:47 +0000 (17:05 +0000)]
Merge "releasetools: Add two new entries to metadata."

8 years agoMerge "improve performance of blockimgdiff"
Doug Zongker [Wed, 10 Feb 2016 16:52:10 +0000 (16:52 +0000)]
Merge "improve performance of blockimgdiff"

8 years agoimprove performance of blockimgdiff
Doug Zongker [Tue, 9 Feb 2016 16:28:09 +0000 (08:28 -0800)]
improve performance of blockimgdiff

Substantially improves the performance of some BlockImageDiff steps on
large images.  GenerateDigraph and AssertSequenceGood are now linear in
the number of blocks in the target image rather than quadratic in the
size of the partition.  FindVertexSequence tracks the score of each
vertex, the set of sources and sinks, and maintains a heap for finding
the best vertex to use for the greedy step, instead of repeatedly
re-scanning the set of remaining vertexes.

Change-Id: Ifeea5053d80ef4f06a5aa239c9a1797dd5e47841

8 years agoMerge "Use Jan 1 2009 as timestamp in OTA update ZIPs."
Alex Klyubin [Wed, 10 Feb 2016 01:08:12 +0000 (01:08 +0000)]
Merge "Use Jan 1 2009 as timestamp in OTA update ZIPs."

8 years agoTell Soong about HOST_CROSS_*
Dan Willemsen [Tue, 9 Feb 2016 22:55:13 +0000 (14:55 -0800)]
Tell Soong about HOST_CROSS_*

This configures Soong to build windows binaries, which requires support
for 64-bit windows binaries in BUILD_PREBUILT for USE_SOONG=true.

module_arch_supported.mk did not support 64-bit being the secondary
architecture when evaluating multilib conditionals. All other uses of
HOST_*_IS_64_BIT already check the proper version.

Change-Id: Iff664733e6991f4adbe8ddd620b091bbb55d1d86

8 years agoMerge "Allow java targets to support 1.8 source / target"
Neil Fuller [Tue, 9 Feb 2016 23:01:40 +0000 (23:01 +0000)]
Merge "Allow java targets to support 1.8 source / target"

8 years agoUse Jan 1 2009 as timestamp in OTA update ZIPs.
Alex Klyubin [Tue, 9 Feb 2016 21:09:57 +0000 (13:09 -0800)]
Use Jan 1 2009 as timestamp in OTA update ZIPs.

This is a follow-up to 6c41036bcf35fe39162b50d27533f0f3bfab3028 where
I forgot to update a section of OTA update ZIP code.

Bug: 26864066
Change-Id: Idbcde71d6377a16807e41c999120eeddd5b4d8a4

8 years agoMerge "Add 64-bit windows cross-compiles"
Dan Willemsen [Tue, 9 Feb 2016 20:54:10 +0000 (20:54 +0000)]
Merge "Add 64-bit windows cross-compiles"

8 years agoMerge "Disable java when JAVA_NOT_REQUIRED is set"
Dan Willemsen [Tue, 9 Feb 2016 05:21:39 +0000 (05:21 +0000)]
Merge "Disable java when JAVA_NOT_REQUIRED is set"

8 years agoDisable java when JAVA_NOT_REQUIRED is set
Dan Willemsen [Sat, 6 Feb 2016 02:24:17 +0000 (18:24 -0800)]
Disable java when JAVA_NOT_REQUIRED is set

Change-Id: Id3056cde93302be20000bf7af33aeed0fa8fdf52

8 years agoMerge "Revert "Do not diff .odex files""
Dan Willemsen [Mon, 8 Feb 2016 22:40:33 +0000 (22:40 +0000)]
Merge "Revert "Do not diff .odex files""

8 years agoRevert "Do not diff .odex files"
Dan Willemsen [Mon, 8 Feb 2016 20:48:48 +0000 (20:48 +0000)]
Revert "Do not diff .odex files"

The bug has been fixed, .odex files are deterministic.

This reverts commit c4438d3d29389d0df0b744c339d67f4a673be96c.

Bug: 26956807
Change-Id: Iaa42dfba5cf79ee64ac20cf4f1f3a4598f4275f4

8 years agoreleasetools: Add two new entries to metadata.
Tao Bao [Thu, 4 Feb 2016 22:26:02 +0000 (14:26 -0800)]
releasetools: Add two new entries to metadata.

Add "ota-required-cache" into the metadata file in an OTA package,
which shows the minimum free space on /cache to apply the update.

Add "ota-type" into the metadata file, which shows the OTA type for
this package (i.e. one of FILE, BLOCK and AB).

Also add the cache free space check into updater-script when generating
block-based incremental OTAs (we only had such lines for file-based
incrementals before).

Bug: 26731903
Change-Id: Id6ff0fc4cdfb1443636b0b3800b0f8bddb5bb1d0

8 years agoAdd 64-bit windows cross-compiles
Dan Willemsen [Sat, 6 Feb 2016 00:20:19 +0000 (16:20 -0800)]
Add 64-bit windows cross-compiles

This is mostly the same as the existing 2ND_HOST / HOST_CROSS support.

The interesting thing I did here was make x86 the 'first' architecture,
and x86_64 the second. This way LOCAL_MULTILIB := first defaults to
32-bit windows modules.

  windows-x86/bin   <- defaults to 32-bit executables
  windows-x86/lib   <- 32-bit libraries, like before
  windows-x86/lib64 <- 64-bit libraries
  windows-x86/obj   <- 32-bit intermediates
  windows-x86/obj64 <- 64-bit intermediates

Then modules are registered with the names:

  host_cross_liblog    <- 32-bit, like before
  host_cross_liblog_64 <- 64-bit

Bug: 26957718
Change-Id: I9f119411acb43e973ec1e6bca3c1dc291c91556c

8 years agoMerge "ota_from_target_files: Include the payload properties."
Alex Deymo [Fri, 5 Feb 2016 23:11:18 +0000 (23:11 +0000)]
Merge "ota_from_target_files: Include the payload properties."

8 years agoMerge "Fix unused src tracking for generated .o files"
Dan Willemsen [Fri, 5 Feb 2016 18:12:20 +0000 (18:12 +0000)]
Merge "Fix unused src tracking for generated .o files"

8 years agoota_from_target_files: Include the payload properties.
Alex Deymo [Fri, 5 Feb 2016 06:29:29 +0000 (22:29 -0800)]
ota_from_target_files: Include the payload properties.

When building an A/B OTA package, include the payload.bin properties as
a key-value pairs text file, so it can easily be passed to
update_engine during payload application.

Bug: 26991255
TEST=`ota_from_target_files out/dist/${BOARD}-target_files.zip full-ota.zip` includes the properties.

Change-Id: I445c8a8e412a8e16b48b6ee626db8e27d48a38a9

8 years agoMerge "Don't build otatools for PDK"
Colin Cross [Thu, 4 Feb 2016 23:49:41 +0000 (23:49 +0000)]
Merge "Don't build otatools for PDK"

8 years agoMerge "Remove USE_CLANG_PLATFORM_BUILD in BoardConfig.mk"
Chih-hung Hsieh [Thu, 4 Feb 2016 23:22:19 +0000 (23:22 +0000)]
Merge "Remove USE_CLANG_PLATFORM_BUILD in BoardConfig.mk"

8 years agoMerge "Build .toc when building a module by name"
Colin Cross [Thu, 4 Feb 2016 23:13:31 +0000 (23:13 +0000)]
Merge "Build .toc when building a module by name"

8 years agoDon't build otatools for PDK
Colin Cross [Thu, 4 Feb 2016 23:09:23 +0000 (15:09 -0800)]
Don't build otatools for PDK

Change-Id: I5e73d103300ac938f80b3ff0af978c123d649fed

8 years agoFix unused src tracking for generated .o files
Dan Willemsen [Thu, 4 Feb 2016 22:18:48 +0000 (14:18 -0800)]
Fix unused src tracking for generated .o files

*.o files that are passed in via LOCAL_GENERATED_SOURCES are added
directly to all_objects, they are not mixed with the normal_objects that
we track. So omit them from they my_gen_src_files list so that we don't
warn that they're unused.

Change-Id: I94b85504032e70fbcc00207d6200557700dd0a89

8 years agoBuild .toc when building a module by name
Colin Cross [Thu, 4 Feb 2016 21:28:04 +0000 (13:28 -0800)]
Build .toc when building a module by name

Building a module by name with make <module name>, or with mm or mma
through all_modules, should also build the .toc file so that future uses
of mm on modules that depend on this one can find the .toc file.

Bug: 26936761
Change-Id: Id0c592f0860a10b732b2b5b13c7e967c9bcb1c6b

8 years agoMerge "Fix LLVM_RTLIB_PATH for new prebuilts."
Stephen Hines [Thu, 4 Feb 2016 19:46:07 +0000 (19:46 +0000)]
Merge "Fix LLVM_RTLIB_PATH for new prebuilts."

8 years agoFix LLVM_RTLIB_PATH for new prebuilts.
Stephen Hines [Thu, 4 Feb 2016 19:43:41 +0000 (11:43 -0800)]
Fix LLVM_RTLIB_PATH for new prebuilts.

This moved from lib/ to lib64/, but wasn't noticed because no one builds
with the profiler on by default.

Change-Id: I0155263b4a50437ea0864338fb34baefc3df59d2

8 years agoRemove USE_CLANG_PLATFORM_BUILD in BoardConfig.mk
Chih-Hung Hsieh [Thu, 4 Feb 2016 18:55:56 +0000 (10:55 -0800)]
Remove USE_CLANG_PLATFORM_BUILD in BoardConfig.mk

Use global default USE_CLANG_PLATFORM_BUILD set in core/envsetup.mk,
or user provided environment variable USE_CLANG_PLATFORM_BUILD.

BUG: 26102335
Change-Id: I7e12219a60f36bb44797bb028b4a5873a67c9210

8 years agoMerge "Switch to clang-2577113."
Stephen Hines [Thu, 4 Feb 2016 07:34:05 +0000 (07:34 +0000)]
Merge "Switch to clang-2577113."

8 years agoMerge changes I2e00bb66,I00890229
Dan Willemsen [Wed, 3 Feb 2016 18:57:07 +0000 (18:57 +0000)]
Merge changes I2e00bb66,I00890229

* changes:
  Do not diff .odex files
  Diff libpac.so now that it is deterministic

8 years agoDo not diff .odex files
Dan Willemsen [Wed, 3 Feb 2016 18:46:39 +0000 (10:46 -0800)]
Do not diff .odex files

They still are not deterministic -- only the boot images were made
deterministic (.oat/.art).

Bug: 26956807
Change-Id: I2e00bb6662b4c8d184c48ef9aa34b39142c94893

8 years agoDiff libpac.so now that it is deterministic
Dan Willemsen [Wed, 3 Feb 2016 18:45:25 +0000 (10:45 -0800)]
Diff libpac.so now that it is deterministic

Bug: 25348136
Change-Id: I008902299281b5ddd55a9b8c405d53eea2d56c8b

8 years agoAllow java targets to support 1.8 source / target
Neil Fuller [Sat, 16 Jan 2016 03:41:26 +0000 (19:41 -0800)]
Allow java targets to support 1.8 source / target

This change enables build rules to specify:

LOCAL_JAVA_LANGUAGE_VERSION := 1.8

to enable -source 1.8 -target 1.8 for javac and
equivalent flags for Jack.

Bug: 26753820
(cherry-picked from commit cdfbe4a8522b9a13ffe6ac1f826a1d6760f87d60)

Change-Id: I361c99dd599e7b4a041f02c9562e461da2b0502e

8 years agoMerge "Move PDK selection into config.mk"
Colin Cross [Tue, 2 Feb 2016 20:34:30 +0000 (20:34 +0000)]
Merge "Move PDK selection into config.mk"

8 years agoMerge "Fix typo"
Dan Willemsen [Tue, 2 Feb 2016 17:56:57 +0000 (17:56 +0000)]
Merge "Fix typo"

8 years agoSwitch to clang-2577113.
Stephen Hines [Fri, 22 Jan 2016 23:12:49 +0000 (15:12 -0800)]
Switch to clang-2577113.

Bug: http://b/25282907

This is actually based on clang/LLVM upstream revision r256229.

Change-Id: I335be68f196e5b55ac2816fa854e97b841b54240

8 years agoMerge "Support code coverage with Jack"
Sebastien Hertz [Tue, 2 Feb 2016 07:31:37 +0000 (07:31 +0000)]
Merge "Support code coverage with Jack"

8 years agoFix typo
Dan Willemsen [Tue, 2 Feb 2016 05:40:17 +0000 (21:40 -0800)]
Fix typo

This was producing a number of unused source warnings for prebuilt files
using LOCAL_SRC_FILES_<arch>.

Change-Id: I48d1face7baf642f3ef17f957448ccb73788765f

8 years agoMerge "Track ObjC object mapping"
Dan Willemsen [Tue, 2 Feb 2016 05:18:05 +0000 (05:18 +0000)]
Merge "Track ObjC object mapping"

8 years agoTrack ObjC object mapping
Dan Willemsen [Tue, 2 Feb 2016 02:55:23 +0000 (18:55 -0800)]
Track ObjC object mapping

Objective-C .m/.mm files were not being tracked, so they were showing
up as unused source files (on Darwin). They were also triggering an
internal build system warning because the new object list did not
match the current list.

Change-Id: I01fff8c5587fe168106c60782080d60744311f6f

8 years agoMove PDK selection into config.mk
Colin Cross [Tue, 26 Jan 2016 23:59:50 +0000 (15:59 -0800)]
Move PDK selection into config.mk

config.mk needs to know TARGET_BUILD_PDK in order to select prebuilt
tools.  Move the selection of TARGET_BUILD_PDK into config.mk.

Change-Id: I1f73c92917887f27259b2db64b3779a2fe0df162

8 years agoMerge "Use dependency files generated by llvm-rs-cc for Java"
Shinichiro Hamaji [Mon, 1 Feb 2016 23:04:44 +0000 (23:04 +0000)]
Merge "Use dependency files generated by llvm-rs-cc for Java"

8 years agoMerge "Diff .art/.oat/.odex files now that they are deterministic"
Dan Willemsen [Mon, 1 Feb 2016 22:38:53 +0000 (22:38 +0000)]
Merge "Diff .art/.oat/.odex files now that they are deterministic"

8 years agoDiff .art/.oat/.odex files now that they are deterministic
Dan Willemsen [Mon, 1 Feb 2016 21:38:25 +0000 (13:38 -0800)]
Diff .art/.oat/.odex files now that they are deterministic

This also whitelists the ro.build.user property, which may change based
on host username.

Bug: 26687569
Change-Id: I8f3244c2325dd80a7961c474655f0c50670d1b46

8 years agoMerge "Don't force color diagnostics outside of ninja"
Colin Cross [Mon, 1 Feb 2016 18:57:50 +0000 (18:57 +0000)]
Merge "Don't force color diagnostics outside of ninja"

8 years agoUse dependency files generated by llvm-rs-cc for Java
Shinichiro Hamaji [Mon, 1 Feb 2016 08:59:01 +0000 (17:59 +0900)]
Use dependency files generated by llvm-rs-cc for Java

This is a reland of 4c474617d491fe98fa02571349138fb757959232
This time, we use awk instead of sed, and the script works
on Mac.

For C++ code llvm-rs-cc defines two targets but it defines
three targets for Java. The sed script was updated to handle
both cases appropriately.

Bug: 26839129
Change-Id: I1bca7d253764554d552950e03deedabaa9b7f17e

8 years agoMerge "Revert "Use dependency files generated by llvm-rs-cc for Java""
Shinichiro Hamaji [Mon, 1 Feb 2016 08:16:42 +0000 (08:16 +0000)]
Merge "Revert "Use dependency files generated by llvm-rs-cc for Java""

8 years agoRevert "Use dependency files generated by llvm-rs-cc for Java"
Shinichiro Hamaji [Mon, 1 Feb 2016 08:08:26 +0000 (08:08 +0000)]
Revert "Use dependency files generated by llvm-rs-cc for Java"

This reverts commit 4c474617d491fe98fa02571349138fb757959232.

Change-Id: I66c46360d0ccf927c807ddd5cfbc56cbd97ed4a2

8 years agoMerge "Use dependency files generated by llvm-rs-cc for Java"
Shinichiro Hamaji [Mon, 1 Feb 2016 07:50:32 +0000 (07:50 +0000)]
Merge "Use dependency files generated by llvm-rs-cc for Java"

8 years agoMerge "Use .KATI_DEPFILE for files generated by aidl-java"
Shinichiro Hamaji [Mon, 1 Feb 2016 07:50:01 +0000 (07:50 +0000)]
Merge "Use .KATI_DEPFILE for files generated by aidl-java"

8 years agoMerge "Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs."
Dan Willemsen [Sat, 30 Jan 2016 02:44:27 +0000 (02:44 +0000)]
Merge "Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs."

8 years agoMerge "Order objects based on LOCAL_SRC_FILES and LOCAL_GENERATED_SOURCES"
Dan Willemsen [Sat, 30 Jan 2016 02:44:12 +0000 (02:44 +0000)]
Merge "Order objects based on LOCAL_SRC_FILES and LOCAL_GENERATED_SOURCES"

8 years agoMerge "Revert "Sign APKs using SHA-256 instead of SHA-1 when possible." This is break...
Alex Klyubin [Fri, 29 Jan 2016 23:58:27 +0000 (23:58 +0000)]
Merge "Revert "Sign APKs using SHA-256 instead of SHA-1 when possible." This is breaking CTS."

8 years agoRevert "Sign APKs using SHA-256 instead of SHA-1 when possible." This is breaking...
Alex Klyubin [Fri, 29 Jan 2016 23:56:44 +0000 (23:56 +0000)]
Revert "Sign APKs using SHA-256 instead of SHA-1 when possible." This is breaking CTS.

This reverts commit c2a36afd6772d9286e8071693f80648beef763a3.

Change-Id: I4389bf99aeb213198c1c501ba9462bd4a4540d0a

8 years agoMerge "brillo: Remove dependency on java for Brillo"
Lee Campbell [Fri, 29 Jan 2016 23:42:19 +0000 (23:42 +0000)]
Merge "brillo: Remove dependency on java for Brillo"

8 years agobrillo: Remove dependency on java for Brillo
Lee Campbell [Fri, 29 Jan 2016 00:12:01 +0000 (16:12 -0800)]
brillo: Remove dependency on java for Brillo

Brillo does not require Java. Add a JAVA_NOT_REQUIRED
flag to the build system to make the jdk requirment optional

Also don't build signapk for Brillo

BUG: 25281898
Change-Id: I31e68cc7d076bf6c234699c77c0ea1ea428be4f5

8 years agoUse Jan 1 2009 as timestamp in APKs and OTA update ZIPs.
Alex Klyubin [Fri, 29 Jan 2016 21:06:50 +0000 (13:06 -0800)]
Use Jan 1 2009 as timestamp in APKs and OTA update ZIPs.

Previously, the timestamp was one hour ahead of NotBefore of the
signer's certificate, adjusted for the current timezone. With this
change the MS-DOS timestamp in output APK/ZIP files is
Jan 1 2009 00:00:00.

Bug: 26864066
Change-Id: Id6263c38ac7042489ab695454f8e0fb2d85a3958

8 years agoMerge "Sign APKs using SHA-256 instead of SHA-1 when possible."
Alex Klyubin [Fri, 29 Jan 2016 20:17:49 +0000 (20:17 +0000)]
Merge "Sign APKs using SHA-256 instead of SHA-1 when possible."

8 years agoSign APKs using SHA-256 instead of SHA-1 when possible.
Alex Klyubin [Wed, 13 Jan 2016 18:32:47 +0000 (10:32 -0800)]
Sign APKs using SHA-256 instead of SHA-1 when possible.

This changes the build system to provide the signapk tool with the
minSdkVersion of the APK being signed. signapk in turn will then use
SHA-256 instead of SHA-1 if minSdkVersion is 18 (JB MR2) or higher
(see c2c49ed0c13846f7f96249c7419971dfcddc9215).

To avoid increasing incremental OTA update package sizes for already
released platforms, release build scripts disable the above logic when
signing target files ZIPs for pre-N platforms.

Bug: 25643280

(cherry picked from commit de5bc04717505ad0e5b55605bccf43974f4c5c7a)

Change-Id: I4b100750e47788ab6ed897a0a5abfd33542e8676

8 years agoUse dependency files generated by llvm-rs-cc for Java
Shinichiro Hamaji [Thu, 28 Jan 2016 08:00:33 +0000 (17:00 +0900)]
Use dependency files generated by llvm-rs-cc for Java

This is similar to 2e45fd036ad308cfa6094b181a67f97002ebf10f
but this CL is for generated java code.

For C++ code llvm-rs-cc defines two targets but it defines
three targets for Java. The sed script was updated to handle
both cases appropriately.

Bug: 26839129
Change-Id: I5c7705c67f3c65c4c14f74558e603f8ec9f35879

8 years agoUse .KATI_DEPFILE for files generated by aidl-java
Shinichiro Hamaji [Thu, 28 Jan 2016 07:10:00 +0000 (16:10 +0900)]
Use .KATI_DEPFILE for files generated by aidl-java

Bug: 26839129
Change-Id: Ief611969b28aea3bb12097ba91d40f3e5010d647

8 years agoOrder objects based on LOCAL_SRC_FILES and LOCAL_GENERATED_SOURCES
Dan Willemsen [Wed, 20 Jan 2016 04:07:08 +0000 (20:07 -0800)]
Order objects based on LOCAL_SRC_FILES and LOCAL_GENERATED_SOURCES

We have been reordering objects to the linker based on how they were
generated. In soong, they're ordered based on the order listed in the
src_files.

Keep track of which source files created which object files so that we
can create the ordered list. Optionally change the order, based on
BINARY_OBJECTS_ORDER. That way we can compare make and soong builds.

Since we're keeping track of the used source files, warn when an entry
in LOCAL_SRC_FILES is not used. (whether it is an unused file like a
header, or a typo)

LOCAL_GENERATED_SOURCES is not verified, since it is valid to add
headers and other files in that list (to set up dependencies).

Change-Id: I1dfbbb3aa570c11c1db3b7133e46ed0b8c3b8989

8 years agoSupport code coverage with Jack
Sebastien Hertz [Thu, 19 Nov 2015 16:53:00 +0000 (17:53 +0100)]
Support code coverage with Jack

Building an app with Jack and with the environment variable
EMMA_INSTRUMENT_STATIC set to true will apply code coverage
onto the app targeting Jacoco.

Bug: 20115492
Change-Id: Ief3640fa3faa466f7f6aaa9739e06d3db24110a0

8 years agoMerge "Revert "Sign APKs using SHA-256 instead of SHA-1 when possible.""
Alex Klyubin [Wed, 27 Jan 2016 17:49:40 +0000 (17:49 +0000)]
Merge "Revert "Sign APKs using SHA-256 instead of SHA-1 when possible.""

8 years agoRevert "Sign APKs using SHA-256 instead of SHA-1 when possible."
Alex Klyubin [Wed, 27 Jan 2016 17:45:42 +0000 (17:45 +0000)]
Revert "Sign APKs using SHA-256 instead of SHA-1 when possible."

This reverts commit 74df828cb574a6f30be9b9dcf286773ca1835f72. This commit is breaking a build, again...

Change-Id: I2df561d68302ba4c83e90a64a7bf203645033a3b

8 years agoMerge "Sign APKs using SHA-256 instead of SHA-1 when possible."
Alex Klyubin [Wed, 27 Jan 2016 16:55:16 +0000 (16:55 +0000)]
Merge "Sign APKs using SHA-256 instead of SHA-1 when possible."

8 years agoMerge "Doclava template changes associated with default methods"
Neil Fuller [Wed, 27 Jan 2016 13:25:43 +0000 (13:25 +0000)]
Merge "Doclava template changes associated with default methods"

8 years agoDoclava template changes associated with default methods
Neil Fuller [Thu, 14 Jan 2016 22:44:11 +0000 (22:44 +0000)]
Doclava template changes associated with default methods

The ordering of method declaration modifiers changed slightly
to reflect the ordering given in:

http://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html#jls-8.4.3
http://docs.oracle.com/javase/specs/jls/se8/html/jls-9.html#jls-9.4

Bug: 26241119
(cherry-picked from commit ca59875e12e47162fc765bc43d6651b555c04d81)

Change-Id: I8489ad5010fc811b22167af50ba29221aac8b6cb

8 years agoMerge "Write clean_steps.mk with multiple commands"
Shinichiro Hamaji [Wed, 27 Jan 2016 08:36:04 +0000 (08:36 +0000)]
Merge "Write clean_steps.mk with multiple commands"

8 years agoWrite clean_steps.mk with multiple commands
Shinichiro Hamaji [Wed, 27 Jan 2016 05:59:56 +0000 (14:59 +0900)]
Write clean_steps.mk with multiple commands

$(INTERNAL_CLEAN_STEPS) could be too big to be fit in a single
command line.

Bug: 26707439
Change-Id: Ieed6c772980d06c2418a9246b025bca7a6f568aa

8 years agoMerge "Place the META/ dir first in the target_files.zip."
Alex Deymo [Wed, 27 Jan 2016 03:28:53 +0000 (03:28 +0000)]
Merge "Place the META/ dir first in the target_files.zip."

8 years agoPlace the META/ dir first in the target_files.zip.
Alex Deymo [Wed, 27 Jan 2016 02:47:44 +0000 (18:47 -0800)]
Place the META/ dir first in the target_files.zip.

To help early verification of a target_files.zip being uploaded to our
servers, we place the META/ directory first in the .zip file, so checks
against the product_id.txt and product_version.txt don't need to wait
for the whole file to upload.

Note that META/*filesystem_config.txt files are generated and added to
the .zip file at a later point, so they are not included at the
beginning.

Bug: 26806325
TEST=`make dist` and `unzip -l out/dist/edison-target_files-eng.$USER.zip` shows most META/ files first.

Change-Id: I1955645412688f5c7823063ed56606b251daccfd

8 years agoMerge "README: Update docs"
Kevin Cernekee [Tue, 26 Jan 2016 23:45:37 +0000 (23:45 +0000)]
Merge "README: Update docs"

8 years agoSign APKs using SHA-256 instead of SHA-1 when possible.
Alex Klyubin [Wed, 13 Jan 2016 18:32:47 +0000 (10:32 -0800)]
Sign APKs using SHA-256 instead of SHA-1 when possible.

This changes the build system to provide the signapk tool with the
minSdkVersion of the APK being signed. signapk in turn will then use
SHA-256 instead of SHA-1 if minSdkVersion is 18 (JB MR2) or higher
(see c2c49ed0c13846f7f96249c7419971dfcddc9215).

To avoid increasing incremental OTA update package sizes for already
released platforms, release build scripts disable the above logic when
signing target files ZIPs for pre-N platforms.

Bug: 25643280
Change-Id: I058393e0971d0d6559dbd69ea902754c6c7cab14
(cherry picked from commit de5bc04717505ad0e5b55605bccf43974f4c5c7a)

8 years agoMerge "Revert "Revert "Make OpenJDK 8 the default"""
Neil Fuller [Tue, 26 Jan 2016 10:33:54 +0000 (10:33 +0000)]
Merge "Revert "Revert "Make OpenJDK 8 the default"""

8 years agoMerge "Use dependency files generated by llvm-rs-cc"
Shinichiro Hamaji [Tue, 26 Jan 2016 06:36:02 +0000 (06:36 +0000)]
Merge "Use dependency files generated by llvm-rs-cc"

8 years agoUse dependency files generated by llvm-rs-cc
Shinichiro Hamaji [Mon, 25 Jan 2016 09:59:43 +0000 (18:59 +0900)]
Use dependency files generated by llvm-rs-cc

This was a regression since kati has been introduced. This CL
introduces include-depfile function to make it easier to write
Makefiles which work with both make and kati.

As ninja can handle only a single dependency file per a build
rule, now we merge multiple .d files generated by llvm-rs-cc
into a .d file.

Change-Id: Iaf64a8f0523ab98115837e6e06abd50f06620363

8 years agoMerge "Add libc_malloc_debug to the always build list."
Christopher Ferris [Mon, 25 Jan 2016 21:27:57 +0000 (21:27 +0000)]
Merge "Add libc_malloc_debug to the always build list."

8 years agoMerge "Error out if MALLOC_IMPL is defined."
Josh Gao [Mon, 25 Jan 2016 18:23:35 +0000 (18:23 +0000)]
Merge "Error out if MALLOC_IMPL is defined."

8 years agoMerge "Revert "Sign APKs using SHA-256 instead of SHA-1 when possible.""
Alex Klyubin [Mon, 25 Jan 2016 17:19:02 +0000 (17:19 +0000)]
Merge "Revert "Sign APKs using SHA-256 instead of SHA-1 when possible.""

8 years agoRevert "Sign APKs using SHA-256 instead of SHA-1 when possible."
Alex Klyubin [Mon, 25 Jan 2016 17:17:09 +0000 (17:17 +0000)]
Revert "Sign APKs using SHA-256 instead of SHA-1 when possible."

This reverts commit de5bc04717505ad0e5b55605bccf43974f4c5c7a because it's breaking some builds. Turns out some APKs have multiple sdkVersion attributes returned by aapt.

Change-Id: I013d6ef5eac473dd3900e0b9edf4c32cdc838bab

8 years agoRevert "Revert "Make OpenJDK 8 the default""
Neil Fuller [Mon, 25 Jan 2016 17:12:41 +0000 (17:12 +0000)]
Revert "Revert "Make OpenJDK 8 the default""

Reapply the switch to JDK 8 on aosp/master.

This reverts commit 85bddfdedffb425d85657314591a57191113806b.

Change-Id: If2e8733ba78b007d37914c0512cd6be1bd4c1e69

8 years agoMerge "Revert "Make OpenJDK 8 the default""
Neil Fuller [Mon, 25 Jan 2016 17:11:12 +0000 (17:11 +0000)]
Merge "Revert "Make OpenJDK 8 the default""

8 years agoRevert "Make OpenJDK 8 the default"
Neil Fuller [Mon, 25 Jan 2016 17:04:14 +0000 (17:04 +0000)]
Revert "Make OpenJDK 8 the default"

Temporary revert to help out Brillo folks.
It will be resubmitted tomorrow.

This reverts commit 4495f6afb8c23950c24dc9ee114050582da08f05.

Change-Id: Id378c7d3a6e72e9be50f9404b19d5763568987a5