Commit graph

1719 commits

Author SHA1 Message Date
Jeff Sharkey
0fa3fb0257 Start paving the way for vold calls over Binder.
This change is the bare minimum needed to publish a new vold
Binder service and move the simple "reset" call over to go through
the new interface.

The new rules here are mirrored on the existing installd rules, but
with a handful of neverallow rules relaxed due to funky interactions
with hal_client_domain().

Test: builds, boots
Bug: 13758960
Change-Id: Ia9522ea7a68698cb0edce7879abfbf22b9d67c76
2017-09-06 16:16:20 -06:00
Steven Moreland
3270a4012f Revert "Add screencap domain." am: 60e538377a
am: e2e557b238

Change-Id: Iec1b60541c99d7c37fe15e44f6b94e542e4c0f69
2017-09-01 19:56:37 +00:00
Steven Moreland
e2e557b238 Revert "Add screencap domain."
am: 60e538377a

Change-Id: Ic262062da2065dddbabaff26f38d779f4e63b95d
2017-09-01 19:45:46 +00:00
Steven Moreland
60e538377a Revert "Add screencap domain."
This reverts commit f27bba93d1.

Bug: 65206688

Change-Id: I8e61b77a1abe9543e4fba77defb8062407676fcf
2017-09-01 10:01:20 -07:00
Tomasz Wasilczyk
7360ad401b Merge "Move Broadcast Radio HAL to a separate binary." into oc-mr1-dev am: 4f6e5b987d
am: e325e36570

Change-Id: Icd4f51c9a0fda322bb7564e6779db9a51bfbcf68
2017-08-29 14:15:17 +00:00
Tomasz Wasilczyk
e325e36570 Merge "Move Broadcast Radio HAL to a separate binary." into oc-mr1-dev
am: 4f6e5b987d

Change-Id: I3054dc9c9c6d43b9d751b5ceca74671112628cfc
2017-08-29 14:10:02 +00:00
Tomasz Wasilczyk
567b947d85 Move Broadcast Radio HAL to a separate binary.
Bug: 63600413
Test: VTS, instrumentation, audit2allow
Change-Id: I57c0150a52c13f1ce21f9ae2147e3814aad0fb7e
2017-08-28 09:44:50 -07:00
Mark Salyzyn
3209d827f1 Build Breakage: new *_boot_reason_prop
Test: trust me
Bug: 64687998
Change-Id: I901565222d658917ce5ad7bc280dc4acc0f9e9b7
(cherry picked from commit 267b43a155)
2017-08-25 20:23:06 +00:00
Mark Salyzyn
267b43a155 Build Breakage: new *_boot_reason_prop
Test: trust me
Bug: 64687998
Change-Id: I901565222d658917ce5ad7bc280dc4acc0f9e9b7
2017-08-25 09:13:01 -07:00
Bowgo Tsai
f0c76468a0 Merge "Moving adbd from rootdir to system/bin" into oc-mr1-dev am: cf627a49b6
am: c89e08733b

Change-Id: I96d0b49a6e5743f8abd398a1876a2ce33ea2ab7f
2017-08-18 06:12:20 +00:00
Bowgo Tsai
c89e08733b Merge "Moving adbd from rootdir to system/bin" into oc-mr1-dev
am: cf627a49b6

Change-Id: I86aaa7c56cd6a0c6eff73297e9f42eadeeb2c33e
2017-08-18 06:06:54 +00:00
TreeHugger Robot
cf627a49b6 Merge "Moving adbd from rootdir to system/bin" into oc-mr1-dev 2017-08-18 03:52:37 +00:00
Sandeep Patil
fadad280fa Merge changes from topic "app_visible_hals" into oc-mr1-dev am: c5bdf47c9c
am: a250cf6a55

Change-Id: I0552709eb1f043c085eb3d054083c93f64f89e7a
2017-08-17 18:24:05 +00:00
Sandeep Patil
a250cf6a55 Merge changes from topic "app_visible_hals" into oc-mr1-dev
am: c5bdf47c9c

Change-Id: I6a782d14a789a9783980504491398c00572bc264
2017-08-17 18:01:19 +00:00
Sandeep Patil
c9d4a86d0a DO NOT MERGE: Revert "Revert "Remove neverallow preventing hwservice access for apps.""
This reverts commit ceed720415.

New HALs services that are added in the policy while the CL was reverted
will are not made visible to applications by default. They are:
  hal_neuralnetworks_hwservice
  hal_wifi_offload_hwservice
  system_net_netd_hwservice
  thermalcallback_hwservice

Bug: 64578796
Test: Boot device

Change-Id: I84d65baddc757a5b0a38584430eff79a383aa8e0
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-08-16 14:29:17 -07:00
Bowgo Tsai
e2423d149b Moving adbd from rootdir to system/bin
Bug: 63910933
Test: boot sailfish in normal mode, checks adbd is started
Test: boot sailfish in recovery mode, checks adbd is started
Test: boot bullhead in normal mode, checks adbd is started
Test: boot bullhead in recovery mode, checks adbd is started

Change-Id: I35ed78a15a34626fbd3c21d030e2bf51033f7b79
2017-08-16 10:03:51 +08:00
Jin Qian
4b6e673a2a storaged: allow storaged to access /data/misc/storaged directory
storaged will use this directory to store internal data files.

Bug: 63740245
Change-Id: Ie77961c2b398cc464b7199d3acbcc6287312d3b4
2017-08-15 11:19:12 -07:00
Dan Cashman
43c8ea3b4d Move compatibility files out of prebuilts dir.
am: 78b3d573da

Change-Id: Iddbaf4be33221bacf04b7da18f98af6d0567f8c6
2017-08-14 19:17:58 +00:00
Dan Cashman
78b3d573da Move compatibility files out of prebuilts dir.
The treble compatibility tests check for policy differences between old
and new policy.  To do this correctly, we must not modify the policy which
represents the older policies.  Move the files meant to be changed to a
different location from the ones that are not meant to be touched to avoid
any undesired changes to old policy, e.g. commit:
2bdefd65078d890889672938c6f0d2accdd25bc5

Bug: 36899958
Test: Build-time tests build.
Change-Id: I8fa3947cfae756f37556fb34e1654382e2e48372
2017-08-14 09:47:37 -07:00