Commit graph

7 commits

Author SHA1 Message Date
Jason(HeWei) Sung
7e6b11e758 Revert "Enable load kernel modules in parallel"
Revert submission 17690765-r4o6b3_parallel_load_enable

Reason for revert: b/229115072
Reverted Changes:
I387f425b1:Enable load kernel modules in parallel
I374a25b3c:Enable load kernel modules in parallel
Ia13bcadd9:Revert "Revert "fix path for i2c peripheral device...

Change-Id: Ie2550a1265b95e986305497faf56a47bf57a5d9b
2022-04-19 05:32:10 +00:00
chungkai
36e728a381 Enable load kernel modules in parallel
only enable for launched project.

Test: boot to home screen without error and avc denials on R4/O6
Bug: 180676019
Signed-off-by: chungkai <chungkai@google.com>
Change-Id: I374a25b3c7debcf8a268e62f939a7909b31fe1e8
2022-04-11 09:21:28 +00:00
kensun
19f4c0e2ad wifi: Isolate wifi configurations for customization.
add gs101/wifi/BoardConfig-wifi.mk.

Bug: 208159314
Test: ifconfig after attempting STA+SAP concurrency.
Change-Id: I5f1d52c36da220361aff2840596c9fb95fc40719
2021-12-13 02:29:15 +00:00
Sasha Smundak
6bbc22597e Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
The statement
```
include $(PHONE_CAR_BOARD_CONFIG)
```
is difficult to translate to the Starlark configuration file. Fortunately,
all the potential values of this variable have have similar structure, so
```
PHONE_CAR_BOARD_CONFIG := device/google_car/foo/BoardConfig.mk
....
include $(PHONE_CARD_BOARD_CONFIG)
```
can be changed to
```
PHONE_CAR_BOARD_PRODUCT := foo
....
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
```

Bug: 190051051
Test: treehugger
Change-Id: I3b6e8e1aabfb373ab84c756c109b04893d2e8481
2021-08-10 22:30:05 +00:00
Tomasz Wasilczyk
3a55c05b18 Support automotive builds.
Bug: 187195661
Test: build aosp_raven_car-userdebug and flash R4
Change-Id: I20decb81c3a7993ce75f807e26c2bc903d333340
2021-05-12 16:22:28 +00:00
Bill Yi
e29895f790 Add AOSP support for Raven and Oriole.
We will have a 'vendor' project containing proprietary blobs
to be able to build and flash Pixel device when vendor source is not
available.
The project names are
platform/vendor/aosp/google_devices/raven
platform/vendor/aosp/google_devices/oriole

and the paths are
vendor/google_devices/raven
vendor/google_devices/oriole

BUG: 182332166
Change-Id: I947934c7f2d38c6fe504cfe8a4368d9b426e4b48
2021-03-10 16:49:49 +00:00
Robin Peng
cd374d8ea9 Move slider into gs101 and <device>
from: 026342771c6642980cb4653b1ec4d857a5d8be54

Bug: 167996145
Change-Id: I08376762c559b3a7fd2cd2d743d090269ed52c94
2021-03-06 16:30:54 +08:00