OSDN Git Service

android-x86/build.git
9 years agoUse fonts from generic device for the SDK.
Deepanshu Gupta [Fri, 1 Aug 2014 17:14:15 +0000 (10:14 -0700)]
Use fonts from generic device for the SDK.

This removes the explicit list of fonts for the SDK and replaces it with
the fonts built for the generic device.

Also, the symlinked fonts are copied becuase Windows doesn't support
symlinks.

Change-Id: I8b18b2ab0149ab24448f27dbd5f9716e5d360029

9 years agoMerge "[MIPSR6] Add mips64r6 and mips32r6 targets" into lmp-dev
Ying Wang [Tue, 5 Aug 2014 21:05:01 +0000 (21:05 +0000)]
Merge "[MIPSR6] Add mips64r6 and mips32r6 targets" into lmp-dev

9 years ago[MIPSR6] Add mips64r6 and mips32r6 targets
Duane Sand [Wed, 9 Jul 2014 20:30:52 +0000 (13:30 -0700)]
[MIPSR6] Add mips64r6 and mips32r6 targets

Add mips64r6 target and corresponding mips32r6 target.
Defaults remain as mips64r2 and mips32r2.

Apply -FP64A codegen subsetting to mips32r6 only.
Access FR=0 odd-numbered 32-bit float regs only via
double-prec even-numbered regs, not by single-prec ops.

(cherry picked from commit 6bab974cdc90cb3a7514c7255b6e6adfb9c98e2b)

Change-Id: I447337ce56c15e86cec505d68a6b45294fc3ba77

9 years ago[MIPS64] Enable mips64 clang
Duane Sand [Tue, 3 Jun 2014 23:05:59 +0000 (16:05 -0700)]
[MIPS64] Enable mips64 clang

(cherry picked from commit 41ca4446370ba90e472e45a8897868855185a6c7)

Change-Id: I0b141c58c88fe86e3a59844f53acc9a0e0a5271c

9 years ago[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains
Duane Sand [Tue, 22 Jul 2014 21:34:00 +0000 (14:34 -0700)]
[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains

Use 4.9 mips64el toolchain for both 64- and 32-bit builds.
Tell ld when 32-bit links are required.
Override 4.9's changed defaults for mips floating point
register use, to get same assembler rules as 4.8 and earlier.

Also: drop unused  soft-fp build targets, cleanout redundant
compiler options, and remove extraneous Android.mk file.

(cherry picked from commit 6670e24aed1ca66f21a6af759a0d156bb3df1739)

Change-Id: I34d2f8fc6113c9d1670e3acff1aff48634b9fe1b

9 years agoMerge "[MIPS64] Enable mips64 clang" into lmp-dev
Ying Wang [Tue, 5 Aug 2014 21:04:48 +0000 (21:04 +0000)]
Merge "[MIPS64] Enable mips64 clang" into lmp-dev

9 years agoMerge "[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains" into lmp-dev
Ying Wang [Tue, 5 Aug 2014 21:04:37 +0000 (21:04 +0000)]
Merge "[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains" into lmp-dev

9 years agoadd 5 minute timeout on binary patch construction
Doug Zongker [Tue, 5 Aug 2014 17:39:37 +0000 (10:39 -0700)]
add 5 minute timeout on binary patch construction

When making bsdiff/imgdiff patches, give up after 5 minutes.  (On
certain large files it can take hours to build a patch, if it ever
even completes.)

Change-Id: I123c06f8194f85f6f4e640f7eb31c7746f76ba4d

9 years agoMerge "fall back to generating full OTA if incremental fails" into lmp-dev
Doug Zongker [Mon, 4 Aug 2014 23:08:54 +0000 (23:08 +0000)]
Merge "fall back to generating full OTA if incremental fails" into lmp-dev

9 years agofall back to generating full OTA if incremental fails
Doug Zongker [Mon, 4 Aug 2014 23:06:43 +0000 (16:06 -0700)]
fall back to generating full OTA if incremental fails

Block incremental OTA generation can currently fail on some
target-files pairs.  Fall back to generating a full OTA so that the
script succeeds rather than failing.

Change-Id: Ide70395d1f3759aa2076bd173836f6a5e5b397c0

9 years agoMerge "Don't apply PRODUCT_AAPT_PREF_CONFIG if LOCAL_PACKAGE_SPLITS is set" into...
Ying Wang [Wed, 30 Jul 2014 20:44:35 +0000 (20:44 +0000)]
Merge "Don't apply PRODUCT_AAPT_PREF_CONFIG if LOCAL_PACKAGE_SPLITS is set" into lmp-dev

9 years agoDon't apply PRODUCT_AAPT_PREF_CONFIG if LOCAL_PACKAGE_SPLITS is set
Ying Wang [Wed, 30 Jul 2014 20:40:14 +0000 (13:40 -0700)]
Don't apply PRODUCT_AAPT_PREF_CONFIG if LOCAL_PACKAGE_SPLITS is set

Bug: 16319961
Change-Id: I8ea308c94ff58eaccd8854ab98e11238b993f867

9 years agoRevert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang.""
Ying Wang [Tue, 29 Jul 2014 21:08:33 +0000 (14:08 -0700)]
Revert "Revert "Introduce CC/CXX/JAVAC_WRAPPER to wrap the calls to clang.""

This reverts commit a4f84fdfed9a805d69b37de997512cd0616b3ff8.
Added "export CCACHE_CPP2 := true" to work around ccache bug with clang.
See:
http://petereisentraut.blogspot.com/2011/09/ccache-and-clang-part-2.html

Change-Id: I2b1fa8fd59c3a113c4028a92a1d16018133c9792

9 years agoFix error: 'NoneType' object is not iterable
Ying Wang [Tue, 29 Jul 2014 18:42:37 +0000 (11:42 -0700)]
Fix error: 'NoneType' object is not iterable

Change-Id: I5a54edbed0e5e5481a570b93c07d50f6ca3e18e0

9 years agoMerge "Remove webviewchromium from PRODUCT_BOOT_JARS." into lmp-dev
Ben Murdoch [Fri, 1 Aug 2014 16:47:47 +0000 (16:47 +0000)]
Merge "Remove webviewchromium from PRODUCT_BOOT_JARS." into lmp-dev

9 years agoMerge "store images in target-files" into lmp-dev
Doug Zongker [Thu, 31 Jul 2014 22:33:19 +0000 (22:33 +0000)]
Merge "store images in target-files" into lmp-dev

9 years agostore images in target-files
Doug Zongker [Thu, 31 Jul 2014 18:06:30 +0000 (11:06 -0700)]
store images in target-files

Store sparse images in the target-files, and use those (when they're
available) for building block OTAs.

- New script add_img_to_target_files is added to make the images and
  add them to the IMAGES/ subdir in the target-files.  It gets run
  from the Makefile when building a target-files.

- img_from_target_files becomes mostly vestigial: it creates the
  img.zip by just copying the images out of the target-files.  (It
  still knows how to build images for use on older target-files.)

- ota_from_target_files uses images from the target-files in
  preference to rebuilding images from the source files.

- sign_apk_target_files builds images and includes them in its output
  target files (even if the input target-files didn't have them).

Bug: 16488065
Change-Id: I444e0d722d636978209467ffc01750a585c6db75

9 years agoMerge "Update the FDO support:" into lmp-dev
Dehao Chen [Thu, 31 Jul 2014 16:43:17 +0000 (16:43 +0000)]
Merge "Update the FDO support:" into lmp-dev

9 years agoUpdate the FDO support:
Dehao Chen [Wed, 30 Jul 2014 23:22:53 +0000 (16:22 -0700)]
Update the FDO support:

* Explicitly check BUILD_FDO_INSTRUMENT and BUILD_FDO_OPTIMIZE with true
* Remove unnecessary target_libgcov
* Update the profile collection path on device so that most app can have write access

Change-Id: I5c1915a12ea37b2cb3c76a27e7104e47ad636928

9 years agoMerge "Fix doc target for multidex support library." into lmp-dev
Yohann Roussel [Tue, 29 Jul 2014 09:30:14 +0000 (09:30 +0000)]
Merge "Fix doc target for multidex support library." into lmp-dev

9 years agoAdd opus entries in generic makefiles.
Vignesh Venkatasubramanian [Wed, 28 May 2014 15:06:11 +0000 (08:06 -0700)]
Add opus entries in generic makefiles.

libopus is necessary for opus software decoding support. add that to
base.mk and add an entry for libstagefright_soft_opusdec to
core_base.mk.

Change-Id: Iddd6ab2b2a84bb966b7e635a6aa73efb6a803e98

9 years agoAdd libdrmclearkeyplugin.so to image.
Edwin Wong [Thu, 24 Jul 2014 01:46:57 +0000 (18:46 -0700)]
Add libdrmclearkeyplugin.so to image.

The library will be added to /system/vendor/lib/mediadrm.

Change-Id: Iebfd00077c2a13e4ad4296aedba21230a7e4f37f

9 years agoFix doc target for multidex support library.
Yohann Roussel [Thu, 24 Jul 2014 15:24:30 +0000 (17:24 +0200)]
Fix doc target for multidex support library.

(cherry picked from commit 5679e356d298c58e839f03c45050192e813e79f8)

Change-Id: I2e97f59796046d94c9b03dbc89ec1d2153b54ce1

9 years agoMerge "Default to "prescott" as our baseline i686 host build architecture." into...
Stephen Hines [Fri, 25 Jul 2014 19:54:37 +0000 (19:54 +0000)]
Merge "Default to "prescott" as our baseline i686 host build architecture." into lmp-dev

9 years agoSwitch NDK arm64 libraries to 4.9.
Przemyslaw Szczepaniak [Thu, 17 Jul 2014 16:54:41 +0000 (17:54 +0100)]
Switch NDK arm64 libraries to 4.9.

Change-Id: Iffc30e34b798896d9259ca1dfc3ff2d21683d6a4
(cherry picked from commit 5895dd13a7c96a3100048dae8fc1195abc8c9beb)

9 years agoDefault to "prescott" as our baseline i686 host build architecture.
Stephen Hines [Sat, 19 Jul 2014 00:34:14 +0000 (17:34 -0700)]
Default to "prescott" as our baseline i686 host build architecture.

Bug: 16408818

Change-Id: I41760605bf9f4589859afd20cc96ccbedb6fe82c

9 years agoSupport to set up TARGET_COPY_OUT_VENDOR in board config.
Ying Wang [Thu, 24 Jul 2014 03:20:49 +0000 (20:20 -0700)]
Support to set up TARGET_COPY_OUT_VENDOR in board config.

We first define TARGET_COPY_OUT_VENDOR as a placeholder. In product
config makefiiles we actually get the placeholders in
PRODUCT_COPY_FILES. A device can set up TARGET_COPY_OUT_VENDOR in its
BoardConfig.mk. We substitute the placeholder with the real
TARGET_COPY_OUT_VENDOR value after loading the BoardConfig.mk.
With this change, we can support building vendor stuff to
system.img (the default) or a separate vendor.img.

Bug: 16515152
Change-Id: I5b601d7a8b34fe032a1bac02aa5c204a3765691d

9 years agoMerge "Refactor FDO support code to ensure arm64 can also be built with FDO." into...
Dehao Chen [Wed, 23 Jul 2014 23:44:54 +0000 (23:44 +0000)]
Merge "Refactor FDO support code to ensure arm64 can also be built with FDO." into lmp-dev

9 years agoRefactor FDO support code to ensure arm64 can also be built with FDO.
Dehao Chen [Wed, 23 Jul 2014 21:28:58 +0000 (14:28 -0700)]
Refactor FDO support code to ensure arm64 can also be built with FDO.

Change-Id: I752c9f411b0a046a15c72b4837efc1fb0503b470

9 years agoMerge "Support to install prebuilt split APKs with LOCAL_PACKAGE_SPLITS" into lmp-dev
Ying Wang [Wed, 23 Jul 2014 23:38:43 +0000 (23:38 +0000)]
Merge "Support to install prebuilt split APKs with LOCAL_PACKAGE_SPLITS" into lmp-dev

9 years agoSupport to install prebuilt split APKs with LOCAL_PACKAGE_SPLITS
Ying Wang [Wed, 23 Jul 2014 21:35:40 +0000 (14:35 -0700)]
Support to install prebuilt split APKs with LOCAL_PACKAGE_SPLITS

In prebuilt app module, you can use LOCAL_PACKAGE_SPLITS to specify a
list of prebuilt split apks. The build system will sign and zipalign the
apks and install them with the same file names.
Note that you need to put all the source split apks in the same folder.

Bug: 16319961
Change-Id: Id2b6d743c1edc5e436007ec11acece1748adad45

9 years agoMerge "Improve rules of split apks." into lmp-dev
Ying Wang [Wed, 23 Jul 2014 23:38:29 +0000 (23:38 +0000)]
Merge "Improve rules of split apks." into lmp-dev

9 years agoImprove rules of split apks.
Ying Wang [Wed, 23 Jul 2014 17:27:57 +0000 (10:27 -0700)]
Improve rules of split apks.

- Better messaging if the expected split apk isn't generated by the aapt
  command in the base apk rule; Remove the built base apk, so make will
  rerun aapt after the user changes the splitting parameters.
- Use cleaner static pattern rules instead of running $(foreach) with
  $(eval).

Bug: 16319961
Change-Id: If6ae302e1a39d2e0db8f784d4e1cf292ec855281

9 years agoDelete .swp file added by accident.
Ying Wang [Wed, 23 Jul 2014 00:42:35 +0000 (17:42 -0700)]
Delete .swp file added by accident.

Also added .swp to .gitignore.

Change-Id: I51700f55230facde2e46574aa039d45ae5b29cdf

9 years agoSupport LOCAL_PACKAGE_SPLITS.
Ying Wang [Tue, 22 Jul 2014 22:42:11 +0000 (15:42 -0700)]
Support LOCAL_PACKAGE_SPLITS.

Support LOCAL_PACKAGE_SPLITS, which accepts a list of resource lables
and generates multiple apks. The build system sets up rules to sign and
zipalign the split apks.

Bug: 16319961
Change-Id: I344b3d1c7eb158c6d0df879093d666a89870aadd

9 years agoMerge "Add appwidget to system image." into lmp-dev
Svet Ganov [Wed, 23 Jul 2014 17:12:06 +0000 (17:12 +0000)]
Merge "Add appwidget to system image." into lmp-dev

9 years agoPut only src in FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS for multidex
Yohann Roussel [Thu, 17 Jul 2014 14:52:58 +0000 (16:52 +0200)]
Put only src in FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS for multidex

This keeps only the real sources in doc target and fixes some error
messages caused by trying to generate docs of the tests.

(cherry picked from commit 100aba5374376f679602387db59fccd609b8abe3)

Change-Id: I39f3ede95ae68777ca5e3db4ab5c6ebeefc86ac6

9 years agoMerge "Create a vendor build.prop for verifying versions" into lmp-dev
Daniel Rosenberg [Tue, 22 Jul 2014 22:21:09 +0000 (22:21 +0000)]
Merge "Create a vendor build.prop for verifying versions" into lmp-dev

9 years agoCreate a vendor build.prop for verifying versions
Daniel Rosenberg [Tue, 22 Jul 2014 00:21:20 +0000 (17:21 -0700)]
Create a vendor build.prop for verifying versions

The vendor build.prop contains the fingerprint for the build, and
timestamps. It allows you to tell if the vendor partition matches
the system partition.

Change-Id: Icf261571e82823928b2562e66e48fbcb0da55801
Signed-off-by: Daniel Rosenberg <drosen@google.com>
9 years agoAdd appwidget to system image.
Svet Ganov [Mon, 21 Jul 2014 05:58:24 +0000 (22:58 -0700)]
Add appwidget to system image.

Change-Id: I0d5db3f39390065ec5067bb9a15924fdcb181692

10 years agoMerge "Normalize SDK product name to sdk_<device_type>_<arch_name>" into lmp-dev
Ying Wang [Mon, 21 Jul 2014 16:48:21 +0000 (16:48 +0000)]
Merge "Normalize SDK product name to sdk_<device_type>_<arch_name>" into lmp-dev

10 years agoMerge "Support "LOCAL_SDK_VERSION := system_current"" into lmp-dev
Ying Wang [Mon, 21 Jul 2014 16:44:28 +0000 (16:44 +0000)]
Merge "Support "LOCAL_SDK_VERSION := system_current"" into lmp-dev

10 years agoFix LMP locales
Baligh Uddin [Sun, 20 Jul 2014 17:24:20 +0000 (10:24 -0700)]
Fix LMP locales

Change-Id: Iee1ac47212139ef9df541aa9f77cec42ded6a0ca
Bug: 13437459

10 years agoSupport "LOCAL_SDK_VERSION := system_current"
Ying Wang [Sun, 20 Jul 2014 00:00:50 +0000 (17:00 -0700)]
Support "LOCAL_SDK_VERSION := system_current"

A module can declare "LOCAL_SDK_VERSION := system_current" to build
against the android system stubs generated from source.
For now this is only supported in platform build.

Change-Id: I1e9bbd159886bc0ea3a02b1dc4cbcb1a56e9cb15

10 years agoTrim down BUILD_FINGERPRINT.
Ying Wang [Fri, 13 Jun 2014 01:42:53 +0000 (18:42 -0700)]
Trim down BUILD_FINGERPRINT.

Bug: 15593959
Change-Id: I90161045b5d5f2df726a4f69740f0875c8bfc69f

Conflicts:
core/build_id.mk

10 years agoUpdate rule of APPS_ZIP to use the new paths of apks.
Ying Wang [Sat, 19 Jul 2014 02:15:15 +0000 (19:15 -0700)]
Update rule of APPS_ZIP to use the new paths of apks.

Bug: 16319961
Change-Id: I9fc93f329a34e404beaf3fa212772b731a7020ff

10 years agoNormalize SDK product name to sdk_<device_type>_<arch_name>
Ying Wang [Fri, 18 Jul 2014 22:36:30 +0000 (15:36 -0700)]
Normalize SDK product name to sdk_<device_type>_<arch_name>

Put the common pieces in sdk_base.mk.
Still keep the old names as aliases.
Bug: 16216170

Change-Id: I39a438843c8b09df1aafff142bd9987962f11ef8

10 years agoDelete vendor and oem staging directory in "make installclean".
Ying Wang [Fri, 18 Jul 2014 16:56:13 +0000 (09:56 -0700)]
Delete vendor and oem staging directory in "make installclean".

Change-Id: If3211772ea37d4c249c2dc5cc69bd9f48a39b6e3

10 years agoRemove webviewchromium from PRODUCT_BOOT_JARS.
Torne (Richard Coles) [Thu, 17 Jul 2014 03:34:32 +0000 (20:34 -0700)]
Remove webviewchromium from PRODUCT_BOOT_JARS.

The WebView Java code is now loaded by WebViewFactory from an APK when
an app needs it, so remove the old jar from the boot classpath.

Bug: 16329371
Change-Id: Ia295cba8454fc63e1f3b806c67afa8a379657365

10 years agoMerge "New installation path for apks and their JNIs." into lmp-dev
Ying Wang [Sat, 19 Jul 2014 01:19:37 +0000 (01:19 +0000)]
Merge "New installation path for apks and their JNIs." into lmp-dev

10 years agoam fad4676b: (-s ours) am 6190a0c3: back port cc6be0a3: wrap make. do not merge
Ed Heyl [Sat, 19 Jul 2014 00:41:22 +0000 (00:41 +0000)]
am fad4676b: (-s ours) am 6190a0c3: back port cc6be0a3: wrap make. do not merge

* commit 'fad4676b67944acd14d2241ac666bbc5e69b6d54':
  back port cc6be0a3: wrap make. do not merge

10 years agoNew installation path for apks and their JNIs.
Ying Wang [Fri, 18 Jul 2014 04:24:42 +0000 (21:24 -0700)]
New installation path for apks and their JNIs.

Apk's path is changed to <parent_dir>/MyApp/MyApp.apk;
JNI path is changed to <parent_dir>/MyApp/lib/<arch_name>/libfoo.so.
Symlinks of JNIs are changed accordingly.

Bug: 16319961
Change-Id: Ib3b2309c95fa9aea27837fcc29e28d990b04747b

10 years agoam 6190a0c3: back port cc6be0a3: wrap make. do not merge
Ed Heyl [Fri, 18 Jul 2014 18:38:24 +0000 (18:38 +0000)]
am 6190a0c3: back port cc6be0a3: wrap make. do not merge

* commit '6190a0c3b33ea43639a7e748182fbac62560a09d':
  back port cc6be0a3: wrap make. do not merge

10 years agoback port cc6be0a3: wrap make. do not merge
Ed Heyl [Fri, 18 Jul 2014 17:53:54 +0000 (10:53 -0700)]
back port cc6be0a3: wrap make. do not merge

Bug: 16368823 | Lunch sets $out with extra text
Change-Id: I2a1d422865a073cd30e86f1e20b4d99a3747cc0b

10 years agoFail build if non-symlink /system/vendor detected while we are building
Ying Wang [Thu, 17 Jul 2014 19:56:49 +0000 (12:56 -0700)]
Fail build if non-symlink /system/vendor detected while we are building

Fail build if non-symlink /system/vendor detected while we are building
a separate vendor.img.

Bug: 16360411
Change-Id: I96cb6d0b654d6632cd820ba193423e9a16214638

10 years agoMerge "Vary non-image Xmx for dex2oat on MIPS." into lmp-dev
Sebastien Hertz [Tue, 22 Jul 2014 17:00:26 +0000 (17:00 +0000)]
Merge "Vary non-image Xmx for dex2oat on MIPS." into lmp-dev

9 years agoVary non-image Xmx for dex2oat on MIPS.
Ian Rogers [Thu, 17 Jul 2014 05:25:35 +0000 (22:25 -0700)]
Vary non-image Xmx for dex2oat on MIPS.

The image Xmx is already fixed at 64m. The issue is in the non boot image case.

(cherry picked from commit 87f0d006f254dc49621a8cd925b5448344eb367f)

Change-Id: Id4a6d9e8edf00505198c3f3dd599cb7b7f06363a

9 years agoMerge "Include cts-junit target for cts tests." into lmp-dev
Tsu Chiang Chuang [Tue, 22 Jul 2014 16:44:54 +0000 (16:44 +0000)]
Merge "Include cts-junit target for cts tests." into lmp-dev

9 years agoInclude cts-junit target for cts tests.
Tsu Chiang Chuang [Thu, 26 Jun 2014 18:40:02 +0000 (11:40 -0700)]
Include cts-junit target for cts tests.

(cherry picked from commit 1949a41e70c70fd71fb8decf9fb2f98aab3b7198)

Change-Id: Ic1d05f0eb1ceb1ac732b57ba1322acd17758b8d3

10 years agoMerge "Remove framework2" into lmp-dev
Ying Wang [Mon, 21 Jul 2014 22:24:31 +0000 (22:24 +0000)]
Merge "Remove framework2" into lmp-dev

9 years agoRemove framework2
Ying Wang [Mon, 21 Jul 2014 21:42:29 +0000 (14:42 -0700)]
Remove framework2

We don't need fraemwork2 split with the multidex framework.jar.

Change-Id: Ifc595b3679946d8958a9282360c7da9bc18e8adc

9 years agoThe order of SDK version matters.
Ying Wang [Mon, 21 Jul 2014 20:44:06 +0000 (13:44 -0700)]
The order of SDK version matters.

Because some places assumes the last item is the latest public SDK
version number.

Change-Id: I0ac83ab204dcabec0b9399db1bebc77322808074

10 years agoMerge "Fix the MIPS build." into lmp-dev
Sebastien Hertz [Tue, 22 Jul 2014 16:35:13 +0000 (16:35 +0000)]
Merge "Fix the MIPS build." into lmp-dev

9 years agoFix the MIPS build.
Ian Rogers [Thu, 17 Jul 2014 01:06:02 +0000 (18:06 -0700)]
Fix the MIPS build.

Use an override for the dex2oat Xmx value when cross-compiling.
Bug: 16221224

(cherry picked from commit 7d70f830bce969575b358a39e041e85013881cd4)

Change-Id: Ic13b471c74325e8145a0a9c93a417355505e484a

9 years agoRemove unnecessary dependency of the sdk target.
Ying Wang [Mon, 21 Jul 2014 23:06:21 +0000 (16:06 -0700)]
Remove unnecessary dependency of the sdk target.

ALL_GENERATED_SOURCES forces to build heavy things already covered by
build cache.

Change-Id: I362bc450b9e303120d12ee8d53d75e86ef71e58f

10 years agoMerge "runhat: use /data/local/tmp" into lmp-dev
Nick Kralevich [Fri, 18 Jul 2014 22:54:26 +0000 (22:54 +0000)]
Merge "runhat: use /data/local/tmp" into lmp-dev

10 years agorunhat: use /data/local/tmp
Nick Kralevich [Fri, 18 Jul 2014 22:45:38 +0000 (15:45 -0700)]
runhat: use /data/local/tmp

Use /data/local/tmp for runhat reports, instead of the sdcard.
system_server isn't allowed to handle sdcard file descriptors, since
the sdcard could be ejected at any time, causing the kernel to kill the
system process.

This addresses the following SELinux denial:

  W/main    ( 9906): type=1400 audit(0.0:16): avc: denied { read write } for path="/mnt/shell/emulated/0/hprof-600" dev="fuse" ino=3077890536 scontext=u:r:system_server:s0 tcontext=u:object_r:fuse:s0 tclass=file

Bug: 16375996
Change-Id: I4c2053c327526c2f8e6812f4ed911a712ae9a9b8

10 years agoInclude vendor.img in PDK build.
Ying Wang [Thu, 17 Jul 2014 00:46:35 +0000 (17:46 -0700)]
Include vendor.img in PDK build.

- Add the stuff in /vendor to platform.zip.
- Pull things of vendor.img from platform.zip when doing PDK fusion
  build.

Bug: 16354024
Change-Id: I4f3fd392af8c357a5614b3e26ceac15fd3e6a0d0

10 years agoam 81415ada: Updated .cs page to accommodate split of NDK into 32- and 64-bit packages.
David Friedman [Wed, 16 Jul 2014 13:29:09 +0000 (13:29 +0000)]
am 81415ada: Updated .cs page to accommodate split of NDK into 32- and 64-bit packages.

* commit '81415adad38fe06f50f381d6317ca0b93848e095':
  Updated .cs page to accommodate split of NDK into 32- and 64-bit packages.

10 years agoMerge "Add tvdpi to list of possible recovery asset densities" into lmp-dev
Joe LaPenna [Wed, 16 Jul 2014 20:16:24 +0000 (20:16 +0000)]
Merge "Add tvdpi to list of possible recovery asset densities" into lmp-dev

10 years agoam 93848788: am 81415ada: Updated .cs page to accommodate split of NDK into 32- and...
David Friedman [Wed, 16 Jul 2014 13:36:20 +0000 (13:36 +0000)]
am 93848788: am 81415ada: Updated .cs page to accommodate split of NDK into 32- and 64-bit packages.

* commit '9384878820ec7c881fdf054e8a0a88b2d1b94f64':
  Updated .cs page to accommodate split of NDK into 32- and 64-bit packages.

10 years agoFix incremental builds for SDK.
Deepanshu Gupta [Wed, 16 Jul 2014 00:22:00 +0000 (17:22 -0700)]
Fix incremental builds for SDK.

Atree used to output files without escaping the filenames. This resulted
in breaks for incremental builds when filenames contained '$' symbol.
The change fixes this by escaping the filename properly.

Change-Id: I957787b1b3536c64ba6fcb5b4bb5fc60e8b04452

10 years agoAdd tvdpi to list of possible recovery asset densities
Joe LaPenna [Tue, 15 Jul 2014 23:51:42 +0000 (16:51 -0700)]
Add tvdpi to list of possible recovery asset densities

Bug: 16306251

Change-Id: Iaf2d36d734bb6b639b01e1097723d8387259265b

10 years agoUpdated .cs page to accommodate split of NDK into 32- and 64-bit packages.
David Friedman [Tue, 15 Jul 2014 18:38:40 +0000 (11:38 -0700)]
Updated .cs page to accommodate split of NDK into 32- and 64-bit packages.

Change-Id: I33af76d23035067ed740d2bf734708aca8dcffe2

10 years agoreconcile aosp (8689b90bcfdc92c94475901935b5f6efae0c9abc) after branching. Please...
Ed Heyl [Tue, 15 Jul 2014 06:32:28 +0000 (23:32 -0700)]
reconcile aosp (8689b90bcfdc92c94475901935b5f6efae0c9abc) after branching. Please do not merge.

Change-Id: I0e4c55cc5a04d4593c3cd200c08c48d18c08a161

10 years agoDO NOT MERGE: Change build id to LMP
Guang Zhu [Tue, 15 Jul 2014 02:34:10 +0000 (19:34 -0700)]
DO NOT MERGE: Change build id to LMP

Change-Id: Ic52925bb3f01c5d3f6560f6c9d7a8f4c58500101

10 years agoMerge "Added support for building verified vendor partition" into lmp-dev
Daniel Rosenberg [Mon, 14 Jul 2014 23:32:19 +0000 (23:32 +0000)]
Merge "Added support for building verified vendor partition" into lmp-dev

10 years agoAdded support for building verified vendor partition
Daniel Rosenberg [Thu, 10 Jul 2014 22:42:38 +0000 (15:42 -0700)]
Added support for building verified vendor partition

Change-Id: I762724800ccab3a365e6d2efdf86cd9c394818eb
Signed-off-by: Daniel Rosenberg <drosen@google.com>
10 years agoMerge "HACK: use CPU_ABI hack only for arm64" into lmp-dev
Colin Cross [Mon, 14 Jul 2014 23:09:48 +0000 (23:09 +0000)]
Merge "HACK: use CPU_ABI hack only for arm64" into lmp-dev

10 years agoHACK: use CPU_ABI hack only for arm64
Colin Cross [Mon, 14 Jul 2014 19:34:49 +0000 (12:34 -0700)]
HACK: use CPU_ABI hack only for arm64

The previous hack breaks x86_64, use it only for arm64.

Bug: 15018047
Bug: 16116257
Change-Id: Ia11f237590f7f3c7bc6a25208415b86240d2d6be

10 years agoMerge "Build docs for android-support-media-protocols.jar." into lmp-dev
Jeff Brown [Mon, 14 Jul 2014 21:43:50 +0000 (21:43 +0000)]
Merge "Build docs for android-support-media-protocols.jar." into lmp-dev

10 years agoRemove bcc from generic_no_telephony.mk.
leozwang [Mon, 14 Jul 2014 17:28:38 +0000 (10:28 -0700)]
Remove bcc from generic_no_telephony.mk.

bcc was added into core_minimal.mk.

Change-Id: I29fa6eb3df0dada609e2f6b3e28ffd08d13c6afc

10 years agoAdd bcc into /system/bin.
leozwang [Sun, 13 Jul 2014 05:03:52 +0000 (22:03 -0700)]
Add bcc into /system/bin.

Bug: 16161758
Change-Id: I492f6780ecf7d18f291532fc934a80ff7ac643cf
(cherry picked from commit 1bb19d32627fdad6a8c301b152ea26d41f2c8f09)

10 years agoBuild docs for android-support-media-protocols.jar.
Jeff Brown [Mon, 14 Jul 2014 11:08:15 +0000 (04:08 -0700)]
Build docs for android-support-media-protocols.jar.

Change-Id: Ib98b1cf3c4ab04594788f5182e616987a64b55be

10 years ago"LDW13B"
The Android Automerger [Sun, 13 Jul 2014 20:24:05 +0000 (13:24 -0700)]
"LDW13B"

10 years agoFix Tamil country code. ta_TN should be ta_IN
Baligh Uddin [Sat, 12 Jul 2014 19:26:45 +0000 (12:26 -0700)]
Fix Tamil country code.  ta_TN should be ta_IN

Change-Id: I177bc5ba09f0c529409c5a81d67b6dc61d5afdf6
Bug: 16234964

10 years agoam 202c962b: am 8f73aeea: am 183f90f4: am 3ffcf184: Merge "Remove -Bsymbolic from...
Dan Albert [Fri, 11 Jul 2014 17:46:56 +0000 (17:46 +0000)]
am 202c962b: am 8f73aeea: am 183f90f4: am 3ffcf184: Merge "Remove -Bsymbolic from builds."

* commit '202c962b0500be38014904c96e740b3e63ce8ece':

10 years agoam c44f69a3: am 9e00b638: am cd02c025: am 979d578e: Merge "Fix host java doc by refer...
Ying Wang [Fri, 11 Jul 2014 17:32:53 +0000 (17:32 +0000)]
am c44f69a3: am 9e00b638: am cd02c025: am 979d578e: Merge "Fix host java doc by referring to the correct classpath."

* commit 'c44f69a38f76415d3f11fe7c3331ea7515fb479d':

10 years agoam 8f73aeea: am 183f90f4: am 3ffcf184: Merge "Remove -Bsymbolic from builds."
Dan Albert [Fri, 11 Jul 2014 17:29:00 +0000 (17:29 +0000)]
am 8f73aeea: am 183f90f4: am 3ffcf184: Merge "Remove -Bsymbolic from builds."

* commit '8f73aeea87f96d715ca2f39a35fd73986feecceb':
  Remove -Bsymbolic from builds.

10 years agoam 9e00b638: am cd02c025: am 979d578e: Merge "Fix host java doc by referring to the...
Ying Wang [Fri, 11 Jul 2014 16:18:43 +0000 (16:18 +0000)]
am 9e00b638: am cd02c025: am 979d578e: Merge "Fix host java doc by referring to the correct classpath."

* commit '9e00b6385c5805743f5beaa22dffce021342ed5e':
  Fix host java doc by referring to the correct classpath.

10 years agoMerge "Add Zopfli-recompress option to zipalign"
Raph Levien [Fri, 11 Jul 2014 14:52:22 +0000 (14:52 +0000)]
Merge "Add Zopfli-recompress option to zipalign"

10 years agoMerge "Add support for signed boot images."
Geremy Condra [Thu, 10 Jul 2014 23:35:32 +0000 (23:35 +0000)]
Merge "Add support for signed boot images."

10 years agoAdd support for signed boot images.
Geremy Condra [Wed, 9 Jul 2014 03:07:41 +0000 (20:07 -0700)]
Add support for signed boot images.

10 years agoMerge "Revert "Add support for signed boot images.""
Geremy Condra [Thu, 10 Jul 2014 21:39:17 +0000 (21:39 +0000)]
Merge "Revert "Add support for signed boot images.""

10 years agoRevert "Add support for signed boot images."
Geremy Condra [Thu, 10 Jul 2014 21:29:24 +0000 (21:29 +0000)]
Revert "Add support for signed boot images."

This reverts commit 7e2c5ed84f59c4f19e2baa02733e85006292156e.

Change-Id: Id90e3b2d986fac3ac9b2748194747af712ac4ab1

10 years agoAdd support for signed boot images.
Geremy Condra [Wed, 9 Jul 2014 03:07:41 +0000 (20:07 -0700)]
Add support for signed boot images.

Change-Id: Ib08fc700f626d838efa9a543316afbcd4b782525

10 years agoMerge "Add support for signed boot images."
Geremy Condra [Thu, 10 Jul 2014 19:32:39 +0000 (19:32 +0000)]
Merge "Add support for signed boot images."

10 years agoam 50fb938f: am ec5563b5: Merge "build: fix host dex2oat runtime args"
Colin Cross [Thu, 10 Jul 2014 09:43:33 +0000 (09:43 +0000)]
am 50fb938f: am ec5563b5: Merge "build: fix host dex2oat runtime args"

* commit '50fb938f79387ab92ed3b64194da47b146d74db6':
  build: fix host dex2oat runtime args

10 years agoam ec5563b5: Merge "build: fix host dex2oat runtime args"
Colin Cross [Thu, 10 Jul 2014 06:33:08 +0000 (06:33 +0000)]
am ec5563b5: Merge "build: fix host dex2oat runtime args"

* commit 'ec5563b55146372fe33ebd4fc13661d811b77323':
  build: fix host dex2oat runtime args

10 years agoMerge "Add app to handle captive portal login."
Paul Jensen [Thu, 10 Jul 2014 19:05:25 +0000 (19:05 +0000)]
Merge "Add app to handle captive portal login."