Commit graph

45060 commits

Author SHA1 Message Date
Nicolas Geoffray
ce0abc4d93 Merge "Delay zygote startup until after the Runtime APEX has been mounted."
am: 876cd75748

Change-Id: I0796f5d0a34c12dcea9fdfd719d6284dc0653a67
2019-01-22 01:00:50 -08:00
Nicolas Geoffray
876cd75748 Merge "Delay zygote startup until after the Runtime APEX has been mounted." 2019-01-22 08:43:55 +00:00
Leo Liou
1ec76699b9 Merge "fs_mgr: set ext4 fsverity feature bit"
am: 2eca761ee5

Change-Id: I9e4b8240d0270011ea4e2fb06c48ade93b89c3ff
2019-01-21 22:50:36 -08:00
Treehugger Robot
2eca761ee5 Merge "fs_mgr: set ext4 fsverity feature bit" 2019-01-22 06:39:59 +00:00
Leo Liou
0b721d3dd9 fs_mgr: set ext4 fsverity feature bit
It supports a new feature "fsverity" for ext4 file-system. When someone
adds a mount option "fsverity" to fstab file, fsmgr will use tune2fs to
enable fsverity feature if kernel support.

Bug: 117437571
Test: bootable for phone projects
Change-Id: Icf35715a2f71c430468daaafcde497f8cfe9a18d
2019-01-22 12:22:13 +08:00
Sandeep Patil
5fe810d675 Merge "meminfo/tools: Enable all libmeminfo based tools"
am: 51e990358f

Change-Id: If9997a3ae6410830ff73e2650468ad3c8de8f7f1
2019-01-21 13:44:13 -08:00
Treehugger Robot
51e990358f Merge "meminfo/tools: Enable all libmeminfo based tools" 2019-01-21 21:35:18 +00:00
Tom Cherry
c06f2d0895 Merge "fs_mgr: add dvander@ to OWNERS"
am: 582a81cbe8

Change-Id: I3d7b32fd83b33b042db3763d4be2358fe14e08d5
2019-01-21 10:45:15 -08:00
Leo Liou
267eba1cde Merge "zram: add bitfield to FstabEntry"
am: 9c833f1e28

Change-Id: I49ace0b57dbe71c3b11945e76a9af1ff9b805c2c
2019-01-21 10:39:15 -08:00
Tom Cherry
582a81cbe8 Merge "fs_mgr: add dvander@ to OWNERS" 2019-01-21 18:35:25 +00:00
Treehugger Robot
9c833f1e28 Merge "zram: add bitfield to FstabEntry" 2019-01-21 18:31:00 +00:00
Nicolas Geoffray
3326da5bb7 Merge "Revert "Introduce conscrypt linker namespace.""
am: e606e00042

Change-Id: If644c8cb83478ac12f218ac0faa90ebd32686b72
2019-01-21 09:36:17 -08:00
Nicolas Geoffray
e606e00042 Merge "Revert "Introduce conscrypt linker namespace."" 2019-01-21 17:25:17 +00:00
Nicolas Geoffray
5701a47685 Revert "Introduce conscrypt linker namespace."
This reverts commit 67a09e5791.
Exempt-From-Owner-Approval: Fixes P0 failures.

Bug: 123185917


Reason for revert: media namespace needs to be introduced.

Change-Id: I0c28798a3143c1e627278c3a908207e670171416
2019-01-21 17:23:31 +00:00
Nicolas Geoffray
70df103b96 Merge "Introduce conscrypt linker namespace."
am: 8922048185

Change-Id: I84ca06e5e6f2a0134976a0906f2f99339f916d66
2019-01-21 04:14:24 -08:00
Nicolas Geoffray
8922048185 Merge "Introduce conscrypt linker namespace." 2019-01-21 12:05:33 +00:00
Nicolas Geoffray
67a09e5791 Introduce conscrypt linker namespace.
And have the linker translate a java library path from an apex
to a linker namespace.

Bug: 122874359
Test: m, boots, gtest, run-test, CtsJdwpTests
Change-Id: I216c3509c45589d28acdac068aec53877aeb104a
Exempt-From-Owner-Approval: Carrying Jiyong's +2
2019-01-21 12:05:13 +00:00
Martin Stjernholm
440efa5796 Delay zygote startup until after the Runtime APEX has been mounted.
It depends on libdexfile_external, libnative{bridge,helper,loader} and
libart(d), which are provided by the Runtime APEX.

Test: flash & boot
Test: atest CtsJdwpTestCases
Bug: 113373927
Change-Id: I0df99f444e892c47a5f06bd1bcf5d184defb4517
2019-01-21 10:55:31 +00:00
Nicolas Geoffray
52ee675449 Merge "Pass the Java caller's location to OpenNativeLibrary."
am: ad6a5c565c

Change-Id: I98285f658fe9ccef8c7b58051bac54bf1869eb6d
2019-01-20 06:09:10 -08:00
Nicolas Geoffray
ad6a5c565c Merge "Pass the Java caller's location to OpenNativeLibrary." 2019-01-20 13:58:49 +00:00
Ramon Pantin
19bb15407a Merge "Fixed a few minor nits in liblp"
am: 7909d650bd

Change-Id: Ie9efb729b07713c414769cf0be24fbb801deae84
2019-01-20 00:18:05 -08:00
Treehugger Robot
7909d650bd Merge "Fixed a few minor nits in liblp" 2019-01-20 07:55:47 +00:00
Yabin Cui
77ddc89bb0 Merge "base: support optional flags in android::base::Pipe."
am: 0182f71d96

Change-Id: Ieed51a0c0225f9435c5e0e8e6c4abd9c13bf6b57
2019-01-19 17:09:29 -08:00
Yabin Cui
0182f71d96 Merge "base: support optional flags in android::base::Pipe." 2019-01-20 01:02:46 +00:00
Sandeep Patil
d8e322c225 meminfo/tools: Enable all libmeminfo based tools
Enables procrank, procmem, librank and showmap.
Only showmap gets built into the default builds.

Bug: 111694435
Test: builds
Test: showmap exists in final builds

Change-Id: Ib5901aa2bd4ccc6aa3d02915fda92f8320651315
Signed-off-by: Sandeep Patil <sspatil@google.com>
2019-01-19 13:12:09 -08:00
Leo Liou
4809b20270 zram: add bitfield to FstabEntry
For fstab flag control, add the bitfields for zram definition.

Bug: 122659265
Test: none
Change-Id: I68c9a8c9ab0b218f6ca933316e85effe14402202
2019-01-19 17:02:40 +00:00
Dan Willemsen
67d1b381f9 Merge "Remove LOCAL_MODULE_TAGS := debug"
am: 763bac7826

Change-Id: Id952d793b49593c193c47a7ef530fd048e0573e1
2019-01-18 23:50:10 -08:00
Dan Willemsen
763bac7826 Merge "Remove LOCAL_MODULE_TAGS := debug" 2019-01-19 07:39:56 +00:00
Logan Chien
6bee7c52df Merge "Add libc_headers to header_libs for libpropertyinfoparser"
am: 0dd8a9824f

Change-Id: Iac70fb16c5fb9ec66b566955177518005a2819a2
2019-01-18 18:45:09 -08:00
Logan Chien
0dd8a9824f Merge "Add libc_headers to header_libs for libpropertyinfoparser" 2019-01-19 02:34:34 +00:00
Christopher Ferris
2cb6c40c2b Merge "Add caching of build id in MapInfo object."
am: b26b07d845

Change-Id: I8773da5fa8b0be2b450465c5c1602eb6d497d46d
2019-01-18 16:53:29 -08:00
Sudheer Shanka
5e4c507abd Merge "Reland "Create new mount directory /mnt/runtime/full.""
am: c39ed35d82

Change-Id: I8699ebaa37b5578e198ae268083b93fd7fbbc5f0
2019-01-18 16:52:35 -08:00
Alex Buynytskyy
e49c97f479 Merge "Adding new feature to adb "abb"."
am: d7a501d184

Change-Id: I08f6b8ebf1146ee0667ed1bfbe663964d23e3cd7
2019-01-18 16:51:31 -08:00
Tom Cherry
567b5ed776 fs_mgr: add dvander@ to OWNERS
Test: n/a
Change-Id: I7ac90d2dd54f53b12b67c77bc452946156fdcccf
2019-01-18 16:36:59 -08:00
Christopher Ferris
b26b07d845 Merge "Add caching of build id in MapInfo object." 2019-01-19 00:32:36 +00:00
Sudheer Shanka
c39ed35d82 Merge "Reland "Create new mount directory /mnt/runtime/full."" 2019-01-19 00:24:23 +00:00
Sudheer Shanka
81c687dff8 Reland "Create new mount directory /mnt/runtime/full."
This will be used for system internals to access
secondary volumes without having to bypass sdcardfs.

This reverts commit 54b8844b13

Bug: 121277410
Test: manual
Change-Id: Id5b995dc5899b5999f1dea662ba1c3ee475a0e46
2019-01-19 00:21:10 +00:00
Treehugger Robot
d7a501d184 Merge "Adding new feature to adb "abb"." 2019-01-19 00:18:55 +00:00
David Anderson
e26e7057e6 Merge "fastbootd: Add command to remove GSI installs"
am: f5582e9d7a

Change-Id: Icfe6b800ca23c26b7fded0b657e735c226241bd7
2019-01-18 15:21:48 -08:00
Dan Willemsen
ceaf4e76e5 Remove LOCAL_MODULE_TAGS := debug
It's replaced with entries in PRODUCT_PACKAGES_DEBUG in
build/make/target/product/base_system.mk

Test: treehugger
Change-Id: I4dc69c34ddc2c494fc74bc4afee6efa240c9b0d3
2019-01-18 15:16:50 -08:00
David Anderson
f5582e9d7a Merge "fastbootd: Add command to remove GSI installs" 2019-01-18 22:55:31 +00:00
Yabin Cui
e2841044a0 base: support optional flags in android::base::Pipe.
Bug: none
Test: build and use it manually.
Test: run libbase_tests.

Change-Id: I50b5251e8da23ddce94711807859612bf890406b
2019-01-18 14:25:13 -08:00
Matthew Maurer
327f502af7 Merge "trusty: Avoid unnecessary use of static libtrusty"
am: 52ca777e57

Change-Id: I41d66c359efaccf16ec1c86028ec5081f2b53553
2019-01-18 14:10:46 -08:00
Treehugger Robot
52ca777e57 Merge "trusty: Avoid unnecessary use of static libtrusty" 2019-01-18 21:54:39 +00:00
Alex Buynytskyy
01a65eebbf Adding new feature to adb "abb".
It will allow clients to detect if abb is supported.

Test: manual
BUG: 111621042

Change-Id: Ifddabe49214882a6c6ad898c7e2a0f5cc92458d8
2019-01-18 21:45:02 +00:00
Yabin Cui
f2be528947 Merge "Add simpleperf in system shell utilities."
am: 48ad6aea22

Change-Id: I4b0a6a46a823661055642cdc823a00ef6604cd2f
2019-01-18 12:52:27 -08:00
Yabin Cui
48ad6aea22 Merge "Add simpleperf in system shell utilities." 2019-01-18 20:43:53 +00:00
Tao Bao
34a080bf6b Merge "init: Remove the obsolete restorecon for /sbin files."
am: 60fc999722

Change-Id: Ic5ddeb85f554ac4a34165454300fa8c5ade9a609
2019-01-18 11:57:36 -08:00
Treehugger Robot
60fc999722 Merge "init: Remove the obsolete restorecon for /sbin files." 2019-01-18 19:35:26 +00:00
Mark Salyzyn
5fb43a8787 Merge "adb_remount_test allow to run on eng builds."
am: 99ff4dd35d

Change-Id: Id4057f13145573cbf59ead2b59110eb7184adc28
2019-01-18 10:18:23 -08:00