OSDN Git Service

android-x86/build.git
9 years agoRemove the vbox target from the build system.
Dan Albert [Wed, 10 Sep 2014 22:10:31 +0000 (15:10 -0700)]
Remove the vbox target from the build system.

I've been told this is no longer in use, and it's the only user of
external/grub, which is distressingly out of date.

Change-Id: I434a55e0d68f6db97fa71e294e983ff1802e9ba6
(cherry picked from commit de21059acf371a58019ef02aa79457923750aa79)

9 years agoMerge "Check PRODUCT_BOOT_JARS against a whitelist of package names." into lmp-dev
Ying Wang [Thu, 11 Sep 2014 18:06:51 +0000 (18:06 +0000)]
Merge "Check PRODUCT_BOOT_JARS against a whitelist of package names." into lmp-dev

9 years agoexplicitly check the superblock for differences
Doug Zongker [Thu, 11 Sep 2014 16:34:56 +0000 (09:34 -0700)]
explicitly check the superblock for differences

When generating incrementals for the system and vendor partitions,
check the first block (which contains the superblock) of the partition
to see if it's what we expect.  If this check fails, give an explicit
log message about the partition having been remounted R/W (the most
likely explanation) and the need to flash to get OTAs working again.

Bug: 17393999
Change-Id: Ifd2132b428dbc4907527291712690204a3664ac0

9 years agoMerge "Make the text generated by showAnnotations more noticable in docs" into lmp-dev
Jeff Arneson [Thu, 11 Sep 2014 00:02:22 +0000 (00:02 +0000)]
Merge "Make the text generated by showAnnotations more noticable in docs" into lmp-dev

9 years agoUse existing my_32_64_bit_suffix.
Ying Wang [Wed, 10 Sep 2014 23:11:41 +0000 (16:11 -0700)]
Use existing my_32_64_bit_suffix.

Change-Id: I75d9733870c37a44ce55ae6cbcfb3f67e1387e9d

9 years agoMerge "Pass -m32 or -m64 to llvm-rs-cc when reflecting C++." into lmp-dev
Tim Murray [Wed, 10 Sep 2014 22:35:58 +0000 (22:35 +0000)]
Merge "Pass -m32 or -m64 to llvm-rs-cc when reflecting C++." into lmp-dev

9 years agoPass -m32 or -m64 to llvm-rs-cc when reflecting C++.
Tim Murray [Wed, 10 Sep 2014 22:11:01 +0000 (15:11 -0700)]
Pass -m32 or -m64 to llvm-rs-cc when reflecting C++.

bug 17417839

Change-Id: Iea4aede874f751ac732c3e3ae7a11e18613edcf5

9 years agoMake the text generated by showAnnotations more noticable in docs
Jeff Arneson [Wed, 10 Sep 2014 20:55:39 +0000 (13:55 -0700)]
Make the text generated by showAnnotations more noticable in docs

Made the foreground of the "included in docs by annotation..." orange,
the same color used in the header of the docs page. This text is inserted
when the showAnnotations flag is used with doclava

Change-Id: I56e0b2060ed42cd0d077fff149d578d31c763f95

9 years agoMerge "Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:" into lmp-dev
Ian Rogers [Wed, 10 Sep 2014 20:20:51 +0000 (20:20 +0000)]
Merge "Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:" into lmp-dev

9 years agoRefine TARGET_GLOBAL_CFLAGS for x86 and x86_64:
Alexander Ivchenko [Tue, 9 Sep 2014 13:24:27 +0000 (17:24 +0400)]
Refine TARGET_GLOBAL_CFLAGS for x86 and x86_64:

       Remove -msse2 for x86 (-mssse3 should be provided by the compiler).
       Remove -fPIC (compiler provides by default).
       Remove -fno-inline-functions-called-once.

Change-Id: Ibb29934224c4eedfff926dc72c3b6342c1861ac9
(cherry picked from commit 388dce3192b6cecf7424e9d745c3147cc7335c24)

9 years agoCheck PRODUCT_BOOT_JARS against a whitelist of package names.
Ying Wang [Wed, 10 Sep 2014 03:47:32 +0000 (20:47 -0700)]
Check PRODUCT_BOOT_JARS against a whitelist of package names.

The whitelist is a preconfigured list of regular expressions of package
names.
Run the check as a task by default in platform build.

Bug: 17434570
Change-Id: Ieaaf7efb5f4fc7a83677f3675780ca902972be97

9 years agoam 0ab5cc6b: am 99332f11: Allow for opt-in of proguard shrinking of tests with new...
Mark Renouf [Wed, 10 Sep 2014 07:01:07 +0000 (07:01 +0000)]
am 0ab5cc6b: am 99332f11: Allow for opt-in of proguard shrinking of tests with new flag

* commit '0ab5cc6b8e04e0a07778f3c620a9edac3a40bc4e':
  Allow for opt-in of proguard shrinking of tests with new flag

9 years agoam 99332f11: Allow for opt-in of proguard shrinking of tests with new flag
Mark Renouf [Wed, 10 Sep 2014 01:42:21 +0000 (01:42 +0000)]
am 99332f11: Allow for opt-in of proguard shrinking of tests with new flag

* commit '99332f11c5cdf1e58eb056c019d3ca8b1e3f034a':
  Allow for opt-in of proguard shrinking of tests with new flag

9 years agoAllow for opt-in of proguard shrinking of tests with new flag
Mark Renouf [Wed, 10 Sep 2014 00:08:46 +0000 (20:08 -0400)]
Allow for opt-in of proguard shrinking of tests with new flag

By adding 'shrinktests' to LOCAL_PROGUARD_ENABLED, the -dontshrink
flag will be omitted from the resulting proguard config allowing
tests to have unnecessary classes removed before dexxing.

Clockwork is running into 64k method limits on some tests which
depend on GmsCore. On 4.4W (klp-modular-dev) we don't have the
option for multi-dex so proguard is the only solution here.

This change leaves the default behavior unchanged. Shrinking is
still disabled for tests by default unless the 'shrinktests'
flag is set in the Makefile.

Change-Id: Ib586ae9e7f617072b41e95742559bf7c8a6a6ce1

9 years agoselect default search_path by platform
Doug Zongker [Tue, 9 Sep 2014 21:59:20 +0000 (14:59 -0700)]
select default search_path by platform

Bug: 17443175
Change-Id: I2b8b0a3b56e667b749ac167a6d09dc973ecf8419

9 years agoMerge "Add com.android.future.usb.accessory support library to all builds" into lmp-dev
Mike Lockwood [Mon, 8 Sep 2014 18:02:36 +0000 (18:02 +0000)]
Merge "Add com.android.future.usb.accessory support library to all builds" into lmp-dev

9 years agoAdd com.android.future.usb.accessory support library to all builds
Mike Lockwood [Mon, 8 Sep 2014 17:34:18 +0000 (10:34 -0700)]
Add com.android.future.usb.accessory support library to all builds

so we don't have to remember to add it to device.mk for all products.

Bug: 17189905
Change-Id: Ia19c5e16bc7916996804a52eccd3ecca89099f09

9 years agoMerge "Show annotation information in generated documentation" into lmp-dev
Jeff Arneson [Mon, 8 Sep 2014 16:39:56 +0000 (16:39 +0000)]
Merge "Show annotation information in generated documentation" into lmp-dev

9 years agoMerge "Run device-specific tasks at the end of Makefile." into lmp-dev
Ying Wang [Sat, 6 Sep 2014 22:54:57 +0000 (22:54 +0000)]
Merge "Run device-specific tasks at the end of Makefile." into lmp-dev

9 years agoam 03f8a4df: am 4f3d3147: Merge "Add java_args as a valid option" into klp-modular-dev
Baligh Uddin [Sat, 6 Sep 2014 04:20:10 +0000 (04:20 +0000)]
am 03f8a4df: am 4f3d3147: Merge "Add java_args as a valid option" into klp-modular-dev

* commit '03f8a4dfb557ddd56014ed91824f080c82564042':
  Add java_args as a valid option

9 years agoam 95c17467: am 1131d89b: Add jvm args option. I rather not hardcode some large...
Baligh Uddin [Sat, 6 Sep 2014 04:20:09 +0000 (04:20 +0000)]
am 95c17467: am 1131d89b: Add jvm args option.  I rather not hardcode some large value just for Volantis.  This can easily be passed in from sign-build.sh and should be a no-op for any other tools

* commit '95c17467b72114ffb3941ec146cbe2a1a147e44e':
  Add jvm args option.  I rather not hardcode some large value just for Volantis.  This can easily be passed in from sign-build.sh and should be a no-op for any other tools

9 years agoam 4f3d3147: Merge "Add java_args as a valid option" into klp-modular-dev
Baligh Uddin [Sat, 6 Sep 2014 02:47:04 +0000 (02:47 +0000)]
am 4f3d3147: Merge "Add java_args as a valid option" into klp-modular-dev

* commit '4f3d31479d5e4e8d35e60de628417cb820d69f5e':
  Add java_args as a valid option

9 years agoam 1131d89b: Add jvm args option. I rather not hardcode some large value just for...
Baligh Uddin [Sat, 6 Sep 2014 02:47:02 +0000 (02:47 +0000)]
am 1131d89b: Add jvm args option.  I rather not hardcode some large value just for Volantis.  This can easily be passed in from sign-build.sh and should be a no-op for any other tools

* commit '1131d89b426d7da401885d37a50a908c9f87d2a1':
  Add jvm args option.  I rather not hardcode some large value just for Volantis.  This can easily be passed in from sign-build.sh and should be a no-op for any other tools

9 years agoMerge "Add java_args as a valid option" into klp-modular-dev
Baligh Uddin [Sat, 6 Sep 2014 02:19:36 +0000 (02:19 +0000)]
Merge "Add java_args as a valid option" into klp-modular-dev

9 years agoAdd java_args as a valid option
Baligh Uddin [Sat, 6 Sep 2014 00:36:20 +0000 (17:36 -0700)]
Add java_args as a valid option

Bug: 17393134
Change-Id: If2749d03b5d409a08d415a829dd21f986cac1789
(cherry picked from commit bdc2e3186fc4ab22b9249d8e1b317a024e295c7f)

9 years agoAdd jvm args option. I rather not hardcode some large value just for Volantis. ...
Baligh Uddin [Fri, 5 Sep 2014 18:18:07 +0000 (11:18 -0700)]
Add jvm args option.  I rather not hardcode some large value just for Volantis.  This can easily be passed in from sign-build.sh and should be a no-op for any other tools

Bug: 17393134
Change-Id: Ic2325d7c1e1e7292c9339e169efbed526f82263c
(cherry picked from commit 339ee4968a26d3a795ecfcd798c6e2d7b01d81d9)

9 years agoRun device-specific tasks at the end of Makefile.
Ying Wang [Sat, 6 Sep 2014 00:47:34 +0000 (17:47 -0700)]
Run device-specific tasks at the end of Makefile.

This allows us to add device-specific tasks.

Bug: 17406520
Change-Id: If23a6d530104a8dc3eeaf8215d8d41a6847f4645

9 years agoAdd java_args as a valid option
Baligh Uddin [Sat, 6 Sep 2014 00:36:20 +0000 (17:36 -0700)]
Add java_args as a valid option

Bug: 17393134
Change-Id: If2749d03b5d409a08d415a829dd21f986cac1789

9 years agoShow annotation information in generated documentation
Jeff Arneson [Fri, 22 Aug 2014 22:40:47 +0000 (15:40 -0700)]
Show annotation information in generated documentation

Display the annotations used to override @hide for classes in packages
and methods in classes.

Bug: 16848303
Change-Id: I5599e6593613edbbe6a002d5d46a0a6561dec55a

9 years agoMerge "Add jvm args option. I rather not hardcode some large value just for Volantis...
Baligh Uddin [Fri, 5 Sep 2014 22:00:52 +0000 (22:00 +0000)]
Merge "Add jvm args option.  I rather not hardcode some large value just for Volantis.  This can easily be passed in from sign-build.sh and should be a no-op for any other tools" into lmp-dev

9 years agoMerge "Now we have prebuilt SDK version system_current for apps_only build." into...
Ying Wang [Fri, 5 Sep 2014 20:13:49 +0000 (20:13 +0000)]
Merge "Now we have prebuilt SDK version system_current for apps_only build." into lmp-dev

9 years agoAdd jvm args option. I rather not hardcode some large value just for Volantis. ...
Baligh Uddin [Fri, 5 Sep 2014 18:18:07 +0000 (11:18 -0700)]
Add jvm args option.  I rather not hardcode some large value just for Volantis.  This can easily be passed in from sign-build.sh and should be a no-op for any other tools

Bug: 17393134
Change-Id: Ic2325d7c1e1e7292c9339e169efbed526f82263c

9 years agoMerge "Change mips64 default to mips64r6 from mips64r2" into lmp-dev
Andrew Hsieh [Fri, 5 Sep 2014 05:26:20 +0000 (05:26 +0000)]
Merge "Change mips64 default to mips64r6 from mips64r2" into lmp-dev

9 years agoChange mips64 default to mips64r6 from mips64r2
Andrew Hsieh [Fri, 5 Sep 2014 01:58:22 +0000 (18:58 -0700)]
Change mips64 default to mips64r6 from mips64r2

Also add back mips flags previously can't be handled by clang

See aosp/build
  13066a8d4c2f8ddb2348e6d3df3948a0f4dbf105
  10326b3d7f1966381812ef55478619f714917c23

Change-Id: Iedc8dadd24f72fbd9c5589eec34677c1827290f3

9 years agoFix sdk_font build warning.
Deepanshu Gupta [Fri, 5 Sep 2014 01:59:05 +0000 (18:59 -0700)]
Fix sdk_font build warning.

Commit f0adf87d42a6c536330d62b7fed407ad773bcf9e did not fix the warning
properly.

Change-Id: I536aeb4bce4dab63c0f35f32b76653d5b07a8ff0

9 years agoNow we have prebuilt SDK version system_current for apps_only build.
Ying Wang [Thu, 4 Sep 2014 19:18:51 +0000 (12:18 -0700)]
Now we have prebuilt SDK version system_current for apps_only build.

We don't need to explicitly add "system_current" to the list.

Bug: 17390410
Change-Id: I490d0e1cb8e194b6a0bf8bf1703781aef88901d4

9 years agoFix build breakage due to incorrect bcc_compat RS_TRIPLE.
Stephen Hines [Wed, 3 Sep 2014 02:09:35 +0000 (19:09 -0700)]
Fix build breakage due to incorrect bcc_compat RS_TRIPLE.

Bug: 17333374
Change-Id: I13582ce0cde86f7b3728aa4f45a5197438d65a2d

9 years agoFix RS_TRIPLE and RS_TRIPLE_CFLAGS.
Stephen Hines [Fri, 29 Aug 2014 21:43:53 +0000 (14:43 -0700)]
Fix RS_TRIPLE and RS_TRIPLE_CFLAGS.

Bug: 17333374

Add RS_TRIPLE_CFLAGS to ensure that we build with the proper defines on
targets like x86. This also changes all build targets to use the
proper 32/64-bit triples when creating their runtime libraries.

(cherry picked from commit 039675adb8882b21e770edac1bd167d7fb489052)

Change-Id: Ib7b5bb7aae5abcad9ab477a00e368179d0121091

9 years agoadd missing AOSP copyright notices
Doug Zongker [Tue, 2 Sep 2014 15:53:09 +0000 (08:53 -0700)]
add missing AOSP copyright notices

Change-Id: Idc812db30b259a55702f8728197f957f2d24d978

9 years agoAdd --no-include-debug-symbols to avoid bloat in user builds
Brian Carlstrom [Fri, 29 Aug 2014 00:16:11 +0000 (17:16 -0700)]
Add --no-include-debug-symbols to avoid bloat in user builds

Bug: 16938924
Change-Id: I9f580d74bc5607483fc1193c2db56f0d27b44347

9 years agoMerge "Add anydpi to all product configs" into lmp-dev
Adam Lesinski [Wed, 27 Aug 2014 17:43:48 +0000 (17:43 +0000)]
Merge "Add anydpi to all product configs" into lmp-dev

9 years agoam 71346e66: am 14d6c100: am 54d2ca33: docs: Changing adt bundle links to HTTPS
Ricardo Cervera [Wed, 27 Aug 2014 16:28:11 +0000 (16:28 +0000)]
am 71346e66: am 14d6c100: am 54d2ca33: docs: Changing adt bundle links to HTTPS

* commit '71346e665f83bc80df5f32127639582387b100fd':
  docs: Changing adt bundle links to HTTPS

9 years agoam 14d6c100: am 54d2ca33: docs: Changing adt bundle links to HTTPS
Ricardo Cervera [Wed, 27 Aug 2014 16:16:15 +0000 (16:16 +0000)]
am 14d6c100: am 54d2ca33: docs: Changing adt bundle links to HTTPS

* commit '14d6c100aa1926ec9e24c1f17e3aabba95141503':
  docs: Changing adt bundle links to HTTPS

9 years agoam 54d2ca33: docs: Changing adt bundle links to HTTPS
Ricardo Cervera [Wed, 27 Aug 2014 16:10:44 +0000 (16:10 +0000)]
am 54d2ca33: docs: Changing adt bundle links to HTTPS

* commit '54d2ca33a3ccf2716cb80f8cfa990adff6935c39':
  docs: Changing adt bundle links to HTTPS

9 years agodocs: Changing adt bundle links to HTTPS
Ricardo Cervera [Wed, 27 Aug 2014 15:48:49 +0000 (08:48 -0700)]
docs: Changing adt bundle links to HTTPS

Change-Id: I35c291bfef9a267aab5b8f108a6c6592c4f08750

9 years agoAdd anydpi to all product configs
Adam Lesinski [Tue, 26 Aug 2014 22:29:33 +0000 (15:29 -0700)]
Add anydpi to all product configs

Change-Id: Ia5e0834c585891de58e5daf3473563ab64dba74c

9 years agoMake sure that ro.dalvik.vm.native.bridge is always set.
Calin Juravle [Tue, 26 Aug 2014 21:46:13 +0000 (22:46 +0100)]
Make sure that ro.dalvik.vm.native.bridge is always set.

A value of "0" means that native bridge is disabled.

Bug: 17104449

Change-Id: Id68afe305cd11471fed8aa3f5568e5dbfc22166c

9 years agoMerge "Allow to overrde command make in envsetup.sh." into lmp-dev
Ying Wang [Tue, 26 Aug 2014 21:29:36 +0000 (21:29 +0000)]
Merge "Allow to overrde command make in envsetup.sh." into lmp-dev

9 years agoMerge "Shhhhhhh!!!" into lmp-dev
Dianne Hackborn [Tue, 26 Aug 2014 20:56:49 +0000 (20:56 +0000)]
Merge "Shhhhhhh!!!" into lmp-dev

9 years agorefactor BlockDifference into common
Doug Zongker [Tue, 26 Aug 2014 17:40:28 +0000 (10:40 -0700)]
refactor BlockDifference into common

Move BlockDifference into common and make its script generation code
more complete, so that it can be use by releasetools.py to do diffs on
baseband images.

Bug: 16984795
Change-Id: Iba9afc1c7755458ce47468b5170672612b2cb4b3

9 years agoremove unused xdelta3/xz utilities
Doug Zongker [Fri, 22 Aug 2014 19:45:23 +0000 (12:45 -0700)]
remove unused xdelta3/xz utilities

This was part of the original block-based OTA mechanism.

Bug: 16987495
Change-Id: I5bd6599829ee6084a8da1f0b14af87aabf07c130

9 years agofix build
Doug Zongker [Fri, 22 Aug 2014 21:48:50 +0000 (14:48 -0700)]
fix build

Change-Id: I1e503406129343bbfddacc1150c81e403b47778c

9 years agonew block OTA system tools
Doug Zongker [Tue, 26 Aug 2014 20:10:25 +0000 (13:10 -0700)]
new block OTA system tools

Replace the xdelta/xz-based block OTA generation with a new system
based on the existing bsdiff/imgdiff tools.

Bug: 16984795
Change-Id: Ia9732516ffdfc12be86260b2cc4b1dd2d210e886

9 years agoShhhhhhh!!!
Dianne Hackborn [Tue, 26 Aug 2014 19:39:26 +0000 (12:39 -0700)]
Shhhhhhh!!!

Change-Id: I3bb72742f788c70f82f311b6ffba479aa02a1eb0

9 years agoMerge "Push ISA features into system properties" into lmp-dev
Calin Juravle [Tue, 26 Aug 2014 17:34:42 +0000 (17:34 +0000)]
Merge "Push ISA features into system properties" into lmp-dev

9 years agoPush ISA features into system properties
Calin Juravle [Tue, 19 Aug 2014 19:28:08 +0000 (20:28 +0100)]
Push ISA features into system properties

We need to know instruction set featues at runtime as well so that the
apps get compiled on target with the proper features. The properties are
read by installd and passed to dex2oat.

Bug: 16716262
Change-Id: Ia73f2055f696880d45a63a0d6e0ee98d37a01113

9 years agoAllow to overrde command make in envsetup.sh.
Ying Wang [Mon, 25 Aug 2014 05:14:19 +0000 (22:14 -0700)]
Allow to overrde command make in envsetup.sh.

To override define function get_make_command() in vendor's
vendor-envsetup.sh.

Change-Id: I553e60816eb789750ccd16110f2e82a5087587e8

9 years agoFix aidl post clean bug.
Ying Wang [Sat, 23 Aug 2014 16:45:31 +0000 (09:45 -0700)]
Fix aidl post clean bug.

We really should check MODULES_WITH_AIDL_FILES against ALL_MODULES,
instead of modules_with_aidl_files, because a module could have just
remove any aidl files so it won't appear in modules_with_aidl_files.

Change-Id: Iab92be1ed5f0556b7236be41d90d8471c7193928

9 years agotake bootable images from target_files if present
Doug Zongker [Fri, 22 Aug 2014 15:07:12 +0000 (08:07 -0700)]
take bootable images from target_files if present

Now that we're building and saving images in the target_files at build
time, we should use those images instead of rebuilding them.

Bug: 17201052
Change-Id: I459e650f66f1e0bdf01ad54df9e34f36bf2ee899

9 years agoMerge "Add TARGET_FDO_LDFLAGS to make sure -lgcc is always linked after -lgcov."...
Dehao Chen [Thu, 21 Aug 2014 17:30:07 +0000 (17:30 +0000)]
Merge "Add TARGET_FDO_LDFLAGS to make sure -lgcc is always linked after -lgcov." into lmp-dev

9 years agoAdd en_AU as a supported locale
Baligh Uddin [Thu, 21 Aug 2014 16:03:42 +0000 (09:03 -0700)]
Add en_AU as a supported locale

Bug: 14587692

9 years agoAdd TARGET_FDO_LDFLAGS to make sure -lgcc is always linked after -lgcov.
Dehao Chen [Wed, 20 Aug 2014 23:48:17 +0000 (16:48 -0700)]
Add TARGET_FDO_LDFLAGS to make sure -lgcc is always linked after -lgcov.

Change-Id: I33a94abe58391a8564ada14417b0158ddd7ed2d6

9 years agoUse the specified verity key to sign boot and recovery OTA images.
Geremy Condra [Wed, 20 Aug 2014 00:27:56 +0000 (17:27 -0700)]
Use the specified verity key to sign boot and recovery OTA images.

This ensures that when the verity key is rotated to a release key
both the boot and recovery images will be correctly signed. It does
mean that they will both be signed with the same key for now, but
as that doesn't change the threat model separating them is just a
distant nice-to-have.

Bug: 15725238
Change-Id: I5b75e4346fe0655065643ab553431690cc1a8cb0

9 years agoRemove incomplete media router API. (DO NOT MERGE)
Jeff Brown [Wed, 20 Aug 2014 00:36:33 +0000 (17:36 -0700)]
Remove incomplete media router API. (DO NOT MERGE)

Change-Id: Icc0800e2cdb9b0a5ad2bcde760d9eefd0aea74ea

9 years agoAdd support for switching to verity release keys.
Geremy Condra [Wed, 30 Jul 2014 00:54:54 +0000 (17:54 -0700)]
Add support for switching to verity release keys.

Bug: 15725238
Change-Id: I8f92210fd854b5a2567cf76aaecb5be02c3f9293

9 years agoMerge "Store a copy of installed-files.txt in DIST_DIR if system.img failed to build...
Ying Wang [Tue, 19 Aug 2014 21:27:43 +0000 (21:27 +0000)]
Merge "Store a copy of installed-files.txt in DIST_DIR if system.img failed to build" into lmp-dev

9 years agoStore a copy of installed-files.txt in DIST_DIR if system.img failed to build
Ying Wang [Tue, 19 Aug 2014 19:21:35 +0000 (12:21 -0700)]
Store a copy of installed-files.txt in DIST_DIR if system.img failed to build

Because we already have rule to store installed-files.txt in DIST_DIR,
to avoid the slim chance of race condition, this copy is named as
installed-files-rescued.txt

Change-Id: I9fa6d8aded0ad5de1f1422d70a4224b3fc308e75

9 years agoAdd CPU_ABIs for the second generic_arm64 architecture.
Narayan Kamath [Tue, 19 Aug 2014 12:03:01 +0000 (13:03 +0100)]
Add CPU_ABIs for the second generic_arm64 architecture.

This was accidentally removed by commit 8dc227f48214dd9c38c82.
Breaks builds for apps that use gnustl_static for 32 bit compiles
on an arm64 target.

bug: 16951392

Change-Id: I89480943284944fd95543cccbf40a8de22852197

9 years agoam 0e541aea: am a76761f0: am f7115dbe: am 2888b790: am c48566fb: am 48b4f2b4: am...
Ying Wang [Sat, 16 Aug 2014 06:09:14 +0000 (06:09 +0000)]
am 0e541aea: am a76761f0: am f7115dbe: am 2888b790: am c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit '0e541aea503a594a535777accc8475d9adc78c8f':
  Split to multiple bash commands.

9 years agoam a76761f0: am f7115dbe: am 2888b790: am c48566fb: am 48b4f2b4: am ed7bdb8f: am...
Ying Wang [Sat, 16 Aug 2014 06:01:13 +0000 (06:01 +0000)]
am a76761f0: am f7115dbe: am 2888b790: am c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit 'a76761f0d57f7fc8ec9f987a808b534957f0b077':
  Split to multiple bash commands.

9 years agoam f7115dbe: am 2888b790: am c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am...
Ying Wang [Sat, 16 Aug 2014 05:56:06 +0000 (05:56 +0000)]
am f7115dbe: am 2888b790: am c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit 'f7115dbe3cbf2fc25e5d507517e6ca4dd1ce5dc9':
  Split to multiple bash commands.

9 years agoam 2888b790: am c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am...
Ying Wang [Sat, 16 Aug 2014 05:52:42 +0000 (05:52 +0000)]
am 2888b790: am c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit '2888b790852af988331be1d59af01d242012f7e4':
  Split to multiple bash commands.

9 years agoam c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am...
Ying Wang [Sat, 16 Aug 2014 05:18:20 +0000 (05:18 +0000)]
am c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit 'c48566fb6129c979186d919dcd55d7c682cf46a3':
  Split to multiple bash commands.

9 years agoam 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am...
Ying Wang [Sat, 16 Aug 2014 05:09:26 +0000 (05:09 +0000)]
am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit '48b4f2b476b660977d1d2179d12efb933f187efb':
  Split to multiple bash commands.

9 years agoMerge "Let aosp_arm64 / emulator assume NEON / cortex-a15." into lmp-dev
Narayan Kamath [Tue, 19 Aug 2014 09:06:48 +0000 (09:06 +0000)]
Merge "Let aosp_arm64 / emulator assume NEON / cortex-a15." into lmp-dev

9 years agoMerge "Remove inputflinger from build. DO NOT MERGE" into lmp-dev
Michael Wright [Tue, 19 Aug 2014 01:36:04 +0000 (01:36 +0000)]
Merge "Remove inputflinger from build. DO NOT MERGE" into lmp-dev

9 years agoLet aosp_arm64 / emulator assume NEON / cortex-a15.
Narayan Kamath [Mon, 18 Aug 2014 18:20:07 +0000 (19:20 +0100)]
Let aosp_arm64 / emulator assume NEON / cortex-a15.

It's only unbundled app builds that need to assume the
worst.

bug: 16951392
Change-Id: I5fda39c4132dafa58fefe02b767a4d2a208f3b12

9 years agoRemove inputflinger from build. DO NOT MERGE
Michael Wright [Mon, 18 Aug 2014 17:19:59 +0000 (10:19 -0700)]
Remove inputflinger from build. DO NOT MERGE

Change-Id: Ic3031732ea9915e5fac0f5261985027f07125618

9 years agoMerge "Check existance of profile directory for specific device." into lmp-dev
Dehao Chen [Mon, 18 Aug 2014 22:59:36 +0000 (22:59 +0000)]
Merge "Check existance of profile directory for specific device." into lmp-dev

9 years agoam d1f90c7e: am 0e541aea: am a76761f0: am f7115dbe: am 2888b790: am c48566fb: am...
Ying Wang [Mon, 18 Aug 2014 18:06:28 +0000 (18:06 +0000)]
am d1f90c7e: am 0e541aea: am a76761f0: am f7115dbe: am 2888b790: am c48566fb: am 48b4f2b4: am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit 'd1f90c7e8fa828867dabc0fcb6b86694958256d4':
  Split to multiple bash commands.

9 years agoam 446c14f9: am 989cdde7: am 39ddf5fc: am e3999d7d: am 9aafe186: am 9ec5c4d6: am...
Ying Wang [Mon, 18 Aug 2014 16:50:03 +0000 (16:50 +0000)]
am 446c14f9: am 989cdde7: am 39ddf5fc: am e3999d7d: am 9aafe186: am 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit '446c14f9efff9da7841fd53dd4500095396e1464':
  Split to multiple bash commands.

9 years agoCheck existance of profile directory for specific device.
Dehao Chen [Mon, 18 Aug 2014 16:43:42 +0000 (09:43 -0700)]
Check existance of profile directory for specific device.

Change-Id: I149c257e98c8483b79f2afc1e5b871731f6f6519

9 years agoam ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am...
Ying Wang [Sat, 16 Aug 2014 00:55:50 +0000 (00:55 +0000)]
am ed7bdb8f: am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit 'ed7bdb8f48e6388f780da824be054fcc3c103523':
  Split to multiple bash commands.

9 years agoam 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am...
Ying Wang [Sat, 16 Aug 2014 00:48:31 +0000 (00:48 +0000)]
am 6d1f2c64: am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit '6d1f2c647b68767880cb006df02fa9191d763e42':
  Split to multiple bash commands.

9 years agoam 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split...
Ying Wang [Sat, 16 Aug 2014 00:45:10 +0000 (00:45 +0000)]
am 6afa19ab: am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit '6afa19abfcce434f15ba2aa87e7dcbc53b66b402':
  Split to multiple bash commands.

9 years agoam 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple...
Ying Wang [Sat, 16 Aug 2014 00:39:04 +0000 (00:39 +0000)]
am 40e0cfd3: am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit '40e0cfd31ccb46465ee510e7b7dac66c0b8be827':
  Split to multiple bash commands.

9 years agoam a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.
Ying Wang [Sat, 16 Aug 2014 00:35:42 +0000 (00:35 +0000)]
am a5bb9a73: am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit 'a5bb9a73cfb2cbc4a592ae45645c8440e169c746':
  Split to multiple bash commands.

9 years agoam 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.
Ying Wang [Sat, 16 Aug 2014 00:29:58 +0000 (00:29 +0000)]
am 66c28d86: am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit '66c28d86a47ed284492ffbe6a59d30bf201198cd':
  Split to multiple bash commands.

9 years agoam 042e3b75: am a65eb8c7: Split to multiple bash commands.
Ying Wang [Sat, 16 Aug 2014 00:23:56 +0000 (00:23 +0000)]
am 042e3b75: am a65eb8c7: Split to multiple bash commands.

* commit '042e3b75b4847f675848203f91396a1740579d69':
  Split to multiple bash commands.

9 years agoam a65eb8c7: Split to multiple bash commands.
Ying Wang [Sat, 16 Aug 2014 00:20:19 +0000 (00:20 +0000)]
am a65eb8c7: Split to multiple bash commands.

* commit 'a65eb8c7899751f91fd34824f755fa4708cde30b':
  Split to multiple bash commands.

9 years agoSplit to multiple bash commands.
Ying Wang [Fri, 26 Oct 2012 16:21:28 +0000 (09:21 -0700)]
Split to multiple bash commands.

This can fix the error "/bin/bash: Argument list too long", if we get a
really long apk list.
Link: http://code.google.com/p/android/issues/detail?id=38937
(cherry picked from commit d9a88d585f162c5b99c5c6f995c0400fc616bd26)

Change-Id: I80cd07cf50cc2b04e4b6aa9d5ecb1faf80d4cb5c

9 years agoam 989cdde7: am 39ddf5fc: am e3999d7d: am 9aafe186: am 9ec5c4d6: am 9b7a2912: am...
Ying Wang [Fri, 15 Aug 2014 23:48:21 +0000 (23:48 +0000)]
am 989cdde7: am 39ddf5fc: am e3999d7d: am 9aafe186: am 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit '989cdde7f4197521f8b74432e80f0eb492532cae':
  Split to multiple bash commands.

9 years agoam 39ddf5fc: am e3999d7d: am 9aafe186: am 9ec5c4d6: am 9b7a2912: am d86851e1: am...
Ying Wang [Fri, 15 Aug 2014 23:41:49 +0000 (23:41 +0000)]
am 39ddf5fc: am e3999d7d: am 9aafe186: am 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit '39ddf5fc79f01c774407468631da2249bad4e904':
  Split to multiple bash commands.

9 years agoam e3999d7d: am 9aafe186: am 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am...
Ying Wang [Fri, 15 Aug 2014 23:36:32 +0000 (23:36 +0000)]
am e3999d7d: am 9aafe186: am 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit 'e3999d7d1ee7c891e3ee7f6108545aa183e22b1c':
  Split to multiple bash commands.

9 years agoam 9aafe186: am 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am...
Ying Wang [Fri, 15 Aug 2014 23:30:29 +0000 (23:30 +0000)]
am 9aafe186: am 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit '9aafe1861b269b32fdc6a42207a2197ddc38665d':
  Split to multiple bash commands.

9 years agoam 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split...
Ying Wang [Fri, 15 Aug 2014 23:22:46 +0000 (23:22 +0000)]
am 9ec5c4d6: am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit '9ec5c4d6f0fc9ef4b3285463175e5c8ff65b2bb3':
  Split to multiple bash commands.

9 years agoam 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple...
Ying Wang [Fri, 15 Aug 2014 23:16:35 +0000 (23:16 +0000)]
am 9b7a2912: am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit '9b7a2912e77d9397cf8b2b5218d34c20995586f5':
  Split to multiple bash commands.

9 years agoam d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.
Ying Wang [Fri, 15 Aug 2014 23:10:07 +0000 (23:10 +0000)]
am d86851e1: am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit 'd86851e11937bfebbfe42d1bb8b5e7526233781f':
  Split to multiple bash commands.

9 years agoam f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.
Ying Wang [Fri, 15 Aug 2014 23:03:22 +0000 (23:03 +0000)]
am f412865c: am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit 'f412865c322e045606c2b354a4e20b8aaf5c5efa':
  Split to multiple bash commands.

9 years agoam ff71c499: am 2ff73494: Split to multiple bash commands.
Ying Wang [Fri, 15 Aug 2014 22:59:26 +0000 (22:59 +0000)]
am ff71c499: am 2ff73494: Split to multiple bash commands.

* commit 'ff71c49950682d31c5df9f9b979cc942d32dab9c':
  Split to multiple bash commands.