Commit graph

46 commits

Author SHA1 Message Date
Patrick Chang
23a9e64f20 Revert "[Thread] remove thread hal"
This reverts commit c5abced669.

Reason for revert: add Thread HAL back to main branch
Bug: 349759405
Change-Id: I9db216aa18e2561e7e72cb45ca437e0f25be6e76
2024-06-27 09:41:49 +00:00
shihchienc
c5abced669 [Thread] remove thread hal
This is a workaround to avoid release blocker in the current release.
Remove the service to not trigger the related teset. Original fix would
be included in the next release.

Bug: 348316291
Flag: NONE workaround to not trigger test
Test: build pass and check
Change-Id: I29043ea8a1e9f7e954204451998e666de1d171a1
2024-06-24 04:58:27 +00:00
Cheng Chang
a253fb00af gps: Enable Pps function
Bug: 346665757
Test: b/346665757#comment7 boot-health-check-extra.
Test: Function verification at b/346665757#comment8.
Change-Id: I145d2019f7eb18ecbbfd87ce638932729a1d9b31
2024-06-12 07:58:45 +00:00
Shinru Han
ff16e065b7 Merge "gps: maintain one solution" into main 2024-06-04 06:41:30 +00:00
Ravi Jain
deb86240e6 Merge "Vibrator: Set Soong Config variable - kernel_ver" into main 2024-05-20 11:00:40 +00:00
Ravi Jain
de1a1ecc41 Vibrator: Set Soong Config variable - kernel_ver
Bug: 340148508
Test: Build and check fw files in all devices.
Change-Id: Iffe194bd3c10e6be50025106756ded28442612d1
2024-05-20 06:50:39 +00:00
Robin Peng
f12ee4b64d Amend the KERNEL_DIR to the prefered name
Bug: 337163126
Change-Id: Ie30016bbcd487a151a211d558b9bf9f9c147068c
2024-05-15 07:39:26 +00:00
Robin Peng
9191f908ae Switch bootloader and radio directory to control by build flag
Bug: 337163126
Change-Id: Ic342543ae53517febced03800af196d4c17ba390
2024-05-08 07:19:26 +00:00
Robin Peng
c9075ff47b Switch kernel directory to control by build flag
Bug: 337161745
Change-Id: Ie7d2f8623846a72de8dc1a423616e3bccbf1508c
2024-05-08 07:17:55 +00:00
Wayne Lin
32f9c20881 gps: maintain one solution
Bug: 315915958
Test: build pass and GPS function works
Change-Id: Ibe6f2ce01b95dea8fca53dda4833a81262ebc63a
2024-05-06 03:02:09 +00:00
Shinru Han
308b316578 gps: update gps makefile
Test: on-device
Bug: 326527903
Change-Id: Ib4c9e9251e3d3dbb5b7bdfc24477cdc2e106a5e0
2024-03-11 06:35:06 +00:00
Mitch Phillips
aa76d5981a Revert "Disable MTE on certain system processes that have it enabled by default"
This reverts commit e3f2c1238c.

Reason for revert: Ineffective solution, ag/26456526 is the second attempt.

Change-Id: If0ee19ba4cdce592c166c753317b5d78aafaf6d4
2024-03-05 13:18:08 +00:00
shihchienc
1d9c4e7081 Support Thread HAL on ripcurrentpro
add Thread config into device, default not enabled.

Bug: 318601784
Test: build pass
Change-Id: I63aa1eb386fcf26967c9b7e2f02b2afc87dcba2f
2024-02-29 05:44:07 +00:00
Mitch Phillips
e3f2c1238c Disable MTE on certain system processes that have it enabled by default
A bunch of stuff in build/make/target/product/memtag-common.mk is specified has having MTE by default, in order to ensure that OEMs that have MTE-capable devices get a default level of MTE on security sensitive processes.

For now, on these devices, ensure that devices that enable MTE through the developer toggle (or the bootloader cmdline) only have the zygote with MTE.

Bug: 327060622
Change-Id: Ibb6d4fba7915c8556ebe9a303d38f7c642ad8fe9
Test: I do not have a device to test with - but follow the instructions at b/327060622
2024-02-27 13:44:56 +00:00
Richard Chang
dcb22ad94d caimito: move zram size setting to general mk file
Bug: 316995456
Test: perfwbs
Change-Id: Ic6f6cf0550eea45c1fe04d2b610dc523228c9737
2024-02-21 08:54:55 +00:00
Treehugger Robot
536f86d6c7 Merge "Rename include_libsitril-gps-wifi" into main 2024-02-06 20:23:30 +00:00
Cole Faust
d59321a595 Rename include_libsitril-gps-wifi
We're adding a restriction that soong config namespaces/variables
are valid go identifiers. The dash in the name fails that check.

Bug: 323382414
Test: Presubmits
Change-Id: Ic8d92ec69abecaeaf955bb239fca65a013891a34
2024-02-06 09:54:29 -08:00
Nikhil Bhanu
e751883fcc Audio: Enabled stereo spatialization property for caiman, komodo, tokay
and ripcurrent devices

Bug: 323223919
Test: manual - Tested enable/disable behavior on shiba
Test: manual - Playback stereo content with spatial audio enabled
Change-Id: I1a4dde2f0b2ccc08562bc72adf3739a12742dbb7
2024-01-31 17:39:53 -08:00
Wayne Lin
f55306c11b gps: refine iGNSS build system - sepolicy
Bug: 318310869
Bug: 315915958
Test: build pass, GPS works and no GPS avc denied error
Change-Id: I074d9184e68f688a532c62697d5a6d99f8cffd47
2024-01-29 05:50:16 +00:00
Wayne Lin
e9aa5a1114 gps: refine iGNSS build system
Bug: 315915958
Test: build pass and GPS function works
Change-Id: I1e7aa6d0e705810d9c81f89453e11acaa54d9d3b
2024-01-19 22:19:59 +08:00
Ted Wang
f29edac840 Add POF property
Bug: 320403892
Test: Manual
Change-Id: I0c03e4bdcf288f6993c439ddd2cacb51c5baabc2
2024-01-17 06:24:54 +00:00
Alice Kuo
2138821b1f Enable broadcast source and broadcast assistant behind feature flag
Bug: 309382793
Test: make build
Change-Id: Ib0d28e6f7263cbdb9ade42d753abf77a6c3e9ce1
2024-01-04 11:56:38 +08:00
Roshan Pius
3c095fde62 Revert^2 "caimito: Replace NFC app with NFC apex"
2b80687bd5

Bug: 303286040
Test: Compiles

Change-Id: I6101ace993aeb3401293336c93f1275df0c23872
2023-12-04 11:47:49 -08:00
Roshan Pius
07f0e0d08a Merge "Revert "caimito: Replace NFC app with NFC apex"" into main 2023-11-06 14:31:03 +00:00
Alice Kuo
f155051a89 Disable broadcast source & assistant by default
Bug: 284804688
Test: Ensure the broadcast source & assistant was disabled by default
Change-Id: I953464110d9a16a21d111ae7ef44b27bae3c039c
2023-11-06 14:40:59 +08:00
Roshan Pius
2b80687bd5 Revert "caimito: Replace NFC app with NFC apex"
Revert submission 24993894-cherrypicker-L80100000963393177:N49200001411943056

Reason for revert: Causing bootloop with signed builds

Reverted changes: /q/submissionid:24993894-cherrypicker-L80100000963393177:N49200001411943056

Bug: 309117462
Change-Id: Ibb9aa5111e7157634fc5afec21c8c3e9530149e5
Test: Compiles, device boots up
2023-11-04 14:58:29 +00:00
Firman Prayoga
fec8c106ad Merge "caimito: Update ripcurrentpro tuning_product lyric param." into main 2023-11-02 05:28:33 +00:00
Wayne Lin
9683f1157a Merge "gps: refine gps build system" into main 2023-10-31 05:35:19 +00:00
YoonKyung Kim
6ae733cf59 Merge "Delete Caimito media_profiles from device/google" into main 2023-10-31 05:17:09 +00:00
Firman Prayoga
ec143c95d0 caimito: Update ripcurrentpro tuning_product lyric param.
Bug: 304693795
Test: Build
Change-Id: I803fc3b1b9ff0d38ec14b10f581d065c59754251
2023-10-31 03:31:59 +00:00
Wayne Lin
50c6474fac gps: refine gps build system
- remove override directive
 - separate gps configuration files for each device

Bug: 291186485
Test: build pass and configuration files are correct
Change-Id: I9414c1826d89f43944c9c191b2d34fbcd841a77b
2023-10-27 14:11:18 +00:00
yoonkyungkim
f0d516a9b3 Delete Caimito media_profiles from device/google
media_profile contain potentially sensitive data.
These files should not be located in device/google, since this folder
history is visible in AOSP.

Test: build success(source build/envsetup.sh && lunch
caiman/komodo/tokay/ripcurrent24/ripcurrentpro-trunk_staging-userdebug && m)
Bug: 305170657
Change-Id: I45555d1d5e6a089f5b60faed2fedea7a1dd4f97e
2023-10-27 13:47:59 +00:00
Ramya Subramanian
1f666cbd4f thermal: enable thermal HAL on RCPro
Bug: 306239876
Test: tested on RCpro with HAL enabled and system booted to home

Change-Id: I5b69f53a20fde3c9c6472a7ad4d20344452e5575
Signed-off-by: Ramya Subramanian <rsubr@google.com>
2023-10-18 22:12:07 +00:00
Minchan Kim
35ab37bc16 Merge "caimito: adjust zram size to half ddr size" into main 2023-10-14 00:33:10 +00:00
Richard Chang
b032c63143 caimito: adjust zram size to half ddr size
Bug: 300517545
Test: Check zram size
Change-Id: I457bcf045bbfecb569872450749ad03d2bcc96ec
2023-10-13 06:43:42 +00:00
Roshan Pius
7f7993777e caimito: Replace NFC app with NFC apex
Bug: 303286040
Test: Compiles
Change-Id: Ic2d936d134f4d0c359f8c7f0baeee452844e65fb
2023-10-10 13:59:59 -07:00
Salmax Chang
5d9f5da8c9 Merge "Revert "Revert "ripcurrentpro: enable modem""" into main 2023-10-06 22:38:54 +00:00
Salmax Chang
29e8d4191f Revert "Revert "ripcurrentpro: enable modem""
This reverts commit 751c111b41.

Reason for revert: caimito prebuilt kernel image already merged to support modem.

Bug: 303020537

Change-Id: I35fe1279bfdac5b4439edd2f426231dd0e2c3702
2023-10-06 16:25:12 +00:00
Firman Prayoga
2d8fc49829 caimito: Update ripcurrentpro lyric param.
Bug: 302247082
Test: Build
Change-Id: Ic949d4e3877e191b267cff83c31dd0654ab78d2d
2023-10-05 07:06:51 +00:00
Jonglin Lee
751c111b41 Revert "ripcurrentpro: enable modem"
This reverts commit 4c6ae895e0.

Reason for revert: cbd load modem infinite loop causing OOM on boards without modem

Bug: 303020537
Change-Id: I5cee6634706b184e61ff71ec0e330a6166e26d33
2023-10-02 18:33:31 +00:00
Salmax Chang
4c6ae895e0 ripcurrentpro: enable modem
Bug: 299236969

Change-Id: I7b45985145fb81b5ba9e356deeee41111950ca9f
2023-09-28 14:35:19 +00:00
Jason Chiu
e2badf12fb ripcurrentpro: disable shiftshader
Bug: 299213317
Change-Id: Ifddfc7fbd80a7c7fcf24a5f196c50d459dece9bb
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
2023-09-08 02:13:02 +08:00
Jason Chiu
b47d9c87bd ripcurrentpro: Disable radio until modem is ready
Bug: 299416016
Change-Id: Id3928f0ef82c47ed684401fdabf5fe8d8d34849e
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
2023-09-07 16:51:20 +08:00
Jason Chiu
cbbac774cd ripcurrentpro: enable shiftshader on non-aosp build
299219113
Change-Id: Ie7e22d3c58a05698e57dee4257721241547113ef
Signed-off-by: Jason Chiu <jasoncschiu@google.com>
2023-09-06 13:00:18 +08:00
Wayne Lin
feb92fa641 refactor gps build system
Bug: 290725902
Bug: 291186485
Bug: 295461217
Test: build pass and confirm GPS daemon init without problem
Change-Id: If1b70a234e9ed100c3e0130d483ea02d813bbcfb
2023-08-21 16:30:16 +08:00
Robin Peng
b5194d9b24 Migrate caimito devices into caimito folder from sha 31a6eb4c2ffbc
Bug: 291867277
Change-Id: Ia7d34e6ab34bdd03406391f98c58b04eb77671cd
2023-08-16 10:26:07 +00:00