Denny cy Lee
3ac1c7b9b4
init.hardware.rc: add permission for battery eeprom am: b316d5cc65 am: 2846a8f379 am: c05c69c9b1
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14701130
Change-Id: I7c275735f45d888788170e5575526f85173ab92e
2021-06-23 09:17:34 +00:00
Denny cy Lee
03ff1d31f0
init.hardware.rc: add permission for battery eeprom am: b316d5cc65 am: 2846a8f379
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14701130
Change-Id: Ib0c2a845ef117bfd40f654ad6b3a71e1226cd4cf
2021-06-23 08:57:50 +00:00
Denny cy Lee
fb73d0e546
init.hardware.rc: add permission for battery eeprom am: b316d5cc65
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14701130
Change-Id: Ib00ee39918c0fcfee5ef4ba1c931978c2496ade8
2021-06-23 08:33:25 +00:00
Denny cy Lee
294e58b1b2
init.hardware.rc: add permission for battery eeprom
...
Bug: 189050725
Test: manually, file mod owner: 644 system
Change-Id: Iff5bb544f9fb76556ef783d04abd363240c6bd3b
Signed-off-by: Denny cy Lee <dennycylee@google.com>
2021-06-23 08:22:41 +00:00
Automerger Merge Worker
51ff1e63ff
Merge "Use modprobe --all to load all modules in modules.load am: 6050457e19 am: 0b135e0be0" into sc-v2-dev-plus-aosp am: 15f14282b6
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14543092
Change-Id: I669ba8197c09baa77a966bfa3cdb5560a2e1d2ef
2021-06-23 07:05:41 +00:00
Daniel Mentz
97e62cba0e
Use modprobe --all to load all modules in modules.load am: 6050457e19 am: 5829da001e am: c36fcb55b9
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14543092
Change-Id: I88c9440597de2ca80cf0eb3fa1065d0892b36e1e
2021-06-23 07:05:35 +00:00
Taehwan Kim
0e13ddda94
add ro.vendor.gpu.dataspace am: cf7285bb99 am: 20e1816bd9 am: 2bd5891310
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14877090
Change-Id: I13d3fd503f4bb3e082d1575f662f7ad3333cd0f4
2021-06-23 07:04:26 +00:00
Automerger Merge Worker
38ac32b0d9
Merge "Use modprobe --all to load all modules in modules.load am: 6050457e19 am: 0b135e0be0" into sc-v2-dev-plus-aosp
2021-06-23 06:41:27 +00:00
Daniel Mentz
ed08ddd103
Use modprobe --all to load all modules in modules.load am: 6050457e19 am: 5829da001e
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14543092
Change-Id: I4f9f81dab9f6f8c20a8d992197f5095b88355ff2
2021-06-23 06:41:25 +00:00
Daniel Mentz
caba0c9c94
Use modprobe --all to load all modules in modules.load am: 6050457e19 am: 0b135e0be0
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14543092
Change-Id: I2d0bad37ae53a0c91ddde20088a211b57702adf1
2021-06-23 06:41:25 +00:00
Taehwan Kim
57538926ca
add ro.vendor.gpu.dataspace am: cf7285bb99 am: 20e1816bd9
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14877090
Change-Id: If3185ddd6a7d0c1bf1d6931737f471c6e526d333
2021-06-23 06:41:00 +00:00
Daniel Mentz
6076106978
Use modprobe --all to load all modules in modules.load am: 6050457e19
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14543092
Change-Id: I2fd7af6da1be910efc3c53e1a6312a7026e88da5
2021-06-23 06:26:10 +00:00
Taehwan Kim
cd9e4deafe
add ro.vendor.gpu.dataspace am: cf7285bb99
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14877090
Change-Id: If92884363fce9816eeb13d8e837009ab5d4acfc1
2021-06-23 06:24:55 +00:00
Adam Shih
4e90077b04
modulize init.radio.sh am: b708e2ccc2 am: 7724a0a793 am: 0cc73c6d17
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15056857
Change-Id: I074ed7de7f6c2d8e4d049f1508b733eac93b8972
2021-06-23 05:38:15 +00:00
Daniel Mentz
fe798d9f4f
Use modprobe --all to load all modules in modules.load
...
Previously, we ran modprobe command for every .ko file listed in
init.insmod.*.cfg. Let's move to a different approach where we call
modprobe with the following command line.
modprobe -b --all=/vendor/lib/modules/modules.load
This will insmod all modules listed in modules.load except for those
that are mentioned in the blocklist at
/vendor/lib/modules/modules.blocklist
A common reason for a module to be on the blocklist is that it must only
be loaded under a certain condition like when a specific service is
launched.
Bug: 190652328
Change-Id: I37dfc83cbc90534243765f6985bc53f3fa83aef0
2021-06-23 05:10:36 +00:00
Taehwan Kim
71bf42f42d
add ro.vendor.gpu.dataspace
...
Bug: 176415285
Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
Change-Id: I6d6780f81ae05fc22793d97373a49b86e289cd0c
2021-06-23 04:51:40 +00:00
Adam Shih
bc56431925
modulize init.radio.sh am: b708e2ccc2 am: 7724a0a793
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15056857
Change-Id: I12d7669820a0b38d7b07ca6430a8b65776def018
2021-06-23 03:30:58 +00:00
Adam Shih
077c62afc0
modulize init.radio.sh am: b708e2ccc2
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15056857
Change-Id: I8d42020cafdad56f98ad6f67fc91cde68e11f865
2021-06-23 03:17:47 +00:00
Adam Shih
5de199eca7
modulize init.radio.sh
...
Bug: 190331600
Test: build ROM and make sure the file is there and functional.
Change-Id: Id8fdeab9a79724ba77044274f2005935ffe00c99
2021-06-23 02:55:22 +00:00
Roger Wang
002458af94
wifi: update interface combination. am: e4ca96c8e8 am: 15582b7815 am: 3892560a25
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15023707
Change-Id: I3e9432342228a539b13c7c2acd20e5bd1c24f607
2021-06-22 17:58:52 +00:00
Roger Wang
b69c713e4c
dumpstate: remove wifi fw symbol table am: f83b6cfad9 am: f8cf56451d am: 35d10b2bcf
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15023708
Change-Id: I81f1025f226df349cff2e7d33b933052ce44cbd3
2021-06-22 17:58:46 +00:00
Roger Wang
356015346b
wifi: update interface combination. am: e4ca96c8e8 am: 15582b7815
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15023707
Change-Id: I9f9b786681cb58831fae235f3589b059f3690a65
2021-06-22 17:44:38 +00:00
Roger Wang
68b1d9aaab
dumpstate: remove wifi fw symbol table am: f83b6cfad9 am: f8cf56451d
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15023708
Change-Id: I1900a380550e55ae03b2f328a148624122e1d739
2021-06-22 17:44:24 +00:00
Roger Wang
2bca1370f5
wifi: update interface combination. am: e4ca96c8e8
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15023707
Change-Id: I292dcd18321ad4367d5951dea6f671fde2099063
2021-06-22 17:28:49 +00:00
Roger Wang
d327ab2a8f
dumpstate: remove wifi fw symbol table am: f83b6cfad9
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15023708
Change-Id: Ic5d4389c11df3eaf5439c995c1989c6f57a33c30
2021-06-22 17:28:41 +00:00
Roger Wang
2b65b15e7c
wifi: update interface combination.
...
In this commit, we update the interface combination
for P21.
Bug: 191020902
Test: local test on PP23935602 build.
Check STA+STA, STA+SAP, STA+P2P and STA+NAN are workable.
Change-Id: I424c4ea854f3a4f7b615038db8d63729fd32adda
2021-06-22 17:03:54 +00:00
Roger Wang
b9d3e85359
dumpstate: remove wifi fw symbol table
...
In b/183180525, vendor mentioned they won't provide
fw symbol table (logstrs.bin) in terms of their internal
concern. Hence, remove wifi fw symbol table from dumpstate.
Bug: 191429306
Test: build pass, device can connect to AP.
Change-Id: I54a012f619f113a2567a93707731b5c4802b1da8
2021-06-22 17:00:35 +00:00
eddielan
738f1ea76b
fp_test: add command binary for fp test am: cdb78894f0 am: e7b526aa66
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14661990
Change-Id: I1647f3cd51b666d31660909d9da0f7be5754937a
2021-06-22 13:52:51 +00:00
eddielan
338c516285
fp_test: add command binary for fp test am: cdb78894f0
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14661990
Change-Id: I1680805c8346fb33af897172d65567bba1a1161a
2021-06-22 13:41:15 +00:00
eddielan
807e460cd4
fp_test: add command binary for fp test
...
Bug: 188014250
Test: Build pass, verify on device
Change-Id: Ia3a8a17597fbc90cd0499e03fe0fe607323fdf90
2021-06-22 16:05:07 +08:00
Maciej Żenczykowski
4aea55c71d
support both rndis and ncm, but not rndis + ncm am: 49a13bff74 am: 2702c6007c am: dfc7b50d3c
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15057012
Change-Id: I903d023a3f3fc5cd8ab39107653eac7a95c26c08
2021-06-22 05:23:11 +00:00
Maciej Żenczykowski
a9527f1946
support both rndis and ncm, but not rndis + ncm am: 49a13bff74 am: 3464f074a4 am: ec3be51045
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15057012
Change-Id: I514631d4e41bce29a6bd75bc401ddcf85f98ae4e
2021-06-22 05:23:02 +00:00
Maciej Żenczykowski
2bae6039e6
support both rndis and ncm, but not rndis + ncm am: 49a13bff74 am: 2702c6007c
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15057012
Change-Id: I772695a5a3e2b39b4a02918d7eb56ee4a0123a73
2021-06-22 05:05:07 +00:00
Maciej Żenczykowski
f950610952
support both rndis and ncm, but not rndis + ncm am: 49a13bff74 am: 3464f074a4
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15057012
Change-Id: I655d8eb8dd332d8d26fa98e826d8c23d90b3bd96
2021-06-22 05:00:07 +00:00
Maciej Żenczykowski
d5e6f7beab
support both rndis and ncm, but not rndis + ncm am: 49a13bff74
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15057012
Change-Id: I70616d47d2b41c1d8d1cf926d6a0bb7e5c872987
2021-06-22 04:51:26 +00:00
Maciej Żenczykowski
e0ccd8fe6d
support both rndis and ncm, but not rndis + ncm
...
Bug: 172793258
Test: N/A
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I6ac656d5eec27fadf76391fc3318b9d29d253a89
2021-06-22 02:53:55 +00:00
Chris.CC Lee
716e3c7eae
[Gs101] Update pregrant permissions for Restore APK am: 2a9345c35c am: 96126bc120 am: 09255fd247
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972993
Change-Id: I06c6e5d0d815a25969876e5718024bd25695c450
2021-06-22 02:32:35 +00:00
Chris.CC Lee
cc7e39e002
[Gs101] Update pregrant permissions for Restore APK am: 2a9345c35c am: de790dcbbe am: c1dbb1eec5
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972993
Change-Id: I8cb669e8937abcd8ec792857d679304de904749d
2021-06-22 02:32:06 +00:00
Chris.CC Lee
1d50effb48
[Gs101] Update pregrant permissions for Restore APK am: 2a9345c35c am: 96126bc120
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972993
Change-Id: I63bb6f9f85d07ed2e4c81f487fbfdaa5d1374f0d
2021-06-22 02:16:39 +00:00
Chris.CC Lee
9061ae7aa3
[Gs101] Update pregrant permissions for Restore APK am: 2a9345c35c am: de790dcbbe
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972993
Change-Id: I5d5c9a781e808ae4b0787bc947059b1a65051114
2021-06-22 02:12:48 +00:00
Chris.CC Lee
39758bc260
[Gs101] Update pregrant permissions for Restore APK am: 2a9345c35c
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14972993
Change-Id: I0657338e7a79fbe42285b06565b51e8fcbd2d48a
2021-06-22 01:58:56 +00:00
Chris.CC Lee
00d640335c
[Gs101] Update pregrant permissions for Restore APK
...
-. RECEIVE_SMS and READ_PHONE_NUMBERS permissions are no longer used.
-. Add the ACCESS_FINE_LOCATION permission for iOS WiFi D2D which was approved in b/188150877.
Bug: 188150877
Fix: 162937804
Test: Manual tested on Barbet.
Change-Id: I518275717ebd2b81bb888eaddc58222fe92b92c1
2021-06-22 01:37:45 +00:00
Daniel Mentz
ef5cd5f191
Add cl_dsp, input-cs40l26-i2c to kernel module blocklist file am: e6139b59a8 am: d22d29c2f0
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15033677
Change-Id: Ifffaff1d7bc27d0f7c1369e5056c680790fb03e6
2021-06-22 00:02:08 +00:00
Shawn Willden
45dac0fc79
Revert^2 "Activate KeyMint" am: 0cdcb9aa18 am: 3f0eeab337 am: 4bf5a587e0
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15053361
Change-Id: I5f658b264a861292f32cbcbfc438fd62c07b6260
2021-06-22 00:01:53 +00:00
Lokesh Gidra
d744f7f611
Use 6GB dalvik-heap config for WHI series phones am: a04605d473 am: 125afe8c8b am: 370966c5b2
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15052890
Change-Id: If13e208300b1a8bc0a231b59083effd216c45dcd
2021-06-22 00:01:43 +00:00
Daniel Mentz
2139983209
Add cl_dsp, input-cs40l26-i2c to kernel module blocklist file am: e6139b59a8
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15033677
Change-Id: Id8bde15d4c0c5de4fcc3164d6f58826a1868fcd6
2021-06-21 23:50:33 +00:00
Shawn Willden
1892254760
Revert^2 "Activate KeyMint" am: 0cdcb9aa18 am: 3f0eeab337
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15053361
Change-Id: I8ca9f94de22e7afba6005acf20f1c1f871b62e0b
2021-06-21 23:50:20 +00:00
Lokesh Gidra
0a210e5e91
Use 6GB dalvik-heap config for WHI series phones am: a04605d473 am: 125afe8c8b
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15052890
Change-Id: I1498591ce56d32872f89c515fe019d71ef5a3d5a
2021-06-21 23:50:12 +00:00
Daniel Mentz
d3f341b7d2
Add cl_dsp, input-cs40l26-i2c to kernel module blocklist file
...
The kernel modules cl_dsp and input-cs40l26-i2c are specific to some
devices. We don't want them to be loaded on other gs101 devices when we
run "modprobe -a".
Bug: 190652328
Change-Id: If5bd77dd9138177f0c66f64b7a273c177472a062
2021-06-21 23:32:39 +00:00
Shawn Willden
03b6bbda27
Revert^2 "Activate KeyMint" am: 0cdcb9aa18
...
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15053361
Change-Id: Ifffabd8196361fa42ea6ed322b78e2682e2cc558
2021-06-21 23:30:40 +00:00