am skip reason: Merged-In I96f8d8da1169f0a428112eb27f97d215282af92e with SHA-1 27366c3935 is already in history
Original change: https://android-review.googlesource.com/c/device/google/gs-common/+/2865168
Change-Id: I828a1c722f48148c60c60d6bb92487137b0bec07
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
am skip reason: Merged-In I96f8d8da1169f0a428112eb27f97d215282af92e with SHA-1 27366c3935 is already in history
Original change: https://android-review.googlesource.com/c/device/google/gs-common/+/2865168
Change-Id: Ic0e6e87a38388730a8abdaf6fb149b67c13306f0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
am skip reason: Merged-In I96f8d8da1169f0a428112eb27f97d215282af92e with SHA-1 27366c3935 is already in history
Original change: https://android-review.googlesource.com/c/device/google/gs-common/+/2865168
Change-Id: I82d6965f59c0caf26a4b597bd667db8516a0ff4e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Common bootcontrol use zuma version for the base, and blowAR()
can't be used by gs101. So we need to port ag/18743149 into
common bootcontrol.
Bug: 313615120
Change-Id: I25febde96a56279e6592a6d7740be9a2e385543b
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
* changes:
Revert "gs-common: add device_google_gs-common_license"
Revert "gs-common: move bootctrl hal aidl implementation to gs-c..."
Revert "gs-common: create bootctrl_aidl.mk and include related m..."
Revert "gs-common: move sepolicy related to bootctrl hal aidl to..."
am skip reason: Merged-In I909392864ee9e0aa29f415d13869ba0083449094 with SHA-1 dff1155fa2 is already in history
Original change: https://android-review.googlesource.com/c/device/google/gs-common/+/2855244
Change-Id: Iedcdcea1a6d2d1347a85936f4e1023cb955e07b4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
am skip reason: Merged-In I909392864ee9e0aa29f415d13869ba0083449094 with SHA-1 dff1155fa2 is already in history
Original change: https://android-review.googlesource.com/c/device/google/gs-common/+/2855244
Change-Id: I415b5fd5ed2bc04388ee586c00df4e25dce6a823
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
For factory ROM UPH concern, we did not need TTS voice packs. Add one
variable to decide if need TTS voice packs and then it could reduce
super image size and increase flash station speed.
Bug: 314245991
Test: Check super image size and boot to home
Change-Id: Id84c3eef5a702317ab7976ded340b5795c0a3700
Since we have a lot of code for modem apps and services that is shared
across a lot of different devices and will live in gs-common, it would
be nice to have ownership of these files so that we can push code
without having to involve the gs-common team.
Test: N/A
Bug: N/A
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3cf675e1f557d5dcc2358457820177a3fa6d7335)
Merged-In: I909392864ee9e0aa29f415d13869ba0083449094
Change-Id: I909392864ee9e0aa29f415d13869ba0083449094
Dynamic log mask events can occur without leaving the logging status
property as enabled, which means when dumpstate should always try to
stop modem logging so that the new logs can be copied over.
Having the copying of logs and stopping of modem logging combined in
one command is no longer an ideal design, so b/289435256 was created
to find a better solution to this.
Test: build, flash, trigger log mask event, check logs in bugreport.
Bug: 302435001
Change-Id: I56358d3f08ac1f2a6099ede14c5e17b5ebffabbd
Several different services need to be able to set the output directory
for copying modem logs, as well as how many files should be copied.
Test: N/A just defining constants
Bug: 302435001
Change-Id: I3e9f2462a42e3b074810e6fb0a925a8ca026f89d
A lot of different modem related processes require reading / writing to
the same android system properties. This CL solifies them all into
one place to avoid duplication.
Test: build
Bug: 302435001
Change-Id: I113f43bb68833224f45ad91668cd327587e1649b
* changes:
gs-common: move sepolicy related to bootctrl hal aidl to gs-common
gs-common: create bootctrl_aidl.mk and include related modules
gs-common: move bootctrl hal aidl implementation to gs-common
gs-common: add device_google_gs-common_license
As gxp stack will be using Tachyon service to process kernels on aurora
dsp, these permissions will be needed.
Bug: 279655948
Change-Id: I04c11575208d0ca1a3dda68db1367804c4d7596d
Signed-off-by: Dinesh Yadav <dkyadav@google.com>