OSDN Git Service

android-x86/build.git
9 years agoam 2e26f896: Merge "Simplify LOCAL_NO_CRT."
Ying Wang [Thu, 2 Jul 2015 23:06:54 +0000 (23:06 +0000)]
am 2e26f896: Merge "Simplify LOCAL_NO_CRT."

* commit '2e26f896a65563f750f2d459d13cc8edfa705d95':
  Simplify LOCAL_NO_CRT.

9 years agoMerge "Simplify LOCAL_NO_CRT."
Ying Wang [Thu, 2 Jul 2015 22:59:37 +0000 (22:59 +0000)]
Merge "Simplify LOCAL_NO_CRT."

9 years agoSimplify LOCAL_NO_CRT.
Ying Wang [Thu, 2 Jul 2015 22:57:45 +0000 (15:57 -0700)]
Simplify LOCAL_NO_CRT.

Change-Id: If2486e4861071df6b225fe7f387530a38f554484

9 years agoam cd26a2dd: Merge "Remove HAVE_STDINT_H namespace pollution."
Elliott Hughes [Thu, 2 Jul 2015 18:58:41 +0000 (18:58 +0000)]
am cd26a2dd: Merge "Remove HAVE_STDINT_H namespace pollution."

* commit 'cd26a2dd7e2be499c9eb8b3e907cb3d31b1ed5be':
  Remove HAVE_STDINT_H namespace pollution.

9 years agoMerge "Remove HAVE_STDINT_H namespace pollution."
Elliott Hughes [Thu, 2 Jul 2015 18:50:25 +0000 (18:50 +0000)]
Merge "Remove HAVE_STDINT_H namespace pollution."

9 years agoam b2275868: Merge "Add LOCAL_NO_LIBGCC."
Stephen Hines [Thu, 2 Jul 2015 18:45:45 +0000 (18:45 +0000)]
am b2275868: Merge "Add LOCAL_NO_LIBGCC."

* commit 'b2275868e15caef2a04f0530749cc06415ef10f6':
  Add LOCAL_NO_LIBGCC.

9 years agoMerge "Add LOCAL_NO_LIBGCC."
Stephen Hines [Thu, 2 Jul 2015 18:38:31 +0000 (18:38 +0000)]
Merge "Add LOCAL_NO_LIBGCC."

9 years agoAdd LOCAL_NO_LIBGCC.
Ying Wang [Thu, 2 Jul 2015 18:05:27 +0000 (11:05 -0700)]
Add LOCAL_NO_LIBGCC.

This can be used to compile independent libraries without the need for
libgcc.a.

Change-Id: I924200995569d9a978ddbaa6ec321d80734f1374

9 years agoRemove HAVE_STDINT_H namespace pollution.
Elliott Hughes [Thu, 2 Jul 2015 17:26:53 +0000 (10:26 -0700)]
Remove HAVE_STDINT_H namespace pollution.

Change-Id: I1e42d1616da0f3a90f8da189d2e919f781c4eb5a

9 years agoam bbaeaa58: Merge "Configure synci generation explicitly"
Ying Wang [Thu, 2 Jul 2015 00:38:53 +0000 (00:38 +0000)]
am bbaeaa58: Merge "Configure synci generation explicitly"

* commit 'bbaeaa5879c5ab380c024bd20f35e927f4d19c87':
  Configure synci generation explicitly

9 years agoMerge "Configure synci generation explicitly"
Ying Wang [Wed, 1 Jul 2015 18:58:51 +0000 (18:58 +0000)]
Merge "Configure synci generation explicitly"

9 years agoam 473dfdf7: Merge "Move sanitized vendor libraries to /data/vendor/lib(|64)."
Evgenii Stepanov [Tue, 30 Jun 2015 21:48:40 +0000 (21:48 +0000)]
am 473dfdf7: Merge "Move sanitized vendor libraries to /data/vendor/lib(|64)."

* commit '473dfdf71b984fb04ae8f60b8941d89ef5c76710':
  Move sanitized vendor libraries to /data/vendor/lib(|64).

9 years agoMerge "Move sanitized vendor libraries to /data/vendor/lib(|64)."
Evgenii Stepanov [Tue, 30 Jun 2015 21:30:29 +0000 (21:30 +0000)]
Merge "Move sanitized vendor libraries to /data/vendor/lib(|64)."

9 years agoMove sanitized vendor libraries to /data/vendor/lib(|64).
Evgenii Stepanov [Tue, 30 Jun 2015 21:02:02 +0000 (14:02 -0700)]
Move sanitized vendor libraries to /data/vendor/lib(|64).

Sanitized RPATH now mentions /system/vendor/lib to preserve overlay
in the case when a sanitized version of a vendor library can not be
built.

Bug: 22199458
Change-Id: I3222d2e1d6c08fdd1e0404fcb7db347aa4a92bb7

9 years agoam f40a34fd: Merge "Retry adjusting the size computation for reserved blocks."
Tao Bao [Tue, 30 Jun 2015 19:31:09 +0000 (19:31 +0000)]
am f40a34fd: Merge "Retry adjusting the size computation for reserved blocks."

* commit 'f40a34fd23e737b14067308700b3eef27e42d3b1':
  Retry adjusting the size computation for reserved blocks.

9 years agoMerge "Retry adjusting the size computation for reserved blocks."
Tao Bao [Tue, 30 Jun 2015 19:19:40 +0000 (19:19 +0000)]
Merge "Retry adjusting the size computation for reserved blocks."

9 years agoRetry adjusting the size computation for reserved blocks.
Tao Bao [Tue, 23 Jun 2015 18:16:05 +0000 (11:16 -0700)]
Retry adjusting the size computation for reserved blocks.

Due to the change in https://lwn.net/Articles/546473/, kernel reserves a
few extra blocks (lesser of 2% and 4096 blocks) on ext4 FS which leads to
OTA update failures. Adjust the size computation if the device has
BOARD_HAS_EXT4_RESERVED_BLOCKS := true.

It amends the last attemp in [1]. Now it computes the used blocks from the
make_ext4fs output, instead of altering its argument.

[1]: commit efbb5d2e692283be32069e808b88522727c7fe98.

Bug: 21522719
Bug: 22023465
Bug: 22174684
Change-Id: Iaae6507f6de68a5892f2e3035d330039287b4492
(cherry picked from commit c7a6f1e4f8ff504bf617a0415b2c43ab3d339294)

9 years agoam 5df6b5c3: Merge "sparse_img.py: Don\'t write empty map groups."
Tao Bao [Sat, 27 Jun 2015 16:47:53 +0000 (16:47 +0000)]
am 5df6b5c3: Merge "sparse_img.py: Don\'t write empty map groups."

* commit '5df6b5c3463bc8715510320beb7833c45371e021':
  sparse_img.py: Don't write empty map groups.

9 years agoMerge "sparse_img.py: Don't write empty map groups."
Tao Bao [Sat, 27 Jun 2015 16:37:39 +0000 (16:37 +0000)]
Merge "sparse_img.py: Don't write empty map groups."

9 years agosparse_img.py: Don't write empty map groups.
Tao Bao [Sat, 27 Jun 2015 00:49:39 +0000 (17:49 -0700)]
sparse_img.py: Don't write empty map groups.

In certain cases, we may have no mapping of ZERO or NONZERO blocks in
the image (such as squashfs at the moment). Don't write those groups if
they are empty.

Change-Id: I82aa05fbbd79130b08868585edd5298e531c4f5a

9 years agoam c94a705f: Merge "Use fstab in the source build"
Tao Bao [Fri, 26 Jun 2015 23:09:11 +0000 (23:09 +0000)]
am c94a705f: Merge "Use fstab in the source build"

* commit 'c94a705f445aa7edc2a30b364b59fe8becb02f11':
  Use fstab in the source build

9 years agoam dd77b561: Merge "Support SELinux context label when mounting"
Tao Bao [Fri, 26 Jun 2015 23:09:08 +0000 (23:09 +0000)]
am dd77b561: Merge "Support SELinux context label when mounting"

* commit 'dd77b561e5e6da3bb595505af625f69ca9f3943b':
  Support SELinux context label when mounting

9 years agoMerge "Use fstab in the source build"
Tao Bao [Fri, 26 Jun 2015 22:57:08 +0000 (22:57 +0000)]
Merge "Use fstab in the source build"

9 years agoMerge "Support SELinux context label when mounting"
Tao Bao [Fri, 26 Jun 2015 22:56:57 +0000 (22:56 +0000)]
Merge "Support SELinux context label when mounting"

9 years agoUse fstab in the source build
Tao Bao [Tue, 23 Jun 2015 02:17:41 +0000 (19:17 -0700)]
Use fstab in the source build

When generating incremental OTAs, we should use the fstab in the source
build instead of the target one. Similarly for recovery_mount_options.

Bug: 22011892
Change-Id: Ia02584c71af7d47835b1f62e7daa46f27940a545
(cherry picked from commit bebd3cfbf934beb18b73a4d4e98b98c2c0a1d6fe)

9 years agoam c8f97acc: Merge "SANITIZE_TARGET: allow undef symbols in non-sanitized shared...
Evgenii Stepanov [Fri, 26 Jun 2015 21:11:09 +0000 (21:11 +0000)]
am c8f97acc: Merge "SANITIZE_TARGET: allow undef symbols in non-sanitized shared libraries."

* commit 'c8f97acc633efe819d4343d7e9bfcb582a69baea':
  SANITIZE_TARGET: allow undef symbols in non-sanitized shared libraries.

9 years agoMerge "SANITIZE_TARGET: allow undef symbols in non-sanitized shared libraries."
Evgenii Stepanov [Fri, 26 Jun 2015 20:57:46 +0000 (20:57 +0000)]
Merge "SANITIZE_TARGET: allow undef symbols in non-sanitized shared libraries."

9 years agoSANITIZE_TARGET: allow undef symbols in non-sanitized shared libraries.
Evgenii Stepanov [Thu, 25 Jun 2015 23:38:25 +0000 (16:38 -0700)]
SANITIZE_TARGET: allow undef symbols in non-sanitized shared libraries.

These symbols are defined in the ASan runtime library, which is always
present at runtime.

Bug:21785137

Change-Id: Ib8418c66323fd4cdfdc05548048f32380cb84ee5

9 years agoam 8f180b90: Merge "Create userdata.img with real data when SANITIZE_TARGET=address."
Ying Wang [Thu, 25 Jun 2015 21:41:00 +0000 (21:41 +0000)]
am 8f180b90: Merge "Create userdata.img with real data when SANITIZE_TARGET=address."

* commit '8f180b904f6e03fdec75b3f5cc22b8226e4985ad':
  Create userdata.img with real data when SANITIZE_TARGET=address.

9 years agoMerge "Create userdata.img with real data when SANITIZE_TARGET=address."
Ying Wang [Thu, 25 Jun 2015 21:29:48 +0000 (21:29 +0000)]
Merge "Create userdata.img with real data when SANITIZE_TARGET=address."

9 years agoCreate userdata.img with real data when SANITIZE_TARGET=address.
Ying Wang [Thu, 25 Jun 2015 20:56:53 +0000 (13:56 -0700)]
Create userdata.img with real data when SANITIZE_TARGET=address.

Bug: 21785137
Change-Id: Ie0c36988759fe07419ad29bab5a71cdd0d992d2a

9 years agoam 19cfe7db: Merge "Add img2simg in host and ota packages"
Mohamad Ayyash [Thu, 25 Jun 2015 18:56:45 +0000 (18:56 +0000)]
am 19cfe7db: Merge "Add img2simg in host and ota packages"

* commit '19cfe7db4ce414ce36c973fe90e94afa898194d6':
  Add img2simg in host and ota packages

9 years agoMerge "Add img2simg in host and ota packages"
Mohamad Ayyash [Thu, 25 Jun 2015 18:44:02 +0000 (18:44 +0000)]
Merge "Add img2simg in host and ota packages"

9 years agoAdd img2simg in host and ota packages
Mohamad Ayyash [Wed, 24 Jun 2015 22:42:19 +0000 (15:42 -0700)]
Add img2simg in host and ota packages

Change-Id: Ide660cf3cf69c74bbd15d0ac6642b60d58f076fa
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
9 years agoam 042e8519: Merge "build_image.py: Make sparse squashfs images"
Mohamad Ayyash [Wed, 24 Jun 2015 22:13:08 +0000 (22:13 +0000)]
am 042e8519: Merge "build_image.py: Make sparse squashfs images"

* commit '042e851999a73fd14cd612b9c934ab2b2f308b75':
  build_image.py: Make sparse squashfs images

9 years agoMerge "build_image.py: Make sparse squashfs images"
Mohamad Ayyash [Wed, 24 Jun 2015 22:01:00 +0000 (22:01 +0000)]
Merge "build_image.py: Make sparse squashfs images"

9 years agobuild_image.py: Make sparse squashfs images
Mohamad Ayyash [Wed, 24 Jun 2015 17:44:29 +0000 (10:44 -0700)]
build_image.py: Make sparse squashfs images

Change-Id: Iea0399868a9406f9929d8176d61d5698a2043697
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
9 years agoam c9fcdae2: Merge "Fix the error in sparse_img.py"
Tao Bao [Wed, 24 Jun 2015 00:59:35 +0000 (00:59 +0000)]
am c9fcdae2: Merge "Fix the error in sparse_img.py"

* commit 'c9fcdae29dafc998f11ad49fec07d508879b8785':
  Fix the error in sparse_img.py

9 years agoMerge "Fix the error in sparse_img.py"
Tao Bao [Wed, 24 Jun 2015 00:50:41 +0000 (00:50 +0000)]
Merge "Fix the error in sparse_img.py"

9 years agoFix the error in sparse_img.py
Tao Bao [Wed, 24 Jun 2015 00:30:35 +0000 (17:30 -0700)]
Fix the error in sparse_img.py

Bug: 22046423
Change-Id: I0796e14df2b523570f0c485d146273f5e5aa5494
(cherry picked from commit 2b4ff174ff09d3d4f69897c8f8004c57836975b4)

9 years agoam 83aca79b: Merge "Don\'t include static executables when SANITIZE_TARGET=address"
Ying Wang [Tue, 23 Jun 2015 20:11:24 +0000 (20:11 +0000)]
am 83aca79b: Merge "Don\'t include static executables when SANITIZE_TARGET=address"

* commit '83aca79b8df3296e24122f3ed9016f1463edb451':
  Don't include static executables when SANITIZE_TARGET=address

9 years agoMerge "Don't include static executables when SANITIZE_TARGET=address"
Ying Wang [Tue, 23 Jun 2015 19:59:56 +0000 (19:59 +0000)]
Merge "Don't include static executables when SANITIZE_TARGET=address"

9 years agoam b7f56b97: Merge "Revert "Hide unwinder symbols in each binary.""
Elliott Hughes [Tue, 23 Jun 2015 19:38:36 +0000 (19:38 +0000)]
am b7f56b97: Merge "Revert "Hide unwinder symbols in each binary.""

* commit 'b7f56b979bbfe00b67f6f6d573d43bcf607649eb':
  Revert "Hide unwinder symbols in each binary."

9 years agoMerge "Revert "Hide unwinder symbols in each binary.""
Elliott Hughes [Tue, 23 Jun 2015 19:29:26 +0000 (19:29 +0000)]
Merge "Revert "Hide unwinder symbols in each binary.""

9 years agoRevert "Hide unwinder symbols in each binary."
Bart Sears [Tue, 23 Jun 2015 19:23:13 +0000 (19:23 +0000)]
Revert "Hide unwinder symbols in each binary."

This reverts commit dc30a16ba27c4a0de388696869cd1c518ecb3f3a.

Change-Id: Ib6af148bcaa3041b3040e525442a39b493852794

9 years agoam 5e3fcc1e: Merge "Hide unwinder symbols in each binary."
Dan Albert [Tue, 23 Jun 2015 18:12:43 +0000 (18:12 +0000)]
am 5e3fcc1e: Merge "Hide unwinder symbols in each binary."

* commit '5e3fcc1e6c5bbf7e85bd9744f178c529dd6c1d49':
  Hide unwinder symbols in each binary.

9 years agoMerge "Hide unwinder symbols in each binary."
Dan Albert [Tue, 23 Jun 2015 18:00:36 +0000 (18:00 +0000)]
Merge "Hide unwinder symbols in each binary."

9 years agoDon't include static executables when SANITIZE_TARGET=address
Ying Wang [Tue, 23 Jun 2015 01:35:35 +0000 (18:35 -0700)]
Don't include static executables when SANITIZE_TARGET=address

Also we can't build the ota package without these static executables.

Bug: 21785137
Change-Id: I11b35abebced4b0608378a072ece2ab2dbadeffb

9 years agoam 82f6383f: Merge "Add variable ANDROID_NO_TEST_CHECK to not build all test modules"
Ying Wang [Tue, 23 Jun 2015 17:04:31 +0000 (17:04 +0000)]
am 82f6383f: Merge "Add variable ANDROID_NO_TEST_CHECK to not build all test modules"

* commit '82f6383fa6bcfc060bbe631b8dab570e3691bb88':
  Add variable ANDROID_NO_TEST_CHECK to not build all test modules

9 years agoMerge "Add variable ANDROID_NO_TEST_CHECK to not build all test modules"
Ying Wang [Tue, 23 Jun 2015 16:57:30 +0000 (16:57 +0000)]
Merge "Add variable ANDROID_NO_TEST_CHECK to not build all test modules"

9 years agoAdd variable ANDROID_NO_TEST_CHECK to not build all test modules
Claes Elgemark [Thu, 11 Jun 2015 06:22:38 +0000 (08:22 +0200)]
Add variable ANDROID_NO_TEST_CHECK to not build all test modules

Introduce a way to speed up local builds. Don't build all test
modules if ANDROID_NO_TEST_CHECK is set to true.

On master branch this reduces what is built by more than
300 apps and 50 java libraries. Time for doing this on a
12 core machine running with -j13 is about 10 minutes.

Change-Id: I90feb108695ee60d0dbbf497644f767cc3748215

9 years agoam 3d81b7d6: Merge "Add android.hardware.ethernet.xml for ranchu targets"
Bo Hu [Tue, 23 Jun 2015 06:49:02 +0000 (06:49 +0000)]
am 3d81b7d6: Merge "Add android.hardware.ethernet.xml for ranchu targets"

* commit '3d81b7d627b5076e8e850fca6233bd071f4f7c42':
  Add android.hardware.ethernet.xml for ranchu targets

9 years agoMerge "Add android.hardware.ethernet.xml for ranchu targets"
Bo Hu [Tue, 23 Jun 2015 06:37:53 +0000 (06:37 +0000)]
Merge "Add android.hardware.ethernet.xml for ranchu targets"

9 years agoHide unwinder symbols in each binary.
Dan Albert [Tue, 31 Mar 2015 23:47:09 +0000 (16:47 -0700)]
Hide unwinder symbols in each binary.

These symbols need to always be resolved for each binary. Making these
symbols hidden means that we will get a build breakage if this doesn't
happen, and should also prevent the situation where one unwinder's
symbols are visible to the other.

Bug: 18471342
Bug: 19958712
Change-Id: Ieff1f10dab254b60ed120410f45998cf75bb5b9b

9 years agoresolved conflicts for merge of bad5ebb6 to stage-aosp-master
Evgenii Stepanov [Fri, 19 Jun 2015 21:22:25 +0000 (14:22 -0700)]
resolved conflicts for merge of bad5ebb6 to stage-aosp-master

Change-Id: I6837884a3258f34baaf5a7d9ca6bbd6a3f3e62e5

9 years agoam eac1f6ed: Merge "With SANITIZE_TARGET, move shared libraries to /data."
Evgenii Stepanov [Fri, 19 Jun 2015 21:14:19 +0000 (21:14 +0000)]
am eac1f6ed: Merge "With SANITIZE_TARGET, move shared libraries to /data."

* commit 'eac1f6edbde64e81abd06f0ca32c705751b34ca9':
  With SANITIZE_TARGET, move shared libraries to /data.

9 years agoMerge "Clean intermediate files if SANITIZE_TARGET has changed."
Evgenii Stepanov [Fri, 19 Jun 2015 21:05:40 +0000 (21:05 +0000)]
Merge "Clean intermediate files if SANITIZE_TARGET has changed."

9 years agoMerge "With SANITIZE_TARGET, move shared libraries to /data."
Evgenii Stepanov [Fri, 19 Jun 2015 21:05:31 +0000 (21:05 +0000)]
Merge "With SANITIZE_TARGET, move shared libraries to /data."

9 years agoam d479a7a1: Merge "Enable SANITIZE_TARGET."
Evgenii Stepanov [Fri, 19 Jun 2015 18:26:43 +0000 (18:26 +0000)]
am d479a7a1: Merge "Enable SANITIZE_TARGET."

* commit 'd479a7a119b02624fe922b04125e053b2d968628':
  Enable SANITIZE_TARGET.

9 years agoClean intermediate files if SANITIZE_TARGET has changed.
Evgenii Stepanov [Fri, 12 Jun 2015 00:36:06 +0000 (17:36 -0700)]
Clean intermediate files if SANITIZE_TARGET has changed.

Do not clean installed files, only intermediate files. This way, two
consequitive builds first without, then with SANITIZE_TARGET will
produce a frankenbuild with both sets of shared libraries.

Bug: 21785137
Change-Id: I231868b15331be942c783458cf36233c2e7740d3

9 years agoWith SANITIZE_TARGET, move shared libraries to /data.
Evgenii Stepanov [Fri, 12 Jun 2015 00:32:31 +0000 (17:32 -0700)]
With SANITIZE_TARGET, move shared libraries to /data.

A fully (or even mostly) asan-instrumented device will have 2 copies of each
shared library, which might not fit on system partition. Moving instrumented
libraries to /data.

Bug: 21785137
Change-Id: I64184261da2eb24a1382c67e4931c34a5a38b3c0

9 years agoMerge "Enable SANITIZE_TARGET."
Evgenii Stepanov [Fri, 19 Jun 2015 18:15:07 +0000 (18:15 +0000)]
Merge "Enable SANITIZE_TARGET."

9 years agoam 4fbb83dd: Merge "Add support for `LOCAL_SANITIZE := integer`."
Dan Albert [Fri, 19 Jun 2015 18:03:12 +0000 (18:03 +0000)]
am 4fbb83dd: Merge "Add support for `LOCAL_SANITIZE := integer`."

* commit '4fbb83dd3b69729fe08e4a18dd13ca536ae7376f':
  Add support for `LOCAL_SANITIZE := integer`.

9 years agoMerge "Add support for `LOCAL_SANITIZE := integer`."
Dan Albert [Fri, 19 Jun 2015 17:51:10 +0000 (17:51 +0000)]
Merge "Add support for `LOCAL_SANITIZE := integer`."

9 years agoam 20f4a364: Merge "Cleanup unused clear_vars.mk entry."
Dan Albert [Fri, 19 Jun 2015 17:35:15 +0000 (17:35 +0000)]
am 20f4a364: Merge "Cleanup unused clear_vars.mk entry."

* commit '20f4a364a83d9a3906d3cf8b866d00437f8ff2d4':
  Cleanup unused clear_vars.mk entry.

9 years agoAdd support for `LOCAL_SANITIZE := integer`.
Dan Albert [Wed, 17 Jun 2015 06:27:34 +0000 (23:27 -0700)]
Add support for `LOCAL_SANITIZE := integer`.

This also does a bit of cleanup in config_sanitizers.mk. The result is
that `LOCAL_SANITIZE := <any arbitrary ubsan group>` should function
fine for both host and target.

This is a superset of LOCAL_DETECT_INTEGER_OVERFLOWS, so remove that.
This also checks integer division by zero.  It's supposed to cover
shifting undefined behaviors as well, but apparently it does not
(though `LOCAL_SANITIZE := shift` works fine).

Change-Id: I4ac99eafa6920a3f8cb82af37ce56ff0fdb95223

9 years agoMerge "Cleanup unused clear_vars.mk entry."
Dan Albert [Fri, 19 Jun 2015 17:27:41 +0000 (17:27 +0000)]
Merge "Cleanup unused clear_vars.mk entry."

9 years agoCleanup unused clear_vars.mk entry.
Dan Albert [Fri, 19 Jun 2015 17:24:07 +0000 (10:24 -0700)]
Cleanup unused clear_vars.mk entry.

Change-Id: Ibd7b87d1364a60289609a267a287c4afa1d5e5cb

9 years agoAdd android.hardware.ethernet.xml for ranchu targets
Miroslav Tisma [Mon, 15 Jun 2015 13:53:39 +0000 (15:53 +0200)]
Add android.hardware.ethernet.xml for ranchu targets

This commit adds android.hardware.ethernet.xml file for ethernet
permission to PRODUCT_COPY_FILES which will be copied to
/system/etc/permission folder on the target. Reason for adding
this permission file is for enabling the ethernet and having
functional networking until RIL backend support in ranchu is
implemented.

This requires dhcpcd_eth0 service definition in init.ranchu.rc.

Architectures that use goldfish emulator do not need ethernet
support, because networking is provided by RIL.

Change-Id: I7972f80cf78c0fdecf3fde45bf018230bbcefd38

9 years agoEnable SANITIZE_TARGET.
Evgenii Stepanov [Thu, 11 Jun 2015 20:57:10 +0000 (13:57 -0700)]
Enable SANITIZE_TARGET.

The same as SANITIZE_HOST, but for the target.
Also, skip all LOCAL_FORCE_STATIC_EXECUTABLE targets, as ASan does not
support static linking.

Bug: 21785137
Change-Id: Ief53ff8de1fee18f230d6c7dd31845db5bbd415c

9 years agoam c5672344: Merge "Really include drawables for all densities."
Ying Wang [Wed, 17 Jun 2015 21:26:55 +0000 (21:26 +0000)]
am c5672344: Merge "Really include drawables for all densities."

* commit 'c567234484c9aa5b8ea2061e710109da9cc36c83':
  Really include drawables for all densities.

9 years agoMerge "Really include drawables for all densities."
Ying Wang [Wed, 17 Jun 2015 21:18:47 +0000 (21:18 +0000)]
Merge "Really include drawables for all densities."

9 years agoReally include drawables for all densities.
Ying Wang [Fri, 12 Jun 2015 17:33:59 +0000 (10:33 -0700)]
Really include drawables for all densities.

Previously with "PRODUCT_AAPT_CONFIG := normal" resource with modifier
"small" isn't included.

Bug: 21643610
Change-Id: I53940d716fb9705462b1abb882e04103e211f8af

9 years agoam 06f0a137: Merge "Remove LOCAL_ADDRESS_SANITIZER."
Dan Albert [Wed, 17 Jun 2015 17:32:41 +0000 (17:32 +0000)]
am 06f0a137: Merge "Remove LOCAL_ADDRESS_SANITIZER."

* commit '06f0a137dce58bf75576b0a2d0a5e7410dae919d':
  Remove LOCAL_ADDRESS_SANITIZER.

9 years agoam 2a884eef: Merge "Stop disallowing sanitizers."
Dan Albert [Wed, 17 Jun 2015 17:32:39 +0000 (17:32 +0000)]
am 2a884eef: Merge "Stop disallowing sanitizers."

* commit '2a884eeff61c3e0302660660ccb174a52236910a':
  Stop disallowing sanitizers.

9 years agoMerge "Remove LOCAL_ADDRESS_SANITIZER."
Dan Albert [Wed, 17 Jun 2015 17:21:26 +0000 (17:21 +0000)]
Merge "Remove LOCAL_ADDRESS_SANITIZER."

9 years agoMerge "Stop disallowing sanitizers."
Dan Albert [Wed, 17 Jun 2015 17:19:24 +0000 (17:19 +0000)]
Merge "Stop disallowing sanitizers."

9 years agoam 40990c83: Merge "Revert "[MIPS] Do not use compact branches until GDB supports...
Elliott Hughes [Wed, 17 Jun 2015 17:12:35 +0000 (17:12 +0000)]
am 40990c83: Merge "Revert "[MIPS] Do not use compact branches until GDB supports them""

* commit '40990c83f0d719d37cd48e52b55fb59b748531b0':
  Revert "[MIPS] Do not use compact branches until GDB supports them"

9 years agoMerge "Revert "[MIPS] Do not use compact branches until GDB supports them""
Elliott Hughes [Wed, 17 Jun 2015 17:02:52 +0000 (17:02 +0000)]
Merge "Revert "[MIPS] Do not use compact branches until GDB supports them""

9 years agoRevert "[MIPS] Do not use compact branches until GDB supports them"
Nikola Veljkovic [Wed, 17 Jun 2015 15:22:26 +0000 (17:22 +0200)]
Revert "[MIPS] Do not use compact branches until GDB supports them"

This reverts commit 063ef3308992ce67c9a72c351978c3b7d2346e94.

9 years agoRemove LOCAL_ADDRESS_SANITIZER.
Dan Albert [Tue, 16 Jun 2015 23:04:01 +0000 (16:04 -0700)]
Remove LOCAL_ADDRESS_SANITIZER.

I've migrated all users of this to the new option now, so we can drop
this.

Dropping `SANITIZE_HOST := true` will have to wait until the build
server configs have been updated.

Change-Id: I591436e197a6c6c079a6cd6a2decb702b574cd71

9 years agoStop disallowing sanitizers.
Dan Albert [Tue, 16 Jun 2015 21:14:43 +0000 (14:14 -0700)]
Stop disallowing sanitizers.

Change-Id: I641cb3fe998184f8926324e3365a7a99d87263df

9 years agoam 8ae7aa94: Merge "Remove copy & paste cruft from the mips64 combo."
Elliott Hughes [Tue, 16 Jun 2015 22:42:42 +0000 (22:42 +0000)]
am 8ae7aa94: Merge "Remove copy & paste cruft from the mips64 combo."

* commit '8ae7aa942bf7d0844bcdfb6116076a21837ded4c':
  Remove copy & paste cruft from the mips64 combo.

9 years agoMerge "Remove copy & paste cruft from the mips64 combo."
Elliott Hughes [Tue, 16 Jun 2015 22:32:28 +0000 (22:32 +0000)]
Merge "Remove copy & paste cruft from the mips64 combo."

9 years agoRemove copy & paste cruft from the mips64 combo.
Elliott Hughes [Tue, 16 Jun 2015 22:22:52 +0000 (15:22 -0700)]
Remove copy & paste cruft from the mips64 combo.

libthread_db hasn't been in bionic for years.

Change-Id: Ibc036d894c6b6bf9ee4653f95ff7a000a223cb2e

9 years agoam c27d4717: Merge "Fix libdl inclusion for default-ub."
Dan Albert [Tue, 16 Jun 2015 21:22:39 +0000 (21:22 +0000)]
am c27d4717: Merge "Fix libdl inclusion for default-ub."

* commit 'c27d471742df9e69d4c0d932e8d7c11455bc3551':
  Fix libdl inclusion for default-ub.

9 years agoMerge "Fix libdl inclusion for default-ub."
Dan Albert [Tue, 16 Jun 2015 21:12:22 +0000 (21:12 +0000)]
Merge "Fix libdl inclusion for default-ub."

9 years agoam dcac4582: Merge "Add support for LOCAL_DETECT_INTEGER_OVERFLOWS"
Nick Kralevich [Mon, 15 Jun 2015 22:04:47 +0000 (22:04 +0000)]
am dcac4582: Merge "Add support for LOCAL_DETECT_INTEGER_OVERFLOWS"

* commit 'dcac45820e4ce7faad4dbfd187f8b788964c9981':
  Add support for LOCAL_DETECT_INTEGER_OVERFLOWS

9 years agoMerge "Add support for LOCAL_DETECT_INTEGER_OVERFLOWS"
Nick Kralevich [Mon, 15 Jun 2015 21:54:30 +0000 (21:54 +0000)]
Merge "Add support for LOCAL_DETECT_INTEGER_OVERFLOWS"

9 years agoAdd support for LOCAL_DETECT_INTEGER_OVERFLOWS
Nick Kralevich [Sun, 14 Jun 2015 18:38:30 +0000 (11:38 -0700)]
Add support for LOCAL_DETECT_INTEGER_OVERFLOWS

Add build system support for LOCAL_DETECT_INTEGER_OVERFLOWS. When enabled,
an attempt to perform an integer arithmetic operation which overflows
will result in a call to abort(). This is intended for security
sensitive code, where integer overflow operations are not expected
nor desirable.

Two classes of underflows/overflows are detected and blocked:

1) Signed integer underflow/overflow.
2) Unsigned integer underflow/overflows.

Signed integer overflows are undefined behavior, according to the
C standard. Unsigned integer overflows are defined behavior, but
still undesirable in security sensitive code.

Only clang is supported today. gcc has -ftrapv for handling signed
integer overflow, but it's widely considered broken
(https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35412) and we're
deliberately avoiding it's use here.

Change-Id: Ib4918dc84e37e83d4205e5035544545d91671e5f
Vaguely-Related-Bug: 11859726

9 years agoFix libdl inclusion for default-ub.
Dan Albert [Mon, 15 Jun 2015 18:39:29 +0000 (11:39 -0700)]
Fix libdl inclusion for default-ub.

We shouldn't be using ldlibs for target libraries because it doesn't
add a real dependency.

Change-Id: Ib1ec40b95356feb521e95674b64d04d5ecc06332

9 years agoam 46cb2ee3: Merge "Force some clang Werrors that *will* break things."
Dan Albert [Fri, 12 Jun 2015 19:59:13 +0000 (19:59 +0000)]
am 46cb2ee3: Merge "Force some clang Werrors that *will* break things."

* commit '46cb2ee3cb120a1c03241e9e2aa66d76c890c486':
  Force some clang Werrors that *will* break things.

9 years agoMerge "Force some clang Werrors that *will* break things."
Dan Albert [Fri, 12 Jun 2015 19:52:19 +0000 (19:52 +0000)]
Merge "Force some clang Werrors that *will* break things."

9 years agoam ed6e4d19: Merge "selinux: add tools to dev path"
Jeff Vander Stoep [Fri, 12 Jun 2015 17:44:49 +0000 (17:44 +0000)]
am ed6e4d19: Merge "selinux: add tools to dev path"

* commit 'ed6e4d1933cc0a68cd2eb3b7a83d5f0ccefac553':
  selinux: add tools to dev path

9 years agoMerge "selinux: add tools to dev path"
Jeff Vander Stoep [Fri, 12 Jun 2015 17:37:24 +0000 (17:37 +0000)]
Merge "selinux: add tools to dev path"

9 years agoselinux: add tools to dev path
Jeff Vander Stoep [Fri, 12 Jun 2015 16:56:39 +0000 (09:56 -0700)]
selinux: add tools to dev path

Adds audit2allow to the path. No build required.

Bug: 21724977
Change-Id: Ide320a56b9cdbfa426b978443f6df07fa2a38fbc

9 years agoForce some clang Werrors that *will* break things.
Dan Albert [Wed, 10 Jun 2015 23:33:43 +0000 (16:33 -0700)]
Force some clang Werrors that *will* break things.

Clang is really aggressive at optimizing a handful of cases (read:
clang will ruin your day some if you write bad code). Fortunately, it
also emits a warning when it's about to do this.

To prevent anyone from suffering from these optimizations, make these
warnings errors and make them impossible to disable.

Change-Id: I5e10bb0fc2ca23190017da716b3b84635577a0bd

9 years agoSupport SELinux context label when mounting
Tao Bao [Wed, 10 Jun 2015 19:32:41 +0000 (12:32 -0700)]
Support SELinux context label when mounting

If there is a SELinux context label in the recovery.fstab, we should
honor that when mounting the partition.

Bug: 19764039
Change-Id: Ic80a3377a5a94c9d10dd464eb1257b157a947510
(cherry picked from commit 548eb76c8f0e18d114ce4125905434c1c6920969)

9 years agoam 1b96592a: Merge "Add build_verity_metadata.py to dist-tools"
Ying Wang [Tue, 9 Jun 2015 16:32:52 +0000 (16:32 +0000)]
am 1b96592a: Merge "Add build_verity_metadata.py to dist-tools"

* commit '1b96592aab7a8e3d357a4e09f685968edcfe05b9':
  Add build_verity_metadata.py to dist-tools

9 years agoMerge "Add build_verity_metadata.py to dist-tools"
Ying Wang [Tue, 9 Jun 2015 16:20:49 +0000 (16:20 +0000)]
Merge "Add build_verity_metadata.py to dist-tools"