OSDN Git Service

android-x86/build.git
8 years ago"NRC77C"
The Android Automerger [Thu, 17 Mar 2016 21:21:10 +0000 (14:21 -0700)]
"NRC77C"

8 years ago"NRC77B"
The Android Automerger [Thu, 17 Mar 2016 18:57:28 +0000 (11:57 -0700)]
"NRC77B"

8 years ago"NRC77"
The Android Automerger [Thu, 17 Mar 2016 07:03:35 +0000 (00:03 -0700)]
"NRC77"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Thu, 17 Mar 2016 07:00:30 +0000 (00:00 -0700)]
merge in nyc-release history after reset to nyc-dev

8 years ago"NRC76C"
The Android Automerger [Wed, 16 Mar 2016 23:31:53 +0000 (16:31 -0700)]
"NRC76C"

8 years ago"NRC76B"
The Android Automerger [Wed, 16 Mar 2016 21:26:03 +0000 (14:26 -0700)]
"NRC76B"

8 years agoFix jack min sdk version for ub branches
Yohann Roussel [Wed, 16 Mar 2016 16:18:32 +0000 (17:18 +0100)]
Fix jack min sdk version for ub branches

Bug: 27371864
Change-Id: Idd926f5667fbe4275f8f1d80733b8c4471570874

8 years agoMerge "Inform Jack of the min sdk" into nyc-dev
Yohann Roussel [Wed, 16 Mar 2016 15:41:58 +0000 (15:41 +0000)]
Merge "Inform Jack of the min sdk" into nyc-dev

8 years agoInform Jack of the min sdk
Yohann Roussel [Wed, 9 Mar 2016 16:19:58 +0000 (17:19 +0100)]
Inform Jack of the min sdk

Set Jack min sdk according to LOCAL_SDK_VERSION. Gives Jack current
version when LOCAL_SDK_VERSION is not available.

Bug: 27371864

(cherry picked from commit c6383d6ec665a0d0c7c866890845c5735a298b6b)

Change-Id: Ieba0219494f29d2737d2ca234317c3af7e5e72c8

8 years ago"NRC76"
The Android Automerger [Wed, 16 Mar 2016 07:04:38 +0000 (00:04 -0700)]
"NRC76"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Wed, 16 Mar 2016 07:00:32 +0000 (00:00 -0700)]
merge in nyc-release history after reset to nyc-dev

8 years ago"NRC75C"
The Android Automerger [Tue, 15 Mar 2016 23:39:40 +0000 (16:39 -0700)]
"NRC75C"

8 years agoMerge "Rebuild odex files in PDK fusion build." into nyc-dev
Ying Wang [Tue, 15 Mar 2016 21:23:49 +0000 (21:23 +0000)]
Merge "Rebuild odex files in PDK fusion build." into nyc-dev

8 years agoMerge "Fix warning of "overriding commands for target ...boot.oat"." into nyc-dev
Ying Wang [Tue, 15 Mar 2016 20:59:25 +0000 (20:59 +0000)]
Merge "Fix warning of "overriding commands for target ...boot.oat"." into nyc-dev

8 years agoFix warning of "overriding commands for target ...boot.oat".
Ying Wang [Tue, 15 Mar 2016 19:13:56 +0000 (12:13 -0700)]
Fix warning of "overriding commands for target ...boot.oat".

There seems to be bug in Kati that when we write it as:
LIBART_TARGET_BOOT_ART_EXTRA_FILES += boot.oat $(patsubst
%.art,%.oat,$(LIBART_TARGET_BOOT_ART_EXTRA_FILES))

boot.oat ends up in the value twice.
This works around the bug, filed as bug/27676615.

Bug: 27546601
Change-Id: Ifc330280496083a4c817e53bc5c77c86e48a2426

8 years agoRevert "Revert "build: pass version and patch level to mkbootimg""
Sami Tolvanen [Tue, 15 Mar 2016 16:49:30 +0000 (16:49 +0000)]
Revert "Revert "build: pass version and patch level to mkbootimg""

This reverts commit 494a9090f96a7fc4e77f8f4fbb26d876a5fc8438.

Bug: 27498078
Bug: 22914603
Change-Id: Iee6a784271ec32c6bfcc0a6ad3f0395d82016df3
(cherry picked from commit 3303d909a1c43dec0d99d2c852311cf2171c7c18)

8 years ago"NRC75B"
The Android Automerger [Tue, 15 Mar 2016 17:43:56 +0000 (10:43 -0700)]
"NRC75B"

8 years ago"NRC75"
The Android Automerger [Tue, 15 Mar 2016 07:04:42 +0000 (00:04 -0700)]
"NRC75"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Tue, 15 Mar 2016 07:00:31 +0000 (00:00 -0700)]
merge in nyc-release history after reset to nyc-dev

8 years agoRebuild odex files in PDK fusion build.
Ying Wang [Fri, 11 Mar 2016 18:32:01 +0000 (10:32 -0800)]
Rebuild odex files in PDK fusion build.

To rebuild odex files of Java libraries and apps,
we store the jars/apks without stripping the classes.dex inside the
platform.zip. We also save the build variables that may affect how we
rebuild an odex in pdk_dexpreopt_config.mk in the platform.zip.
We store the files and configuration only for libraries/apps that get
installed to the system.img (or vendor.img).

In PDK fusion build, we auto-generate prebuilt module definitions for
the javalib.jar and package.dex.apk carried in the platform.zip, using
configuration stored in pdk_dexpreopt_config.mk.
With the prebult modules, we override the implicit rule that directly
copies the odex from the platform.zip.
To rebuild odex of javalib.jar, we added support for prebuilt shared Java
library to prebiult_internal.mk. An installable prebuilt Java library is
treated as shared Java library, i.e. with classes.dex in the jar instead
of a set of .class files.
For apks in the platform.zip, we install the stripped version from
platform files inside platform.zip, instead of the package.dex.apk,
using a new variable LOCAL_REPLACE_PREBUILT_APK_INSTALLED. We can't
strip package.dex.apk because we can't re-sign the stripped apk at this
point.

We generate prebuilt module only if it's not already defined in the
source tree.

Bug: 27543283
Change-Id: I9e146f8b713d6f57c397fd28d88c9ab700757ca1

8 years ago"NRC74B"
The Android Automerger [Mon, 14 Mar 2016 23:18:23 +0000 (16:18 -0700)]
"NRC74B"

8 years agoFix two cosmetic issues in signapk.
Alex Klyubin [Mon, 14 Mar 2016 20:33:26 +0000 (13:33 -0700)]
Fix two cosmetic issues in signapk.

* Zip EoCD record comment length was referred to as 32-bit whereas it
  is a 16-bit field. The implementation was fine, but the comment and
  the naming of a constant were wrong.
* System.out.println was left over from early prototyping days.
  Removed.

Bug: 25794543

(cherry picked from commit 82bf99bb4e4cd4779a08daa21bd4bc2007042f41)

Change-Id: I9845b5fa096859d67b306f4b9b6c205cad622c0c

8 years agoEmulator: Bump arm(64) system image partition size to 1.75 GB
Prathmesh Prabhu [Mon, 14 Mar 2016 18:05:47 +0000 (11:05 -0700)]
Emulator: Bump arm(64) system image partition size to 1.75 GB

Change-Id: If9ce0346ed4ca7ceab3fda217e5c9de6d89b6c94

8 years agoMerge "Revert "build: pass version and patch level to mkbootimg"" into nyc-dev
Sami Tolvanen [Mon, 14 Mar 2016 15:49:15 +0000 (15:49 +0000)]
Merge "Revert "build: pass version and patch level to mkbootimg"" into nyc-dev

8 years agoRevert "build: pass version and patch level to mkbootimg"
Sami Tolvanen [Mon, 14 Mar 2016 15:47:11 +0000 (15:47 +0000)]
Revert "build: pass version and patch level to mkbootimg"

This reverts commit e555f779626faeeddd8d23339241fa6a9240fa28.

Bug: 27580174
Change-Id: I0fd1ddb64d2fd4f91b0ecbc1ab8953a1324a10eb

8 years ago"NRC74"
The Android Automerger [Mon, 14 Mar 2016 07:01:56 +0000 (00:01 -0700)]
"NRC74"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Mon, 14 Mar 2016 07:00:25 +0000 (00:00 -0700)]
merge in nyc-release history after reset to nyc-dev

8 years ago"NRC73"
The Android Automerger [Sun, 13 Mar 2016 08:05:54 +0000 (00:05 -0800)]
"NRC73"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Sun, 13 Mar 2016 08:00:43 +0000 (00:00 -0800)]
merge in nyc-release history after reset to nyc-dev

8 years agoPLATFORM_PREVIEW_SDK_VERSION = 2 for DP2
Ian Pedowitz [Sat, 12 Mar 2016 06:13:36 +0000 (22:13 -0800)]
PLATFORM_PREVIEW_SDK_VERSION = 2 for DP2

Bug: 27150977
Change-Id: I8b86b5565dbdf81dffb4bc9ba0eef8a3c3f91d20

8 years ago"NRC70E"
The Android Automerger [Sat, 12 Mar 2016 02:30:40 +0000 (18:30 -0800)]
"NRC70E"

8 years ago"NRC70D"
The Android Automerger [Sat, 12 Mar 2016 01:30:50 +0000 (17:30 -0800)]
"NRC70D"

8 years agoSwitch to clang-2658975.
Stephen Hines [Fri, 4 Mar 2016 22:40:56 +0000 (14:40 -0800)]
Switch to clang-2658975.

Bug: http://b/27482631

This fixes an issue where krait compiles were not passing the proper
flags to the assembler when -no-integrated-as is used. This was
preventing ART from switching to clang in some cases.

(cherry picked from commit c503d8ef5826bd1c79dc223ceba614532527a8c9)

Change-Id: I4a0efb78f37fee73bf61841f0347328b8f61c192

8 years agoMerge changes I4a2692f3,Ifd8d3a2c into nyc-dev
Andreas Gampe [Fri, 11 Mar 2016 16:20:50 +0000 (16:20 +0000)]
Merge changes I4a2692f3,Ifd8d3a2c into nyc-dev

* changes:
  Build: Only preopt boot images in eng builds
  Revert "Don't preopt on eng builds."

8 years ago"NRC70C"
The Android Automerger [Fri, 11 Mar 2016 00:24:11 +0000 (16:24 -0800)]
"NRC70C"

8 years agoBuild: Only preopt boot images in eng builds
Andreas Gampe [Thu, 10 Mar 2016 23:34:46 +0000 (15:34 -0800)]
Build: Only preopt boot images in eng builds

As a middle way between full preopt/high performance/long builds,
and no preopt/low performance/fast turnaround, preopt only the
boot image in eng builds.

Bug: 26794212
Change-Id: I4a2692f3ce84823cd40c6b7d672fd73257739ef8

8 years agoMerge "change printed version in offline docs to check whether in preview or not...
Scott Main [Thu, 10 Mar 2016 23:12:43 +0000 (23:12 +0000)]
Merge "change printed version in offline docs to check whether in preview or not, and change the title accordingly, using new preview codename or version number." into nyc-dev

8 years agomake image resource URLs relative so they work in offline docs
smain@google.com [Wed, 9 Mar 2016 19:57:39 +0000 (11:57 -0800)]
make image resource URLs relative so they work in offline docs

Change-Id: I4329689d8a3db3ce67f1aa7084a3a4634721e3cb
(cherry picked from commit 7d959be058a2c7fd6e18636dcdf5efd4a0555cb9)

8 years agoRevert "Don't preopt on eng builds."
Andreas Gampe [Thu, 10 Mar 2016 23:07:27 +0000 (15:07 -0800)]
Revert "Don't preopt on eng builds."

This reverts commit 7effde0048bcce6084e00bf29ff3bea4f34d1599.

Bug: 25801231
Bug: 26794212

8 years agochange printed version in offline docs to check whether in preview or not,
smain@google.com [Thu, 10 Mar 2016 22:16:25 +0000 (14:16 -0800)]
change printed version in offline docs to check whether in preview or not,
and change the title accordingly, using new preview codename or version number.

Change-Id: I2833dcd05447add10495fea2149b5a9678831235

8 years agoAdd dependency on boot_singer and vboot_singer if necessary.
Ying Wang [Thu, 10 Mar 2016 20:57:33 +0000 (12:57 -0800)]
Add dependency on boot_singer and vboot_singer if necessary.

Change-Id: Ic10c2ae6a0debf51100a30eb11217e77060a6066

8 years ago"NRC70B"
The Android Automerger [Thu, 10 Mar 2016 19:57:31 +0000 (11:57 -0800)]
"NRC70B"

8 years agochange name of offline doc tab to "API reference"
smain@google.com [Wed, 9 Mar 2016 23:36:12 +0000 (15:36 -0800)]
change name of offline doc tab to "API reference"
and put the version number in the secondary nav bar (it was there anyway).

Change-Id: I4b49581eca6afa445a434cd6ae31572d01f276ef
(cherry picked from commit 06bdd78284057b399da728c1cfa1e2238ba84c37)

8 years agoMerge "Make the language version selection smarter" into nyc-dev
Neil Fuller [Thu, 10 Mar 2016 09:45:55 +0000 (09:45 +0000)]
Merge "Make the language version selection smarter" into nyc-dev

8 years ago"NRC70"
The Android Automerger [Thu, 10 Mar 2016 08:03:45 +0000 (00:03 -0800)]
"NRC70"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Thu, 10 Mar 2016 08:00:38 +0000 (00:00 -0800)]
merge in nyc-release history after reset to nyc-dev

8 years ago"NRC69B"
The Android Automerger [Thu, 10 Mar 2016 00:12:44 +0000 (16:12 -0800)]
"NRC69B"

8 years agoTurn off excess printing during the build which makes errors harder to find.
Joe Onorato [Wed, 9 Mar 2016 22:48:46 +0000 (14:48 -0800)]
Turn off excess printing during the build which makes errors harder to find.

Change-Id: I588de5ddc0aa7dcaacc4ea185c13c2fa3748888a

8 years agoMerge "Hook incremental ext4 image generation into build" into nyc-dev
Mohamad Ayyash [Wed, 9 Mar 2016 20:56:18 +0000 (20:56 +0000)]
Merge "Hook incremental ext4 image generation into build" into nyc-dev

8 years agoMerge "Move BUILD_NATIVE_BENCHMARK over to libgoogle-benchmark." into nyc-dev
Elliott Hughes [Wed, 9 Mar 2016 15:56:50 +0000 (15:56 +0000)]
Merge "Move BUILD_NATIVE_BENCHMARK over to libgoogle-benchmark." into nyc-dev

8 years ago"NRC69"
The Android Automerger [Wed, 9 Mar 2016 08:04:09 +0000 (00:04 -0800)]
"NRC69"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Wed, 9 Mar 2016 08:00:34 +0000 (00:00 -0800)]
merge in nyc-release history after reset to nyc-dev

8 years agoresolve merge conflicts of 2ad8b97577 to nyc-dev
Tao Bao [Wed, 9 Mar 2016 05:39:13 +0000 (21:39 -0800)]
resolve merge conflicts of 2ad8b97577 to nyc-dev

Change-Id: Ifa7501e58dd25e73ed760b1383a1873e4d449885

8 years agoUse the update-binary in the source build for downgrade OTAs. am: fa41fb2705
Tao Bao [Wed, 9 Mar 2016 05:29:30 +0000 (05:29 +0000)]
Use the update-binary in the source build for downgrade OTAs. am: fa41fb2705
am: 7302eb7dd6

* commit '7302eb7dd6bd22c6123bd0b252889732e215592e':
  Use the update-binary in the source build for downgrade OTAs.

8 years agoUse the update-binary in the source build for downgrade OTAs.
Tao Bao [Wed, 9 Mar 2016 05:27:36 +0000 (05:27 +0000)]
Use the update-binary in the source build for downgrade OTAs.
am: fa41fb2705

* commit 'fa41fb27054185b3fba0519d01dabd21444fe772':
  Use the update-binary in the source build for downgrade OTAs.

8 years agoMerge "Install boot.art extra files individually" into nyc-dev
Colin Cross [Wed, 9 Mar 2016 04:45:39 +0000 (04:45 +0000)]
Merge "Install boot.art extra files individually" into nyc-dev

8 years agoreleasetools: Fix the bug in AssertSequenceGood.
Tao Bao [Fri, 4 Mar 2016 23:23:34 +0000 (15:23 -0800)]
releasetools: Fix the bug in AssertSequenceGood.

We use a bitset for blocks in the target image to assert a block hasn't
been touched before reading. Skip checking the blocks that are in the
source image only.

Bug: 27556903
Change-Id: I3a77292da673c813bd20d8dc177ff36419d8ecae
(cherry picked from commit dca2200c8aa09b08ba0d37410a7826b737caecf2)

8 years agoUse the update-binary in the source build for downgrade OTAs.
Tao Bao [Wed, 9 Mar 2016 01:53:39 +0000 (17:53 -0800)]
Use the update-binary in the source build for downgrade OTAs.

We used to use the update-binary from the target build when creating
incremental OTAs. But for downgrade OTAs, we should use the one in the
source build instead, which is actually newer.

Bug: 27556903
Change-Id: Ib6415729b979dbffdebdda24902f7f560942801a
(cherry picked from commit 4996cf03d2321eef56a8163c7fc73ba9976e1021)

8 years agoInstall boot.art extra files individually
Colin Cross [Tue, 8 Mar 2016 21:21:49 +0000 (13:21 -0800)]
Install boot.art extra files individually

The rule that builds boot.art also produces boot.oat, boot-*.art, and
boot-*.oat as a side effect, and the install rule for boot.art was
installing them using *.art and *.oat.  This meant that PDK builds had
no rule to install the extra files, so it used the ones from the
platform.zip file instead of the locally built ones.

Generate a list of the files that should be produced by the boot.art
build, and manually create install rules for them that depend on the
built boot.art and are depended on by the installed boot.art.

Bug: 27546601
Change-Id: I9734491c3179bca2d4b2ae13b0c6a03e4c26b0b2

8 years ago"NRC68B"
The Android Automerger [Tue, 8 Mar 2016 23:48:04 +0000 (15:48 -0800)]
"NRC68B"

8 years agoMove BUILD_NATIVE_BENCHMARK over to libgoogle-benchmark.
Elliott Hughes [Fri, 4 Mar 2016 21:37:43 +0000 (13:37 -0800)]
Move BUILD_NATIVE_BENCHMARK over to libgoogle-benchmark.

Bug: http://b/24803663

(cherry picked from commit 577f8407e915fd278d089968bdafdad171f8c3d1)

Change-Id: If1af37c419abe284677253c33de45dcb5ef6ea8d

8 years agoAdd new templates directory for "reference only" builds.
smain@google.com [Tue, 8 Mar 2016 02:43:21 +0000 (18:43 -0800)]
Add new templates directory for "reference only" builds.
The only difference is that this changes the masthead.cs file to show a different header.

Change-Id: Id58eb7e8c42a8ab0886f2f5da794fcd108f299ff
(cherry picked from commit 5fea5df99cc93dba5388e0f033c2af931ac2cb33)

8 years agobuild: pass version and patch level to mkbootimg
Sami Tolvanen [Fri, 4 Mar 2016 23:41:02 +0000 (15:41 -0800)]
build: pass version and patch level to mkbootimg

Add --os_version and --os_patch_level arguments to mkbootimg.

Needs matching changes from
  I57682611e0c27fec5ed284da7d9a788383ff98b1

Bug: 27498078
Bug: 22914603
Change-Id: I04e20b0de40d864aac92ac7bcf466a6cbde3d0e4
(cherry pick from commit 8fb47f191f804d21e252ef7bb66886ea087c2d56)

8 years agoMake the language version selection smarter
Neil Fuller [Fri, 4 Mar 2016 18:00:00 +0000 (18:00 +0000)]
Make the language version selection smarter

Any artifacts that are targeting SDK versions < 24
and not explicitly setting the LOCAL_JAVA_LANGUAGE_VERSION
are now defaulted to 1.7.

Bug: 27495650
Bug: 26753820
Bug: 27377071
Change-Id: Ia903cd5bf14c1947c485384d095a93c0aa23d272

8 years ago"NRC68"
The Android Automerger [Tue, 8 Mar 2016 08:04:12 +0000 (00:04 -0800)]
"NRC68"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Tue, 8 Mar 2016 08:00:47 +0000 (00:00 -0800)]
merge in nyc-release history after reset to nyc-dev

8 years agoresolve merge conflicts of 08a3a32fa9 to nyc-dev
Tao Bao [Tue, 8 Mar 2016 05:49:33 +0000 (21:49 -0800)]
resolve merge conflicts of 08a3a32fa9 to nyc-dev

Change-Id: I6fd55b3d2bd0c396018163dd4f54970cb55432cd

8 years agoresolve merge conflicts of 177c610e7f to cw-e-dev
Tao Bao [Tue, 8 Mar 2016 05:37:27 +0000 (05:37 +0000)]
resolve merge conflicts of 177c610e7f to cw-e-dev
am: bd25fcdc02

* commit 'bd25fcdc02a94ec9f50fc431a3731484b9812e23':
  DO NOT MERGE releasetools: Support generating downgrade incremental OTAs.

8 years agoresolve merge conflicts of 177c610e7f to cw-e-dev
Tao Bao [Tue, 8 Mar 2016 05:24:40 +0000 (21:24 -0800)]
resolve merge conflicts of 177c610e7f to cw-e-dev

Change-Id: Iba7820247d0b53d7f9553290eb0db3547f31beda

8 years agoDO NOT MERGE releasetools: Support generating downgrade incremental OTAs.
Tao Bao [Tue, 23 Feb 2016 19:38:39 +0000 (11:38 -0800)]
DO NOT MERGE releasetools: Support generating downgrade incremental OTAs.

Add --downgrade flag to ota_from_target_files.py script. It allows
generating an incremental OTA that updates from a newer build to an
older one (based on timestamp comparison). "post-timestamp" line in the
metadata file will be replaced by "ota-downgrade=yes". A data wipe will
always be enforced, so "ota-wipe=yes" will also be included in the
metadata file.

Bug: 26883782
Change-Id: Iaa05f662d948b7ab632a9fbb7051cc3f8bf68c21
(cherry picked from commit 5d1825664a0fec256fa28d62aadcac96f59a41b2)

8 years ago"NRC67F"
The Android Automerger [Tue, 8 Mar 2016 02:35:43 +0000 (18:35 -0800)]
"NRC67F"

8 years ago"NRC67E"
The Android Automerger [Tue, 8 Mar 2016 00:53:52 +0000 (16:53 -0800)]
"NRC67E"

8 years agoEnable LOCAL_POST_LINK_CMD for non-static executables.
Yabin Cui [Wed, 2 Mar 2016 22:03:41 +0000 (14:03 -0800)]
Enable LOCAL_POST_LINK_CMD for non-static executables.

It is needed to insert testdata section into simpleperf cts test.

Bug: 27387280
Change-Id: I58cea106d135f535626d8624a016bd2aaceeb8ea
(cherry picked from commit 273e9109c1cefb760d96b8707d75704d733cc38b)

8 years ago"NRC67D"
The Android Automerger [Mon, 7 Mar 2016 20:56:33 +0000 (12:56 -0800)]
"NRC67D"

8 years agoSupport build old version of cts
Julien Desprez [Sat, 5 Mar 2016 12:05:49 +0000 (12:05 +0000)]
Support build old version of cts

Bug: 27508747
Change-Id: I3d474f6f6534e172ecf1d0a6c833a9dfa6164344

8 years agoFix dumping variables of absolute paths.
Ying Wang [Mon, 7 Mar 2016 19:27:20 +0000 (11:27 -0800)]
Fix dumping variables of absolute paths.

Calling $(abspath) is better than checking and prepending $(PWD) if
necessary.

Bug: 27429759
Change-Id: Ia156f8a5d6b88b6090f4d23c7f9166bd62d3ab70
(cherry-pick from commit 80ceadc94526d6c48c0022bf25281bb522914a3d)

8 years ago"NRC67C"
The Android Automerger [Mon, 7 Mar 2016 17:39:15 +0000 (09:39 -0800)]
"NRC67C"

8 years agoSupport build old version of cts
Julien Desprez [Sat, 5 Mar 2016 12:05:49 +0000 (12:05 +0000)]
Support build old version of cts

Bug: 27508747
Change-Id: I3d474f6f6534e172ecf1d0a6c833a9dfa6164344

8 years ago"NRC67B"
The Android Automerger [Mon, 7 Mar 2016 14:58:54 +0000 (06:58 -0800)]
"NRC67B"

8 years ago"NRC67"
The Android Automerger [Mon, 7 Mar 2016 08:01:33 +0000 (00:01 -0800)]
"NRC67"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Mon, 7 Mar 2016 08:00:13 +0000 (00:00 -0800)]
merge in nyc-release history after reset to nyc-dev

8 years ago"NRC66"
The Android Automerger [Sun, 6 Mar 2016 08:05:04 +0000 (00:05 -0800)]
"NRC66"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Sun, 6 Mar 2016 08:00:36 +0000 (00:00 -0800)]
merge in nyc-release history after reset to nyc-dev

8 years agoMerge "emulator: Add a product packages overlay." into nyc-dev
Prathmesh Prabhu [Fri, 4 Mar 2016 23:49:07 +0000 (23:49 +0000)]
Merge "emulator: Add a product packages overlay." into nyc-dev

8 years agoSmall fixes.
Ying Wang [Fri, 4 Mar 2016 21:56:23 +0000 (13:56 -0800)]
Small fixes.

Change-Id: Ia949ed0bc93edb78d0b029f3bd3dd584e9a00dc8
(cherry-pick from commit f0cb397a9e204c86be7730f94ae5fba84d88f89a)

8 years agoSpeed up lunch/tapas/etc. shell utility functions.
Ying Wang [Fri, 4 Mar 2016 04:57:21 +0000 (20:57 -0800)]
Speed up lunch/tapas/etc. shell utility functions.

1. Combined ~10 calls to the make build system to only one.
   We added a phony target "dump-many-vars" to the build system to dump
   "<var>=<value>" pairs. We then store the pairs as shell variables.
   With this cache get_build_var/get_abs_build_var can just return
   the shell variables instead of querying the build system.
2. Prune .git when we search for AndroidProduct.mks.

In internal source tree lunch time was reduced from ~15s to ~1.5s.

Bug: 27429759

(cherry picked from commit 08800fd905e70faf01d9392d00ff3f49d99097b7)

Change-Id: I862a0ec3c1aae97c552054dacec133e857042edf

8 years agoemulator: Add a product packages overlay.
Prathmesh Prabhu [Fri, 4 Mar 2016 21:43:04 +0000 (13:43 -0800)]
emulator: Add a product packages overlay.

Emulator is a product, so add an overlay that allows us to override some
stock android resources.

BUG: 27484734
Change-Id: I1b651316a14f6d5c79651813ad13302b67507cae

8 years ago"NRC63D"
The Android Automerger [Fri, 4 Mar 2016 19:25:21 +0000 (11:25 -0800)]
"NRC63D"

8 years ago"NRC63C"
The Android Automerger [Fri, 4 Mar 2016 01:48:15 +0000 (17:48 -0800)]
"NRC63C"

8 years agoAlign up java-lib-files and java-lib-deps.
Ying Wang [Thu, 3 Mar 2016 01:25:01 +0000 (17:25 -0800)]
Align up java-lib-files and java-lib-deps.

- For host Java libraries, java-lib-files should return javalib.jar.
- Host dalvik Java libraries are special: factor out
  host-dex-java-lib-files.
- Be explict that jack-lib-deps equals jack-lib-files.

Bug: 27451686
Change-Id: I9235384354e119ef7ebbf29b7e525d1ceea242e0

8 years ago"NRC63B"
The Android Automerger [Thu, 3 Mar 2016 20:32:10 +0000 (12:32 -0800)]
"NRC63B"

8 years agoHook incremental ext4 image generation into build
Mohamad Ayyash [Thu, 3 Mar 2016 05:07:23 +0000 (21:07 -0800)]
Hook incremental ext4 image generation into build

Allows passing the *.base_fs or *.map files for system and vendor in
INTERNAL_SYSTEM_BASE_FS_PATH and INTERNAL_VENDOR_BASE_FS_PATH variables
respectively.

Internal Design Doc: go/incremental-ext4
BUG: 26839493
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
Change-Id: Ie57ef6dbfa6084268b6535fe0a673a3b4aaa6e2f
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
8 years agoMerge "Add --auto-add-overlay if a module has LOCAL_STATIC_ANDROID_LIBRARIES" into...
Ying Wang [Thu, 3 Mar 2016 18:09:31 +0000 (18:09 +0000)]
Merge "Add --auto-add-overlay if a module has LOCAL_STATIC_ANDROID_LIBRARIES" into nyc-dev

8 years agoMerge "[DO NOT MERGE] Update BUILD_ID for nyc branches." into nyc-dev
Ying Wang [Thu, 3 Mar 2016 17:34:59 +0000 (17:34 +0000)]
Merge "[DO NOT MERGE] Update BUILD_ID for nyc branches." into nyc-dev

8 years agoMerge "Add JarJar support to BUILD_HOST_JAVA_LIBRARY" into nyc-dev
Neil Fuller [Thu, 3 Mar 2016 09:11:07 +0000 (09:11 +0000)]
Merge "Add JarJar support to BUILD_HOST_JAVA_LIBRARY" into nyc-dev

8 years agoMerge "Use Jack to check build" into nyc-dev
Yohann Roussel [Thu, 3 Mar 2016 08:47:41 +0000 (08:47 +0000)]
Merge "Use Jack to check build" into nyc-dev

8 years ago"NRC63"
The Android Automerger [Thu, 3 Mar 2016 08:03:59 +0000 (00:03 -0800)]
"NRC63"

8 years agomerge in nyc-release history after reset to nyc-dev
The Android Automerger [Thu, 3 Mar 2016 08:00:38 +0000 (00:00 -0800)]
merge in nyc-release history after reset to nyc-dev

8 years agoAdd --auto-add-overlay if a module has LOCAL_STATIC_ANDROID_LIBRARIES
Ying Wang [Thu, 3 Mar 2016 02:55:46 +0000 (18:55 -0800)]
Add --auto-add-overlay if a module has LOCAL_STATIC_ANDROID_LIBRARIES

Bug: 25958912
Change-Id: Iafba9eefde0823095775474bcb7cc5b6c21fd248

8 years ago[DO NOT MERGE] Update BUILD_ID for nyc branches.
Ying Wang [Thu, 3 Mar 2016 02:00:19 +0000 (18:00 -0800)]
[DO NOT MERGE] Update BUILD_ID for nyc branches.

Bug: 27327323
Change-Id: I60985c66a41cbece69f0a19c19bde7695b2ca48e