* changes:
16k: Configure 16k developer option for akita
16k: Do not set TARGET_ vars in device-akita.mk
Revert "16kb: Disable GNSS service on akita_16k target"
am skip reason: Merged-In I0459a6531d0429471fe6232e868e26cfdb05ae83 with SHA-1 8ec9a1a27c is already in history
Original change: https://android-review.googlesource.com/c/device/google/akita/+/3163656
Change-Id: I6a3ae9af23f5c9e86d5008278904162843900b00
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
am skip reason: Merged-In I0459a6531d0429471fe6232e868e26cfdb05ae83 with SHA-1 8ec9a1a27c is already in history
Original change: https://android-review.googlesource.com/c/device/google/akita/+/3163656
Change-Id: Ibd7bd054b69f271ad2f381cbb602632fa3cb55d8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
am skip reason: Merged-In I0459a6531d0429471fe6232e868e26cfdb05ae83 with SHA-1 8ec9a1a27c is already in history
Original change: https://android-review.googlesource.com/c/device/google/akita/+/3163656
Change-Id: Ib3b03cd773e20cedd20fbdcd1a38178b9383f485
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
am skip reason: Merged-In I0459a6531d0429471fe6232e868e26cfdb05ae83 with SHA-1 8ec9a1a27c is already in history
Original change: https://android-review.googlesource.com/c/device/google/akita/+/3163656
Change-Id: I41417ea10fdacd6aa96e6c104629f1e49161fb0f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
The .mk files are no longer used, and will be deleted soon.
Bug: none
Test: manual, TH
Merged-In: I0459a6531d0429471fe6232e868e26cfdb05ae83
Merged-In: I52d615ccedbd3a3f504a6be2d607808516c1af86
Change-Id: I8e7a465d8a80f05020f7483f4e59ef7e76de73a1
TARGET_ build variables MUST NOT be set up in device*
files. In the device* files, the PRODUCT_ variables are not
defined properly and only after the build system finishes
parsing all the product files, we can set up TARGET_ vars
based on PRODUCT_ vars. During the parsing of the BoardConfig
files, the PRODUCT_ vars are defined and their values can
not be changed.
The variables removed affect only 16kb page size target and they are
set in either device/google/zuma/BoardConfig-16k-common.mk (which is
already inherited by device-akita.mk) or in akita_16k.mk.
Bug: 349877551
Test: $ lunch akita_16k-trunk_staging-userdebug
$ get_build_var TARGET_USERDATAIMAGE_FILE_SYSTEM_TYPE
ext4
$ get_build_var TARGET_KERNEL_DIR
device/google/akita-kernels/6.1/trunk-12043309/16kb
$ get_build_var TARGET_RW_FILE_SYSTEM_TYPE
ext4
Flag: EXEMPT bugfix
Change-Id: Ia62ed7f3f794390d2f9344cf394046f013c63838
This reverts commit 1e0076ecbc.
Reason for revert: GNSS service is now re-aligned to 16k in commit I3ee61de44d4612f965c879fc32d872f20906ec5d
Bug: 344687661
Change-Id: I284e083764c1a4d927af8dac2da005be0994d04c
Resolve a defect in SUPL partial downlink data assembly
Make capability list in SUPL_START and SUPL_POSINIT consistent
Resolve CTS test failure on: testListenForGnssMeasurements
Bug: 341867336
Bug: 344772365
Bug: 347536254
Test: b/348538253
atest CtsLocationGnssTestCases
atest VtsHalGnssTargetTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:36479978d4c44f86b5b2ea957f281966c9633032)
Merged-In: I6cffab06d1ae3d242ded5750d643b05848795042
Change-Id: I6cffab06d1ae3d242ded5750d643b05848795042
BiasNanos and FullBiasNanos is not always available when GNSS time is valid
Implement in-place matrix multiplication without dynamic stack
Add an option to pass a temp buffer to matrix utilities
Remove dynamic stack allocation
Hold off assert if CP resets while resetting
Fix ptimer pool overflow on repeated position requests
Request position aiding on pos req
Resolve a crash in lal
Add IGnss_V4_0 support for Android V
Correct the criteria for NI-SUPL Wifi
Resolve a race condition in SUPL OTDOA
Request emergency status upon SUPL-NI
Update LTE/NR CellInfo validation
No SUPL SI in 2G network
RNS MDT support
Prevent double free in host CHPP
SSB_SW_VERSION message not handled in time
Fix 5300 CHRE wakeup issue
UBSAN out-of-bounds: UTIL_bdsB1cCheckCRC24
Re-enable chub in K41 cfg
Bug: 324656720
Bug: 333819307
Bug: 336202517
Bug: 317681301
Bug: 342098775
Bug: 342303082
Bug: 343759053
Bug: 326494291
Bug: 339567953
Bug: 344712213
Bug: 344720565
Bug: 339790953
Bug: 336200226
Bug: 345062711
Bug: 333849828
Bug: 334722223
Bug: 342303082
Test: b/347124957
atest CtsLocationGnssTestCases
atest VtsHalGnssTargetTest
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:52945e34ba664c5831bd1e746c6ca24bfc47e73c)
Merged-In: Ief402b34bad1980ddb4bcb497e3f2c1ce8806b91
Change-Id: Ief402b34bad1980ddb4bcb497e3f2c1ce8806b91
GNSS service binary is currently 4k ELF aligned. Hence, it is
temporarily disabled while bringup with 16k page size is in progress.
This will be reverted when b/346851807 is fixed.
PRODUCT_BOOTS_16K is defined only in akita_16k.mk, hence no other
targets will be affected.
Bug: 346851807
Test: Built and flashed akita_16k-trunk_staging-userdebug on Pixel 8a
successfully
Flag: build.trunk_staging
Flag: build.trunk
Flag: build.next
Change-Id: I743c8d40edb64edecaaaadf2d2deb79e65a973b2
DO NOT MERGE ANYWHERE Revert submission 27954911-bandaid_348495820
Reason for revert: proper fix for b/347068412 is in.
Reverted changes: /q/submissionid:27954911-bandaid_348495820
Change-Id: I89f86605a09ec4fe6cf52307754b4982a0efa53f
Resolve a defect in SUPL partial downlink data assembly
Make capability list in SUPL_START and SUPL_POSINIT consistent
Resolve CTS test failure on: testListenForGnssMeasurements
Bug: 341867336
Bug: 344772365
Bug: 347536254
Test: b/348538253
atest CtsLocationGnssTestCases
atest VtsHalGnssTargetTest
Change-Id: I6cffab06d1ae3d242ded5750d643b05848795042