Commit Graph

342 Commits

Author SHA1 Message Date
Badhri Jagan Sridharan
46891afa28 Collect usb type-c logs
This CL makes bugreports to contain logs related to USB port
configuration.

Bug: 36178613
Test: ran adb bugreport and noticed the logs to be dumped.
Change-Id: I1f57cb2f481c7bb1bd108812dfa716f7db04ef1d
2017-04-21 18:29:17 +00:00
Christopher Ferris
654e979e90 Merge "Move devices to kryo." 2017-04-21 00:26:10 +00:00
Brian Duddie
16394512f1 Merge "Enable SLPI SSR" 2017-04-20 22:14:03 +00:00
Christopher Ferris
b1b6933647 Move devices to kryo.
Bug: 36728278

Test: Built new device and verified that the 32 bit and 64 bit
Test: memcpy/memset are faster.
Test: Ran bionic unit tests.
Change-Id: Iccddc5160ffeb4d1db121ce2750cf287558ea718
2017-04-20 15:06:51 -07:00
Etan Cohen
1f9b70eda2 Merge changes from topic 'bringup_aware'
* changes:
  [AWARE] Enable Wi-Fi Aware feature support.
  Enable NAN data path
2017-04-20 21:54:08 +00:00
Max Bires
1cedb2bc80 Merge "declare keystore and vold as passthrough HAL clients of keymaster" 2017-04-20 20:03:23 +00:00
Chris Thornton
2073fdd9b6 Merge "Use update usecase in ACDB files for music detector." 2017-04-20 16:58:47 +00:00
TreeHugger Robot
2ea8cd74d1 Merge "Declare location of device manifest" 2017-04-20 02:57:43 +00:00
TreeHugger Robot
ece26e6cb2 Merge "Remove QShrink database file from bugreport" 2017-04-20 01:54:44 +00:00
Chris Thornton
347a9e5def Use update usecase in ACDB files for music detector.
Test: On device.
Change-Id: If26e99ed13d64d6d75f2b241407536a3b98bd4d1
2017-04-19 18:53:17 -07:00
Meng Wang
f940092fad Merge "Fix freedom mobile APN" 2017-04-20 00:36:55 +00:00
TreeHugger Robot
3d0f0c8ec1 Merge "Adding file_contexts and allows that stopped boot in enforcing." 2017-04-20 00:05:11 +00:00
Etan Cohen
5232d40757 [AWARE] Enable Wi-Fi Aware feature support.
Enable the Wi-Fi Aware feature on:
- Add feature to framework
- Device HAL feature

Bug: 36088628
Test: integration (non-data-path) sl4a tests pass
Change-Id: I3e2dca6477b27b466e2b074c70595813fe365973
2017-04-19 16:04:24 -07:00
Subhani Shaik
9d144330ce Enable NAN data path
Bug: 37166810
Change-Id: Ibccc9c36a25799337287add3b124c6e03dc50c26
2017-04-19 16:04:17 -07:00
Meng Wang
b972b3c8e7 Fix freedom mobile APN
Manual sync of cl/153075483

Bug: 35951889
Test: make
Change-Id: I7e46757dc0c6ebd185b61484e4fb21c05634e086
2017-04-19 16:01:47 -07:00
Max Bires
55f59017a0 Adding file_contexts and allows that stopped boot in enforcing.
At some point, changes were checked in that broke enforcing mode. The
following denials should now be fixed:

denied { read } for pid=15 comm="kworker/1:0" name="slpi_v2.b12"
dev="sda
20" ino=369 scontext=u:r:kernel:s0 tcontext=u:object_r:vendor_file:s0
tclass=file

denied { read } for pid=580 comm="vold"
name="android.hardware.keymaster@3.0-impl.so" dev="sda20" ino=802
scontext=u:r:vold:s0 tcontext=u:object_r:vendor_file:s0 tclass=file

denied { read } for pid=779 comm="keystore"
name="android.hardware.keymaster@3.0-impl.so" dev="sda20" ino=802
scontext=u:r:keystore:s0 tcontext=u:object_r:vendor_file:s0 tclass=file

denied { search read open } for pid=772 comm="port-bridge"
name="msm_subsys" dev="sysfs" ino=18985 scontext=u:r:port-bridge:s0
tcontext=u:object_r:sysfs_msm_subsys:s0 tclass=dir

denied { read } for pid=772 comm="port-bridge" name="name" dev="sysfs"
ino=34583 scontext=u:r:port-bridge:s0
tcontext=u:object_r:sysfs_msm_subsys:s0 tclass=file

denied { read } for pid=772 comm="port-bridge" name="subsys0"
dev="sysfs" ino=34591 scontext=u:r:port-bridge:s0
tcontext=u:object_r:sysfs_msm_subsys:s0 tclass=lnk_file

denied { search } for pid=772 comm="port-bridge" name="soc0" dev="sysfs"
ino=51157 scontext=u:r:port-bridge:s0 tcontext=u:object_r:sysfs_soc:s0
tclass=dir

denied { read open getattr } for pid=772 comm="port-bridge"
name="soc_id" dev="sysfs" ino=51161 scontext=u:r:port-bridge:s0
tcontext=u:object_r:sysfs_soc:s0 tclass=file

denied { read write } for pid=4417 comm="android.hardwar"
name="vndbinder" dev="tmpfs" ino=17743 scontext=u:r:hal_drm_default:s0
tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file

denied { read } for pid=3980 comm="m.android.phone"
name="libimsmedia_jni.so" dev="sda20" ino=918 scontext=u:r:radio:s0
tcontext=u:object_r:vendor_file:s0 tclass=file

denied { search } for pid=512 comm="ueventd" name="firmware" dev="sda41"
ino=246 scontext=u:r:ueventd:s0
tcontext=u:object_r:vendor_firmware_file:s0 tclass=dir

denied { read } for pid=1279 comm="ueventd" name="a530_pm4.fw"
dev="sda41" ino=251 scontext=u:r:ueventd:s0
tcontext=u:object_r:vendor_firmware_file:s0 tclass=file

Bug: 34784662
Bug: 37438752
Test: The phone successfully boots again
Change-Id: I21d9dc0f60b2cf383c66f8806eed1e1a83367c25
2017-04-19 15:35:38 -07:00
Sandeep Patil
3be52c8f6e declare keystore and vold as passthrough HAL clients of keymaster
This is a temporary fix until b/35810138 is resolved and keymaster is
enabled as binderized HAL on wahoo. This MUST be reverted with the fix
for b/35810138

Bug: 34784662
Test:

Change-Id: I298f4cd20e6471c01e8aff391ea6f7b802621f24
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-04-19 15:03:10 -07:00
Michael Schwartz
db0322a532 Declare location of device manifest
Bug: 36810913
Bug: 36983271
Test: make and inspect $OUT/vendor/manifest.xml
Change-Id: I2a3a6adc7193d95875729e93a987cb7c11aab7aa
2017-04-19 14:50:10 -07:00
Brian Duddie
d33c00d082 Enable SLPI SSR
Allow SLPI to crash and restart without bringing down the system.

Bug: 37503415
Test: load, confirm SSR entry gets set
Change-Id: I87fa72f557bf37add17f3a908e589dbc6f0c722e
2017-04-19 13:46:41 -07:00
Jie Song
df248b7c4c Remove QShrink database file from bugreport
Bug: 37463985
Test: No qdb file in bugreport
Change-Id: If3d6cd8a580b096b8ac321151363e3d49ef3e0d4
2017-04-19 18:07:08 +00:00
TreeHugger Robot
9e627ea90b Merge "power_profile: Fix overlays for wahoo" 2017-04-19 00:40:04 +00:00
taekwoo.nam
b45c4031ad liblight: Change the node for the low persistence mode.
To synchronize the kernel driver, changed the path.

Bug: 36660610
Change-Id: Ieaf9e46dd4ce7d0aad91a1f7bfa486029be1816a
2017-04-18 22:29:33 +00:00
TreeHugger Robot
28c5158c95 Merge "Add camera package to default dnd access list." 2017-04-18 21:48:28 +00:00
Matt Sharifi
fe81b2237b Add camera package to default dnd access list.
Test: Built system image.
Change-Id: I09c9e26adf4c1254b63f44271c0da4378c7bd807
2017-04-18 22:11:01 +02:00
TreeHugger Robot
6cfe1a87b8 Merge "Add OemLock and Weaver HAL server policies for esed." 2017-04-18 14:50:47 +00:00
Chris Thornton
c5cbcafe02 Add the music detector to sound_trigger_platform_info.xml
Currently uses a duplicate instance of the hotword code, until the
merged API exists from QC. Also uses the buffer from the hotword
codepath, because it the ACDB files do not appear to support multiple
sinks.

Test: On device with the SoundTriggetTestApp.
Change-Id: I06da9f5c8fdf4e5e244148b47830b6fd067d7f80
2017-04-17 17:16:26 -07:00
Andrew Lehmer
44aa09e865 Merge "folio_daemon: improve logging for debugging" 2017-04-17 23:21:01 +00:00
TreeHugger Robot
7da32ac2d6 Merge "camera: enable TNR for preview and video" 2017-04-17 23:02:11 +00:00
Naseer Ahmed
d5c89d423f wahoo: Add support for display calibration data
Bug: 37429752
Change-Id: I580288d081a8e64e80a8f2031c0e9a4eda6e1f51
2017-04-17 14:28:13 -07:00
Zhijun He
a19299f015 camera: enable TNR for preview and video
Bug: 36564404
Change-Id: I49d6653a659649ea5a8bbb722ad0e8bd65ecfef5
2017-04-17 14:15:23 -07:00
TreeHugger Robot
0c7ec5965d Merge "Fixing denials for OTAs" 2017-04-17 20:51:08 +00:00
Wei Wang
fbb24f4a95 Merge "init.hardware.rc: remove cpuset" 2017-04-17 20:03:03 +00:00
Andrew Lehmer
7c58dfb1de folio_daemon: improve logging for debugging
Bug: 37402669
Test: loaded on walleye
Change-Id: I9cfd071158386d3eb15a5b81656b09452c7fed15
2017-04-17 12:19:05 -07:00
Max Bires
c6607276b3 Fixing denials for OTAs
denied { read } for pid=818 comm="update_engine" name="sda13"
dev="tmpfs" ino=21751 scontext=u:r:update_engine:s0
tcontext=u:object_r:ab_block_device:s0 tclass=blk_file

denied { read } for pid=818 comm="update_engine" name="sda7" dev="tmpfs"
ino=21727 scontext=u:r:update_engine:s0
tcontext=u:object_r:modem_block_device:s0 tclass=blk_file

denied { getattr } for pid=818 comm="update_engine" path="/postinstall"
dev="sda43" ino=42 scontext=u:r:update_engine:s0
tcontext=u:object_r:postinstall_mnt_dir:s0 tclass=dir

Bug: 37305560
Test: These denials are not present
Change-Id: I47bc5743c58c4c56b95614f0a170d7af16ae2b53
2017-04-17 11:39:48 -07:00
TreeHugger Robot
642c6681aa Merge "wahoo: enable audio rotation feature" 2017-04-17 18:35:04 +00:00
TreeHugger Robot
63df0e8632 Merge "soundfx: add audio effects to product package" 2017-04-17 17:24:23 +00:00
Christine Franks
5648453aa9 Merge "Add config_setColorTransformAccelerated" 2017-04-17 17:21:16 +00:00
Ecco Park
6eaee489a7 Wifi: enable decode mode for cnss_diag local buffer
Currently There is no way to decode firmware offline.
So, it makes sense to enable decode mode for local bufffer by default

Change-Id: I9d3659debd23ff8f214a94aff7fe15ca7ca7c33e
Signed-off-by: Ecco Park <eccopark@google.com>
2017-04-17 09:40:07 -07:00
TreeHugger Robot
472651f03c Merge "Set graphics driver package name" 2017-04-16 22:34:03 +00:00
Sandeep Patil
59b3eaccd3 tag all vendor domains that rely on system executables
Bug: 36463595
Test: lunch walleye-userdebug && make sepolicy

Change-Id: I7ec48b3109d66f9537e5834933ed28aa76da367e
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-04-15 19:30:07 -07:00
Sandeep Patil
1f85c07202 make all vendor exec_types part of vendor_file_type
Bug: 36463595
Test: lunch walleye-userdebug && make -j48 sepolicy

Change-Id: Idbc83b06edcb3eb2ea548a16ed93f711cda150c1
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-04-15 19:23:59 -07:00
Andrew Scull
1b416dc8d2 Add OemLock and Weaver HAL server policies for esed.
Test: Boot daemon and connect to HALs from framework.
Bug: 35628284
Change-Id: I43a1ad5df401f9e9c39d107311d6a670abdce2f0
2017-04-15 14:42:59 +01:00
Joel Fernandes
2d3fe995f5 Merge "init: Reserve CPUs for top-app correctly in EAS 1.2" 2017-04-15 02:51:53 +00:00
Roopesh Rajashekharaiah Nataraja
50ffa4a8d9 IMS: Define sepolicies for UCE
UCE is user capability exchange functionality where the device notifies
the network its capabilities and can also find out the capabilities of a
different user from the network. Capabilities such as VoLTE,
Video Telephony, etc.

/external/ims/rcs contains the open source code that needs to interact
with the IMS stack in the modem. The UCE HAL acts as a bridge between
the ims stack in the modem and the open source code that provides
the UCE functionality that is used by Android Apps such as Phone and
Contacts.

Previous architecture was as follows:
UCE client app (aosp, system) <--> AIDL (AOSP) <-->
uce_service (system app) <--> (JNI vendor) <-->
(IMS libs: vendor) <--> modem

With Treble we have formed a clean separation between system and
vendor components: UCE app (aosp, system) <--> AIDL (aosp) <-->
UCEService <--> system/priv-app) <--> (HIDL, vendor) <-->
imrcsd (vendor daemon) <--> modem

Hope is that in future the vendor UCE HIDL is absorbed in AOSP and
we can deprecate the UCE Service system app altogether.

Add policies and permissions for UCE HAL service and UCE HAL client to
run and execute.

Bug: 37262741
Test: Check capability in contacts for VT calling

Change-Id: If426c1c046a2acd16ac30f25e15daf4aa0de1383
2017-04-14 17:58:55 -07:00
Roopesh Rajashekharaiah Nataraja
4505392eca ims: Uce Enabling Uce-HIDL-Service on init
Bug: 37262741
Test: Check capability in contacts for VT calling

Change-Id: If2ecb3280368c7ff7bf5d32937efd26a06b6ef24
2017-04-14 17:58:55 -07:00
Meng Wang
f5dd6ef2d9 Merge "Add APNs for Videotron CA" 2017-04-15 00:15:47 +00:00
Meng Wang
48ec4bc322 Add APNs for Videotron CA
Bug: 35952952
Test: make
Change-Id: Iee94cdcff61892ea62aa0134f1fc61ecd14c9810
2017-04-14 17:05:27 -07:00
Jesse Hall
52e963c176 Set graphics driver package name
This has the side effect of disabling preloading of the EGL/GLES drivers
in Zygote.

Bug: 37323602
Test: confirm driver not loaded in zygote, run gles3jni + vulkanGears
Change-Id: I4231ada91ba7dda7f7d6f8cff1de7957c24f2d99
2017-04-14 14:55:51 -07:00
TreeHugger Robot
6d4b9245f0 Merge "init.hardware.rc: disable retention" 2017-04-14 20:43:30 +00:00
Vinay Kalia
d61b2c2cee power_profile: Fix overlays for wahoo
Muskie and Wallye overlays should override the overlays defined
in wahoo. Also, resources outside of the "values" directory are
overlayed by the file so there is no need of power_profile.xml
for wahoo since muskie and walleye will always override it completely.

BUG: 36796913
Test: Verified "App usage since last charge" under Settings->Battery
Change-Id: Idc0bbe8920bf209d7cd721ea2b7fb32647d30ec2
2017-04-14 13:29:45 -07:00