Commit Graph

498 Commits

Author SHA1 Message Date
Jiwen Cai
0572b91ee1 Merge "Pixel 2017: Move XR-related init.rc entries to a dedicated file" 2019-04-16 23:24:46 +00:00
Jiwen 'Steve' Cai
33c5f8698e Pixel 2017: Move XR-related init.rc entries to a dedicated file
Origin CLs that introduced these init.rc entries:

ag/2066998: wahoo: Create PDX socket dirs and cpusets for VR services
ag/2485419: Fix DVR cpusets for wahoo
ag/2645621: wahoo: toggle special touch mode when VR mode is active

Bug: 129787612
Test: Build walleye, taimen, walleye_xr, taimen_xr
Change-Id: I358689e73d2a214a9f3e90e106739dfe0fc2b6b6
2019-04-15 17:58:09 -07:00
Jiyong Park
ef6c69bb90 Add updatable_apex.mk
The product abstracts configs that need to be set to support updating of
APEXes.

Bug: 130418467
Test: m
Test: adb shell getprop ro.apex.updatable in Pixel 2 and 3
Test: adb shell /system/apex/com.android.apex.cts.shim.apex exists.
Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589
2019-04-15 20:33:30 +09:00
Jack Yu
47351c6338 Merge "Fixed the incorrect system properties" into qt-dev 2019-04-09 02:24:21 +00:00
Jack Yu
0535120338 Fixed the incorrect system properties
IWLAN operation mode is not an integer anymore. Removed
the system properties and only use the default mode (tied
to the IRadio version).

Test: Manual
Bug: 126218288
Change-Id: I9c844e76ef1e554dda9b2821f9ebf6e71ccaf39e
2019-04-08 14:31:51 -07:00
Bowgo Tsai
421986004d Adding GSI keys
Bug:112293933
Test: tree hugger
Change-Id: I112ece91566e6cea066cd637bfed5cae6761ae66
2019-04-08 18:28:48 +08:00
Wei Wang
4dd9895619 Move PowerHAL into Pixel common
Bug: 129495482
Test: Build
Change-Id: I5eb2e75092cba8a3dd6e108e26bb3baae0a907d3
2019-04-04 01:31:02 +08:00
Tao Bao
766581ae83 Mount system_other with AVB verification.
This change overrides ro.postinstall.fstab.prefix to /product, for
cppreopt.rc to use product-specific /product/etc/fstab.postinstall (i.e.
/system/product/etc/fstab.postinstall) to mount system_other partition.
The AVB key is specified in this fstab to mount system_other with
dm-verity.

Bug: 129032485
Test: boot device and checks cppreopt results
      init: processing action (ro.postinstall.fstab.prefix=/product && sys.cppreopt=requested) from (/system/etc/init/cppreopts.rc:27)
      init: [libfs_avb]Returning avb_handle for '/postinstall' with status: Success
      init: [libfs_avb]Built verity table: '1 /dev/block/by-name/system_a /dev/block/by-name/system_a 4096 4096 644999 644999 sha1 c6c7051bf32dbc20623fc5b5b99bad0b27233a0e 25e465b1dc1e8274beea7e4e5f2712f7e1a90e26 10 use_fec_from_device /dev/block/by-name/system_a fec_roots 2 fec_blocks 650080 fec_start 650080 restart_on_corruption ignore_zero_blocks'
Change-Id: I032bfcaaa463f9ab694bf056bf05f551b772980d
2019-04-01 16:02:40 -07:00
Erik Staats
1513cfd44a Add a_sns_test to wahoo debug builds.
Bug: 124465434
Test: Verified a_sns_test is installed and runs on Walleye. See details in
testing done comment in
https://googleplex-android-review.git.corp.google.com/6870258 .
Change-Id: I9fe33642242d0fde4321bb88a2b6de5ee5ca03ab
2019-03-28 20:07:55 -07:00
Jiyong Park
6cb71af67b Revert^2 "Set ro.apex.updatable to true for wahoo"
This reverts commit 0000d909aa.

Reason for revert: ag/6729196 will fix the previous problem

Bug: 129035564
Test: wahoo is bootable, sdcard works
Change-Id: Ifa15cf6d6b0480428c3f9de823829bae6475f2ee
2019-03-21 08:05:34 +00:00
Lucas Dupin
014f714999 Walleye offsets for GPU composition
Window animations now have rounded corners, meaning that
the shader that we use is more expensive than it used to be.

Because of this, we need to adjust the SF offsets, to make sure
that we'll have enough time to finish the GPU composition without
dropping frames.

These offsets as similar to blueline's, adjusted slightly because
we were getting false "frame missed" signals if composition
starts too early.

Bug: 122347746
Test: systrace
Change-Id: I8173e12b006bc1cab6b4cb0b3a5db9f9b3489819
2019-03-19 14:10:50 -07:00
TreeHugger Robot
d8af504106 Merge "Enable Codec2" 2019-03-15 01:50:27 +00:00
Pawin Vongmasa
54c01e1608 Enable Codec2
Test: make cts -j123 && cts-tradefed run cts-dev -m \
CtsMediaTestCases --compatibility:module-arg \
CtsMediaTestCases:include-annotation:\
android.platform.test.annotations.RequiresDevice

Bug: 128456533
Change-Id: Ibe051f4b19c2dbb0a208e751a3b7a332a329b447
2019-03-14 10:46:59 -07:00
Jiyong Park
0000d909aa Revert "Set ro.apex.updatable to true for wahoo"
This reverts commit 065e7a5078.

Bug: 128409203
Reason for revert: broke ThemeHostTest.testThemes

Change-Id: I639eb77359c9e59d723ce08a1dce9ab34e77c683
2019-03-12 16:14:18 +00:00
Brad Ebinger
95b9deb31e Enable FEATURE_TELEPHONY_IMS for this device.
Bug: 118823723
Test: checkbuild
Change-Id: Ibdd8cfad8fa26b147d1c318eb43e4bf181ae4037
2019-03-11 17:38:53 -07:00
Jiyong Park
065e7a5078 Set ro.apex.updatable to true for wahoo
Test: WIP
Change-Id: I79d3c438535e8c6ea03319e0e0f8588e590077f9
2019-03-09 17:23:00 +09:00
TreeHugger Robot
2a2fa8d3af Merge "Change to system properties" 2019-03-01 06:39:43 +00:00
TreeHugger Robot
cce58a04a3 Merge "Reland BluetoothAudio HAL: flip to be enabled by default on Pixel 2" 2019-03-01 00:51:41 +00:00
Cheney Ni
b9e66da8d1 Reland BluetoothAudio HAL: flip to be enabled by default on Pixel 2
Swap audio XML files, and supports following scenarios:
1) (default) audio_policy_configuration.xml
   Using BluetoothAudio HAL
2) audio_policy_configuration_bluetooth_legacy_hal.xml
   No BluetoothAudio HAL nor A2DP offload

Bug: 126304229
Test: Switch BluetoothAudio HAL manully
(cherry picked from commit 6a8178d9df)

Change-Id: I1927dd49b09579a3f830558beb4d4e117842f3dc
2019-02-27 16:34:29 -08:00
Adam Seaton
6075985612 Update Master SVN to 29 for August on QT-Release
QT is SVN is projected to be 29 for wahoo. Preemptively setting it there
now.
Bug:126590667
2019-02-27 14:14:20 -08:00
Annie Meng
6a1774216e Merge "Revert "BluetoothAudio HAL: flip to be enabled by default on Pixel 2"" am: 3394c70860 am: 3224c4ed9e
am: 6288c9ebc3

Change-Id: I74e0c6a68cee0ebb1f8393c42e0a6d03bebcf4c6
2019-02-27 12:14:55 -08:00
Annie Meng
6288c9ebc3 Merge "Revert "BluetoothAudio HAL: flip to be enabled by default on Pixel 2"" am: 3394c70860
am: 3224c4ed9e

Change-Id: I6ae1c6292d2f9745adb2553cef57223948d85430
2019-02-27 11:52:15 -08:00
Annie Meng
3224c4ed9e Merge "Revert "BluetoothAudio HAL: flip to be enabled by default on Pixel 2""
am: 3394c70860

Change-Id: Ie2ec603e0045b7bd51337c2783d878a0da614ee9
2019-02-27 11:46:13 -08:00
Hansong Zhang
d993239b00 Revert "BluetoothAudio HAL: flip to be enabled by default on Pixel 2"
This reverts commit 6a8178d9df.

Reason for revert: Broke test

Change-Id: I88181edb1d0eb6cc16316817a82bd18f8e325f1d
2019-02-27 19:00:02 +00:00
Cheney Ni
74cb54c8af Merge "BluetoothAudio HAL: flip to be enabled by default on Pixel 2" am: b985dd76bf am: 26583da937
am: 45d87b45b7

Change-Id: If5c7de27a2c98994644c4989fd4dd608e4c6d911
2019-02-26 15:53:32 -08:00
Cheney Ni
45d87b45b7 Merge "BluetoothAudio HAL: flip to be enabled by default on Pixel 2" am: b985dd76bf
am: 26583da937

Change-Id: I949e1ec32f0db67eac435bd4ea47858ab296ee73
2019-02-26 15:42:26 -08:00
Cheney Ni
26583da937 Merge "BluetoothAudio HAL: flip to be enabled by default on Pixel 2"
am: b985dd76bf

Change-Id: Id007d2a48421d81264d1c9ef9262636ef8bd3d52
2019-02-26 15:38:25 -08:00
Cheney Ni
6a8178d9df BluetoothAudio HAL: flip to be enabled by default on Pixel 2
Swap audio XML files, and supports following scenarios:
1) (default) audio_policy_configuration.xml
   Using BluetoothAudio HAL
2) audio_policy_configuration_bluetooth_legacy_hal.xml
   No BluetoothAudio HAL nor A2DP offload

Bug: 126304229
Test: Switch BluetoothAudio HAL manully
Change-Id: If724fea15398062288390825ca045e595b7907f3
2019-02-26 15:47:15 +08:00
Sundong Ahn
cc2b2948a1 Change to system properties
The build configs which are using in configstore 1.2 are changed to
system properties. Since configstore 1.2 will be deleted.

Bug: 124531214
Test: build & boot
Test: adb shell lshal | grep configstore & check configstore 1.2
Change-Id: I997809adc41246c338994d3676e0fd296ccd4ca7
2019-02-22 12:03:39 +09:00
Thierry Strudel
43d309a9a1 Merge "wahoo: Add Google Camera HAL service" 2019-02-21 22:24:06 +00:00
Xin Li
0846b00f7c DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-master
Bug: 120848293
Change-Id: Ib4523afeb896ae1e2c4b496dc4373597d847ef43
2019-02-21 11:38:12 -08:00
Xin Li
743e5bb8da DO NOT MERGE - Merge PPRL.190205.001 into master
Bug: 124234733
Change-Id: I51d316749e1236c906879b8f431c09f4c3feb259
2019-02-20 08:20:37 -08:00
JamesYH Chen
17064fdd24 wahoo: Add Google Camera HAL service
Test: make
Bug: 122848873
Change-Id: Ie8cd9ec48a243cdb4c87f2073a600386ecae765a
2019-02-20 11:02:28 +08:00
Cheney Ni
0d954fe196 Merge "Support for Bluetooth Audio HAL V2 on Pixel 2" am: 6751b23bd2
am: eea7cb4057

Change-Id: If41181ffe98a11746889f0511fc60062be6a1548
2019-02-18 20:42:51 -08:00
Cheney Ni
eea7cb4057 Merge "Support for Bluetooth Audio HAL V2 on Pixel 2"
am: 6751b23bd2

Change-Id: Ic6591890dd610686cb153680e886631db15cb8e8
2019-02-18 20:38:39 -08:00
Cheney Ni
892d1243c3 Support for Bluetooth Audio HAL V2 on Pixel 2
Remove primary flags from hearing aid also.

Bug: 111519504
Bug: 124278829
Bug: 124014853
Test: manual with BluetoothAudioHAL enabled / disabled
Change-Id: I57e521422ae37b359e08836429a4c8e1a99dd66b
Merged-In: I57e521422ae37b359e08836429a4c8e1a99dd66b
2019-02-18 18:41:35 +08:00
Cheney Ni
9acde827d5 Support for Bluetooth Audio HAL V2 on Pixel 2
Remove primary flags from hearing aid also.

Bug: 111519504
Bug: 124278829
Bug: 124014853
Test: manual with BluetoothAudioHAL enabled / disabled
Change-Id: I57e521422ae37b359e08836429a4c8e1a99dd66b
2019-02-18 18:41:26 +08:00
Xin Li
fac5d8b2fb DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into stage-aosp-master
Bug: 124234733
Change-Id: Iaee389857897181721744c8bae8d7545bd7d2aed
2019-02-12 09:53:31 -08:00
Elisa Pascual Trevino
98253ed56e [DO NOT MERGE] Update SVN for Wahoo to 25 Bug: 124119313
am: 915baa624a

Change-Id: I6da7a9c0a952d427bb076ba03dcfb251ca48178d
2019-02-11 08:50:59 -08:00
Elisa Pascual Trevino
915baa624a [DO NOT MERGE] Update SVN for Wahoo to 25
Bug: 124119313
2019-02-09 02:12:22 +00:00
TreeHugger Robot
107d4a8eee Merge "wifi - Add wpa_cli into PRODUCT_PACKAGES" 2019-02-06 02:35:01 +00:00
Kevin Chyn
24241d5e13 Merge "Revert "Add android.hardware.biometrics.fingerprint to wahoo"" 2019-02-05 19:06:52 +00:00
Kevin Chyn
a83a96b442 Revert "Add android.hardware.biometrics.fingerprint to wahoo"
This reverts commit e0e67aecc5.

Reason for revert: fingerprint is back to android.hardware.fingerprint

Change-Id: If3ad5266bf1b9b91956471bbe5711d3165150288
2019-02-02 00:56:11 +00:00
chenpaul
3bdb6e872f wifi - Add wpa_cli into PRODUCT_PACKAGES
The _cli should be added to PRODUCT_PACKAGES_DEBUG
which in the appropriate product makefiles instead.

For factory, certification and testing purpose, add
wpa_cli into userdebug build.

Bug: 123408876
Test: wpa_cli exist in vendor/bin in userdebug build
Change-Id: Idb6d50f755232b60fd8f72e02b216ea180c6625f
2019-01-30 18:54:29 +08:00
Sean Callanan
21c0786784 Merge "wahoo: switch to IMapper 2.1" 2019-01-24 00:55:08 +00:00
Chia-I Wu
1a731bb1c8 wahoo: switch to IMapper 2.1
Test: Check system boots.  Run display CTS.
Bug: 66876469
Change-Id: I33be48cd40457ceabc24ff5e085fa8ddaa4670e4
2019-01-22 17:20:49 -08:00
mike dooley
6d949a6221 Enabling sound trigger V2_2 for wahoo
V2_2 has the same functionality as V2_1 except it adds one new
api, getModelState.

Note: V2_1 will be removed in a subsequent cl.

Test: built android and tested using SoundTriggerTestApp

Bug: 70206501
Change-Id: Id2647687732e79df252588d69f95d2a407e0092c
2019-01-18 00:23:43 +01:00
Paul Mclean
fdc763b60c Merge "Adding Audio HAL V5: Direction API" 2019-01-17 21:34:35 +00:00
David Su
3a06f21194 Merge "Remove wifilogd from wahoo .mk" 2019-01-17 21:29:34 +00:00
David Su
6a053128d7 Remove wifilogd from wahoo .mk
Remove wifilogd from wahoo .mk
Bug: 113655028
Test: compiles

Change-Id: Iccbf84d06a264f6af9e3cde547cba6e32bf91188
2019-01-16 16:44:00 -08:00