Commit graph

270 commits

Author SHA1 Message Date
Luofan Chen
3e2b958b27 sm8450-common: gpt-utils: Check ufs device first before checking partition names
Change-Id: I51663ff8e074681191ac708fcd7b4d28e890deaf
2024-03-19 23:22:37 +01:00
Tao Bao
fefc40993e sm8450-common: gpt-utils: Address the warnings
[ 11% 2/18] target  C++: libgptutils <= device/google/crosshatch/gpt-utils/gpt-utils.cpp
In file included from device/google/crosshatch/gpt-utils/gpt-utils.cpp:54:
system/core/libcutils/include_vndk/cutils/log.h:38:2: warning: "Deprecated: don't include cutils/log.h, use either android/log.h or log/log.h" [-W#warnings]
 ^
device/google/crosshatch/gpt-utils/gpt-utils.cpp:750:17: warning: unused variable 'ufs_dir_stat' [-Wunused-variable]
    struct stat ufs_dir_stat;
                ^
device/google/crosshatch/gpt-utils/gpt-utils.cpp:973:13: warning: unused variable 'r' [-Wunused-variable]
        int r, fd;
            ^
device/google/crosshatch/gpt-utils/gpt-utils.cpp:973:16: warning: unused variable 'fd' [-Wunused-variable]
        int r, fd;
               ^
4 warnings generated.

Test: lunch blueline-userdebug && m -j libgptutils
Change-Id: Idd9174276d8a5b7b77c2ec48c745a78184f65fcf
2024-03-19 23:22:37 +01:00
Jens Reidel
c6f0e6bd0b sm8450-common: Stop building cameralog.ko
Change-Id: I46b7b131c40e31235e0879bea5d41e6a514924fc
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2024-03-19 23:22:37 +01:00
Jens Reidel
e2499f7089 sm8450-common: Fix qcacld-3.0 module path
This was a symlink to "." and removed in newer qcacld-3.0 versions.

Change-Id: I30bcdc56af59248b1fdc9f0f680c4c9f56e3d99b
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2024-03-19 23:22:37 +01:00
Gabriel Biren
660f174f7f sm8450-common: Update makefile to use the AIDL Wifi Vendor HAL.
Bug: 274964641
Test: Pre-submit tests
Change-Id: I4d9114377fe75b593bbfe6a59f03d8f5d607d6a1
2024-03-19 23:22:37 +01:00
LuK1337
9b960824ef sm8450-common: Build libprotobuf-cpp-lite-3.9.1-vendorcompat
Change-Id: I0aac742db9c2b4b3e48ee20158f19405863893c2
2024-03-19 23:22:37 +01:00
Arian
9cc7db057e sm8450-common: Build 1.4 drm interface to vendor
Change-Id: I7f66c8543f2c44aab3022f1cab13842e2aa5ad95
2024-03-19 23:22:37 +01:00
Arian
0b604f6c86 sm8450-common: Disable telephony injection for now
Change-Id: I1ddb81f4edbdb9ee1f769d4c10c321997696611c
2024-03-19 23:22:37 +01:00
Arian
3366f4a16a sm8450-common: Add security.rkp-V3 dependency to keymint service
The symbol _ZN4aidl7android8hardware8security7keymint29IRemotelyProvisionedComponent10descriptorE
was moved from android.hardware.security.keymint-V2-ndk to android.hardware.security.rkp-V3-ndk.

Change-Id: I7f3c40e3e8a2a848cdcb73e5232952f63681aa58
2024-03-19 23:22:37 +01:00
Bruno Martins
cc77d18b06 sm8450-common: Use the common device compatibility matrix from QCOM
Change-Id: I0c0f3ecddbe6d7b232cc0d13c78ca58094e4e720
2024-03-19 23:22:37 +01:00
Bruno Martins
bbce01c4e5 sm8450-common: Allow extracting only firmware images
Change-Id: Icab3f013661304e3a9ec89b0816a8139f6b8e8e5
2024-03-19 23:22:37 +01:00
Michael Bestas
287048e0e8 sm8450-common: Add firmware extraction support
Change-Id: If6cb6334a8f7b2fcc77c8947569eba1b2002190a
2024-03-19 23:22:37 +01:00
Michael Bestas
9dc0c1f103 sm8450-common: Inherit common partition reserved sizes
Change-Id: I444ce2fcd37cdfa58d83a7e872dc547fb05a2a89
2024-03-19 23:22:37 +01:00
EcrosoftXiao
bc979cb043 sm8450-common: audio: Nuke unsupported haptics output configuration
* Fixes Pixel ringtones

Change-Id: Ib81fd4209be8201d13aeea485910169371f82582
Signed-off-by: Bartłomiej Rudecki <ejbtrd@gmail.com>
2024-03-19 23:22:37 +01:00
Alessio Balsini
7a9ef94f78 sm8450-common: Use FUSE passthrough by default
Enable the persist.sys.fuse.passthrough.enable flag for the device
configuration to enable the FUSE passthrough feature.
This feature has been enabled on Cuttlefish, Wembley and Redbull devices for
months and no issues have been detected yet.

Bug: 168023149
Test: 'adb shell getprop | grep persist.sys.fuse.passthrough.enable',
    ScopedStorageTest
Signed-off-by: Alessio Balsini <balsini@google.com>
Change-Id: I3f39b02af436f7e508bb70efc702565a667a051c
2024-03-19 23:22:37 +01:00
Rick Yiu
817ee62047 sm8450-common: Remove some camera-daemon commands
Those commands have moved to init.rc.

Bug: 170507876
Bug: 171740453
Test: build pass
Change-Id: Icfe520e7f7367461607cc8fb5e524d9699e79124
2024-03-19 23:22:37 +01:00
Bruno Martins
2d6f07b00c sm8450-common: Move to QTI health AIDL service
The health AIDL HAL service provides functionalities of charger,
therefore system charger at /system/bin/charger is deprecated.
On top of that, QTI health AIDL HAL service enables suspend by
default, the equivalent of setting ro.charger.enable_suspend
for legacy charger.

Change-Id: I59c23e7974cea1174b0161f31a535fa3afa1e5c9
2024-03-19 23:22:37 +01:00
Bruno Martins
b07068f0f8 sm8450-common: Migrate to AIDL ClearKey DRM HAL
Change-Id: Iad5cc1176978137c647069197b33f49fb4d98ab2
2024-03-19 23:22:37 +01:00
Krzysztof Kosiński
c429f740e2 sm8450-common: Add prebuilt protobuf 3.9.1 to vendor partition.
Needed to work around a Qualcomm HAL prebuilt.

Bug: 203713560
Bug: 258322017
Bug: 254854421
Test: Forrest
Change-Id: I4eebc60f10fbea6a66127ed3e08441db32536f78
2024-03-19 23:22:37 +01:00
me-cafebabe
6bfd2920cd sm8450-common: gps: Fix compilation on U
Change-Id: I7ca7e78addd6385289b8449edae8b682839ecc91
2024-03-19 23:22:37 +01:00
Arian
f7693955d8 sm8450-common: Reserve some space on system partitions
Change-Id: Ifa2c030cdeb1d731b114a93fefac20f8bf158048
2024-03-19 23:22:37 +01:00
Luofan Chen
cb98749357 sm8450-common: Import QCC system_ext blobs
Makes the QTI GNSS service happy. Thanks luca020400 for the help.

Change-Id: I6de25b0b3fde6cce3a6cdf95f31c68734d429956
2024-03-19 23:22:37 +01:00
Arian
91e04467c2 sm8450-common: Add qcc-trd back
Change-Id: Icac6fc5c2cc5fcaa20b7f151dd5548834662d843
2024-03-19 23:22:37 +01:00
Arian
67c1569b45 sm8450-common: Drop oss lmkd libs
Change-Id: I36b15feaec0454a6b83b4f6ee2f9e7c5014e7e7d
2024-03-19 23:22:37 +01:00
Arian
8dd7e6a324 sm8450-common: Build qcom soundfx effects from source
Change-Id: Idc4f0c317b2aa69856456dc02693409ddb37b4ec
2024-03-19 23:22:37 +01:00
Arian
d09df83953 sm8450-common: Drop proprietary libdrmutils
Change-Id: Ibfcf6e589207af62f3ce77c435713c27dbed5c1c
2024-03-19 23:22:37 +01:00
Arian
d6c95036c8 sm8450-common: Build qti thermal HAL from source
Change-Id: Iff18a5fb4a5717aa6b77fdd64a87367dccd5df0b
2024-03-19 23:22:37 +01:00
Arian
d6d8afa24e sm8450-common: Cleanup media section and build oss ones
Change-Id: I6fb771855b3e540f6ef27342e5fa84deed4f3fb7
2024-03-19 23:22:37 +01:00
Arian
0cefa8d0c3 sm8450-common: Reorder and cleanup some blobs
Change-Id: I6785858e7378bbf828f1bd2990f21f83f7c5057b
2024-03-19 23:22:37 +01:00
Arian
e9c724fc08 sm8450-common: sepolicy: Drop label of wlan_mac.bin in persist
ueventd wants to load it and neverallows forbid to allow ueventd to access the new type.

Change-Id: I8cf246860cfc40bdf1706dec79ab5f2df0ba1881
2024-03-19 23:22:37 +01:00
Arian
b9f9cf202f sm8450-common: sepolicy: Reduce mi_thermald permissions in sysfs
Change-Id: I0d16f1a1ed73c5089d9dc116e24b61d58da47b7a
2024-03-19 23:22:37 +01:00
Arian
f38ee92bb5 sm8450-common: sepolicy: Grant audio hal permissions on persist audio files
Change-Id: Ib0bc16d2b2bcf106c14ae0cb6ea3995ea4f71664
2024-03-19 23:22:37 +01:00
Arian
0907c59cfe sm8450-common: Build sensorsservice interface for vendor blobs
Change-Id: I14e9cc63e0d65ee7bf448570e865f88ec5c8bb69
2024-03-19 23:22:37 +01:00
Arian
d47704fb1f sm8450-common: Decommonize audio HAL completely
Change-Id: Ib62ed1172a7b637da796d202227dd8256b51c3b2
2024-03-19 23:22:37 +01:00
Arian
85ffa055a6 sm8450-common: Copy audio configs and sensor permissions to all supported sku's and cleanup cape sensors
Change-Id: I35c4b7439e4ab8d6636c49e454f0ca6de4a265d7
2024-03-19 23:22:37 +01:00
Arian
8453ef4ebb sm8450-common: Decommonize mixer_paths and move some configs to vendor repo
Change-Id: I3ad6cf1f338bd26154d21dcfc301a463e3e63792
2024-03-19 23:22:37 +01:00
Arian
2bd79eea6f sm8450-common: Decommonize AGM
Change-Id: I21baf58f88ba257d5c7bc3f5e59ff97625c3d2ed
2024-03-19 23:22:37 +01:00
Arian
55c3480376 sm8450-common: Decommonize touch_report
Change-Id: I736005f3758606951450879b482b9ea095b9d6e4
2024-03-19 23:22:37 +01:00
Arian
17a09cc790 sm8450-common: Cleanup audio properties again
Change-Id: I1750d6a04d02d4a34c0bd18741e7ac31ee2a7c55
2024-03-19 23:22:37 +01:00
Arian
0a00ab82e5 sm8450-common: Remove system wifi properties
Change-Id: I18bcd2dc247d2c7766626ed43b74cb5eabccb72c
2024-03-19 23:22:37 +01:00
Arian
7bfc345a72 sm8450-common: Cleanup wfd properties
Change-Id: Idbcd6fa9d306ffde7c23709e6c43b50baa7081cb
2024-03-19 23:22:37 +01:00
Arian
8b7dde1505 sm8450-common: Don't enable ramdumps
Change-Id: I1d6ecc4f0f8a14f4bbbacdd148276c2aa7f9dec4
2024-03-19 23:22:37 +01:00
Arian
a75e1eb4fa sm8450-common: Drop unused sytem NFC property
Change-Id: I65d9b27b51a4209c7cf2c088e8dc91f39060f304
2024-03-19 23:22:37 +01:00
Arian
14c3ba4b09 sm8450-common: Cleanup media properties
Change-Id: I1a5fc2eff5502e764919375aab0fb38f987a3931
2024-03-19 23:22:37 +01:00
Arian
993d86fb09 sm8450-common: Cleanup system graphics properties
Change-Id: Iac61679b5c7f4ac78b51b09825b1846cdc273413
2024-03-19 23:22:37 +01:00
Arian
84bb690a3b sm8450-common: Update dpm property
Change-Id: I4cd06c478d71ca3878893a9af06bfce884368636
2024-03-19 23:22:37 +01:00
Arian
8683899800 sm8450-common: Drop persist.vendor.radio.hidl_dev_service
Change-Id: I6464fae8104e7bea54cadb81c127409d1e02da34
2024-03-19 23:22:37 +01:00
Arian
804358f3de sm8450-common: Drop zygote critical window property
Change-Id: I9abc3127b20166e67b3e7d51810a78c7fb493b66
2024-03-19 23:22:37 +01:00
Arian
27f632079c sm8450-common: Cleanup wifi properties
Change-Id: I3277816bbbb133cc24951d674f837ea7868bbb77
2024-03-19 23:22:37 +01:00
Arian
7657f46f31 sm8450-common: Cleanup vcb properties
Change-Id: Ic04286d6afb426e7257447fb36771038c532b81e
2024-03-19 23:22:37 +01:00