Commit Graph

25 Commits

Author SHA1 Message Date
Karan Parashar
188c51d13c
[DNM] sm8350-common: Prepare for MIUICamera
Change-Id: I418d5b7de7f155b6ab601a4d7ac1a61b61ee4ca6
2024-10-12 19:05:47 +05:30
Arian
f9363b11e2 sm8350-common: Import public.libraries.txt from haydn V14.0.3.0.TKKMIXM
Change-Id: Ifcd7c40246b8b43d52d151001441bfd09b80f24e
2023-04-16 17:43:25 +02:00
Giovanni Ricca
4c87687fcd sm8350-common: configs: Add camera-daemon hint
* From haydn V14.0.3.0.TKKMIXM

Change-Id: Ie513762d0702e06a274ed6cb4915a7a34f281292
2023-04-16 17:43:21 +02:00
Kishor Krishna Bhat
9ab46944ba sm8350-common: Remove frozen and unfrozen cgroup
Removed frozen and unfrozen cgroup configuration which
are outdated and are also not required. This passes
testFreezerKillExitCode test case.

Change-Id: I8fef53a3b957d529cd6ace75e648ce8a5847e046
Signed-off-by: Kishor Krishna Bhat <quic_kishkris@quicinc.com>
2023-04-16 17:37:35 +02:00
Satya Durga Srinivasu Prabhala
bb8438e434 sm8350-common: Add UClamp support for lahaina
Sched Tune is deprecated in 5.4 Kernels and is replaced with
UClamp. As Android releases has to support earlier Kernel versions
like 4.14, UClamp isn't made default yet.

Change-Id: If6f4ae0812ae456089273514de58bb0654bb08c7
2023-04-16 17:37:35 +02:00
Erfan Abdi
ec2683f06c sm8350-common: Add hotword priv app permissions
Change-Id: Ic936e852cb77fe47c0ce69465b7a3717c2619b7e
2022-09-26 23:58:16 +02:00
Alexander Koskovich
3be792864d sm8350-common: Drop all component overrides
* Qualcomm no longer disables these for targets
   that support RRO, e.g. all QSSI targets.

Change-Id: I0372817623e8d0e58926fbfb519671c3caa07b86
2022-09-25 20:04:30 +02:00
althafvly
5f8fe2800b sm8350-common: Use randomly generated camera config [1/2]
Change-Id: Ib3f6f1526e2e0b7db23bb34c5b15aec1b0d338c2
2022-08-29 01:53:16 +02:00
Arian
c1801698e0 sm8350-common: Copy snapdragon color libs config from display HAL
Change-Id: Iac27382024431dd2faf163174064c80de79ed797
2022-08-29 01:53:02 +02:00
Arian
9cce7a6db1 sm8350-common: Copy powerhint.xml from power HAL
Change-Id: I6f8ca59f4ad0ed7324010f657475d020fa76cb2f
2022-08-29 01:24:29 +02:00
Arian
bc6dd3758c sm8350-common: Cleanup qti_whitelist
Remove all packages that we don't ship.

Change-Id: Ifdfdd7fcff30711c686e4e50073b734863dc729e
2022-04-01 23:43:34 +02:00
Arian
29e5b0c186 sm8350-common: Import qti_whitelist
Change-Id: Ic7dc5fecf3d2fc041acdb3c3472f519f3ad573da
2022-04-01 23:43:34 +02:00
Arian
481d55d8a3 sm8350-common: Add telephony system-ext privapp permissions
Change-Id: Iaaab0ff52cd22b3095b56501189d55a68cfdc32b
2022-04-01 23:43:09 +02:00
Erfan Abdi
fd257261c8 sm8350-common: Move sensor hals config to vendor repository 2022-04-01 17:39:06 +02:00
Arian
0072a17f4c sm8350-common: Move ueventd.rc to rootdir and checkout to LA.UM.9.14.r1-19100-LAHAINA.0
Change-Id: I7c0a9ad622a0c42966d84024c22cd03e033fd09b
2022-04-01 17:39:06 +02:00
Cosmin Tanislav
514e525585 sm8350-common: remove touch detect module from sensor hals list 2021-09-20 20:41:20 +03:00
Cosmin Tanislav
c0091a3c9c sm8350-common: import hals.conf 2021-09-20 20:41:20 +03:00
Cosmin Tanislav
9ae9bdc57e sm8350-common: build qti power hal 2021-09-17 19:59:22 +03:00
Cosmin Tanislav
9593827009 sm8350-common: build open source display hal libs 2021-09-09 20:34:43 +03:00
Volodymyr Zhdanov
5ba1d540bd sm6250-common: configs: update ueventd.rc from curtana RKQ1.200826.002 2020-12-06 22:48:36 +02:00
PIPIPIG233666
5663d13d8b sm6250-common: Split component-overrides to support pure aosp/qti bt stack
Change-Id: Ia40a996ba5164ba8a6fc5dde0dfb3ef859af1477
2020-12-05 00:36:18 +02:00
Ryan Mitchell
a6db72a1fc sm6250-common: Use component-override to configure Bluetooth
Runtime Resource Overlays (RROs) can no longer change the value of
resources in manifest when read during PackagerParser.

This change uses component-override to enable the service by default
on sunfish devices.

Remove usages of profile_supported_* from overlays as they no
longer configure the enable state of Bluetooth componenets.

Bug: 135048762
Test:
      adb shell pm query-services \
      com.android.bluetooth/.a2dpsink.A2dpSinkService
      adb shell pm query-services \
      com.android.bluetooth/.avrcp.AvrcpTargetService
      adb shell pm query-services \
      com.android.bluetooth/.avrcpcontroller.AvrcpControllerService
      adb shell pm query-services \
      com.android.bluetooth/.ba.BATService
      adb shell pm query-services \
      com.android.bluetooth/.hfpclient.HeadsetClientService
      adb shell pm query-services \
      com.android.bluetooth/.hid.HidDeviceService
      adb shell pm query-services \
      com.android.bluetooth/.sap.SapService

Change-Id: If41df9fdefbcd952f8387451dc137565343e3d75
2020-12-05 00:36:18 +02:00
Daniel Micay
991d688450 sm6250-common: fix hw_random permissions 2020-12-05 00:36:17 +02:00
Mohammad Asaad Akram
2e3dfe8988 sm6250-common: ueventd: Allow system permission for RPS sysfs node
Allow system permission for RPS sysfs nodes, so that cnss-daemon,
user space daemon can enable RPS(Receive packet steering) feature.

Change-Id: Iccebc347d959fc8ca35f28cb64e7bcf6b05f341a
CRs-Fixed: 2768237
2020-12-05 00:36:17 +02:00
Demon000
dd0e8ef866 sm6250-common: import ueventd configuration
Change-Id: I550cc82d52a8a8b93398f00bd7d5c3ba221a5b7f
2020-07-23 13:05:39 +03:00