Commit Graph

124 Commits

Author SHA1 Message Date
quick_sshakunt 8eb03a3a72 vendor: init: init.qcom.post_boot: Enable support for Gaming variant.
power tuning settings related sched and dcvs

Change-Id: I747e8bbb2cc88f188f7ee7bab17dfb2b57c610a1
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2022-09-09 09:24:29 +00:00
chrisl7 54b55eb453 vendor: bt: Build android.hardware.bluetooth.audio@2.1 again
[1] - It seems that for qti bt this should still be built with AIDL, to avoid problems with bt

Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: I06c581c72a9f0f99331049740af934d96a0b59a7
2022-09-09 03:14:08 +00:00
Jake Weinstein e577f49325 init: Fix taro folder structure
Change-Id: Iabd2c1c1549eb4828f3211904e79759757b7b26a
2022-09-03 00:17:27 +09:00
Alexander Koskovich 346073a91a vendor: init: Fix "Invalid section keyword found" on ueventd
Change-Id: I8a3eb3abea82feb5e1a92cc859cd6498ee68666e
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-08-30 04:44:05 +00:00
Omkar Chandorkar 0965fbacd1 vendor: telephony: build missing interface for cne
- fixes F linker  : CANNOT LINK EXECUTABLE "/vendor/bin/mutualex": library "android.hardware.wifi.hostapd@1.0.so" not found: needed by main executable

Change-Id: I16362439c441219eb8cdd7721775e73d3e2e0066
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
2022-08-29 20:23:05 +00:00
Jiyong Park 8101b263d0 vendor: bt: Switch BtAudio to AIDL
Test: m
Bug: 203490261
Change-Id: I4b8ac40d5ad410b89eb6a0573d740d86471ecfc7
Merged-In: I4b8ac40d5ad410b89eb6a0573d740d86471ecfc7
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2022-08-29 16:44:56 +00:00
Peng Xu 3aff499d36
qcom: wlan: Enable support for IEEE80211AX.
- This is to allow supporting WiFi 6 mobile hotspots,
  to be noted this is only supported on SDM865 and newer platforms.

Change-Id: Iab61bd12499968e8823b3078acd1c7b8bce46136
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-08-29 16:43:34 +09:00
Adithya R f5952c29b8 vendor: init: Install ueventd.qcom.rc to ueventd.rc
It's only loaded from /vendor/etc/ueventd.rc:
https://github.com/AOSPA/android_system_core/blob/topaz/rootdir/ueventd.rc#L1

Change-Id: I05d88bd7aab39bba1dd93b94989be3134280612d
2022-08-25 23:07:47 +05:30
Jake Weinstein b414ccad5a Revert "system: display: Setup soong configs for lights aidl"
We don't need to support multiple Android
Versions in the same tree, so revert to
avoid unnecessary complexity.

This reverts commit e11e8a5977.

Change-Id: I856b48f8120d4c8730bd591c1e5e9ab1226f48cb
2022-08-25 04:07:01 +00:00
Gabriel Biren 538f6e0473 vendor: init: Update init script to use Supplicant AIDL interface.
Bug: 196235436
Bug: 213271543
Test: m
Change-Id: I35ffd5390ba835e3b35e55ea38b27f1ab924b291
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2022-08-25 04:01:15 +00:00
Michael Bestas 831e893fcf common: Automatically add apk/jar/vintf fragments to PRODUCT_PACKAGES
Change-Id: Iaa9d66b0bbdc55f046ee1347cbf83c7eecebb35e
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-08-23 03:46:51 +00:00
Mathew Joseph Karimpanal 742f2dd5f1 vendor: init: ueventd.qcom.rc: Add lineptr_value drm sysfs config
CRs-Fixed: 3169765
Change-Id: Id4f1c62b835acc6f72da7827988e416902f83f02
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2022-08-22 17:25:04 +00:00
Jake Weinstein 44ed1c2718 bt: Remove guards for FM interface
libbt-hidlclient.so links against this
regardless of if FM is enabled.

Change-Id: I4b89491b148b1cbf5b359b8f1cf439c53d1272b4
2022-08-17 11:30:27 +09:00
Jake Weinstein a94b073a5f common: Add initial support for 5.10 targets
Change-Id: Id52edf0f17cbd65f9ea597dfd16cdd520ecb9bcc
2022-08-17 06:49:45 +09:00
Jake Weinstein fd22e2c264 bt: Build common packages
Change-Id: I3abc190d78bc02b4ffa85eea9c8c6cfa590035a5
2022-08-16 16:11:18 +00:00
Jake Weinstein 20cd8fabe8 audio: Build Qualcomm common audio overlay
TARGET_USES_RRO is used to guard the common audio overlay
in the audio HAL for recent chips. This enables
config_useDevInputEventForAudioJack

Change-Id: Ib1bde41434921fcd1b9001d02aeaa113d934e4bf
2022-08-14 11:12:10 +09:00
Jake Weinstein df9dffd8b1 perf: yupik: Use max frequency for main 2 second app launch boost
From Nothing Phone 1.

Change-Id: I6ac3dfb3e014286068cd6d46d00ed321df60521c
2022-08-12 06:21:11 +00:00
Jake Weinstein 4801751f9b perf: Do not allow restricted tasks to run on big cores
The restricted cpuset is for system tasks that are
throttled because the screen is off. Google only
runs these tasks on the little cluster
to save power and we will follow suit.

Change-Id: I0174beb11dae2109df4ddf65304bd50c5cc05264
2022-08-12 06:20:16 +00:00
Jiju Kinattingal 40b953a343 vendor: init: Stop all qcrilds on APQ target
Stop all qcrilds on APQ target

Change-Id: Ieb0a6efcc61e53798650a7cf543aec6288f2947d
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-08-11 00:22:10 +00:00
Jake Weinstein 69558ecfc3 perf: Upgrade perf configs to LA.UM.9.11.r1-05600-NICOBAR.QSSI12.0-1
Change-Id: I576ec731d85dfd9c17e4793254829688486e8f0b
2022-08-02 01:15:42 +00:00
Jake Weinstein 8120dfad41 perf: copy task_profiles from system/core for 5.4
The reason Qualcomm maintains their own copy of task_profiles for
lahaina is that API 30 does not support UClamp. However, the
current task_profiles for API 31 and higher does support UClamp.
Qualcomm's modifications such as I/O CGroups and audio CPUSet
are already integrated in the CLO system/core task_profiles,
so we can use that instead of maintaining our own.

Change-Id: Ibd3378976cf6f761eefdec3a1051ba80fa1e247e
2022-08-01 02:47:34 +00:00
chrisl7 9f033cf3ea vendor: Build bt and telephony HIDL vendor variants on qcom/common
[1] - Since we have a common tree, why not build it, since all devices define it in their own device tree?
[2] - This is the basics for some things like ril and bt to work from A12
[3] - Secure element is being built because it is needed to run vendor/lib64/libril-qc-hal-qmi.so
[4] - We are already building telephony system variant

Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: Ib8ab918299191ca6605c1ba70f651f1040f3018f
2022-07-31 03:42:17 +00:00
Jake Weinstein 7d839fce64 display: separate into system and vendor components
Change-Id: Ib1e71ee2f92503934c87c30dc433949488fdb8c3
2022-07-31 03:42:05 +00:00
Jake Weinstein b9f6723a48 gps: separate into system and vendor components
Change-Id: I489a2cf50b4dcc143c26c474d3dee0b792e09ea1
2022-07-31 03:41:17 +00:00
Jake Weinstein a94746f0b3 bt: separate into system and vendor components
Change-Id: I97ea0775507b40c802dbd175cf83a1c3db3db5a6
2022-07-30 07:14:12 +05:30
Jake Weinstein 61d7ab2372 audio: separate audio into system and vendor
Also add missing makefile include

Change-Id: I96b8b3426f4aae737f5389c9ccac142004a6324f
2022-07-30 07:13:58 +05:30
Shreyas K K 92779f8982 vendor: init: common: Fix DCVS settings for Gen3 targets
Fix DCVS settings for Gen3 targets.

Change-Id: Ie514c02fa006dd4efdb27b2ccf13aac2ab46beea
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2022-07-30 07:04:23 +05:30
UtsavBalar1231 2ff95021b4 telephony: Enable SIP based VoIP feature
Change-Id: I681ce9d6fd36ee43982478b4c34af9ec3ae56626
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-07-25 16:45:35 +00:00
Rafeeqh Shaik 5c02f70d19 vendor: init: Remove code for starting legacy ril
Legacy ril is deprecated and no longer included in the builds.
Remove legacy ril starting logic as legacy ril is deprecated.

Change-Id: Ie4354592fe9f5d6aefdde2d37479cd5879c059c6
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-25 11:25:56 +00:00
chrisl ae571c2d58 common: Move seccomp to vendor folder
[1] - Why are they in system if it is copied to the vendor?

Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
Change-Id: If130c5ac9f7de819abb0f6d3f7317d09bf7a50ab
2022-07-25 11:25:35 +00:00
Jun Ji eaa219c4a9 vendor: init: init.qcom.post_boot: Enable support for divar apq
power tuning settings related sched and dcvs

Change-Id: I0130c077543a0c5d2d198a7b30e0417121c14dd1
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-23 00:53:47 +00:00
Paras Nagda e3dfabd174 vendor: init: early-boot: add socid for Diwar APQ
Change-Id: I9dc34bae2080748b9dff65a39a2a00125c1e98ee
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-23 00:53:38 +00:00
Manikanta Kanamarlapudi c08e6ee8b0 vendor: init: common: Remove media netflix prop
Remove media netflix prop for bengal variants.
This is moved to video project.

Change-Id: I8dddd001d8d91431d254a00e6e013e0ea0922ac5
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-23 00:53:31 +00:00
chrisl7 a08f0a29d4 vendor: perf: Update bengal perf configs
Change-Id: I7900612c05d9f8a0728893b3ab8967ae7e58bba3
2022-07-23 00:52:33 +00:00
Huang Li 83637d74a1 vendor: init: rootdir: Replace usage of ro.build.product with ro.board.platform
As replacing TARGET_PRODUCT with TARGET_BOARD_PLATFORM,
also need replace ro.build.product with ro.board.platform.

Change-Id: I01b27fad7fa263816964a3b53e75bdf3e55a26d5
CRs-Fixed: 2988932
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-13 01:03:00 +00:00
Naman Jain acc8c61103 vendor: init: init: remove getprop commands for fixing avc denials
remove logic from init scripts where getprop is used,
causing avc denials. Removed logic is not applicable
to current targets using this.

Change-Id: Ib783c6b2c341da59d24b8f4626e0461e1fbbdd0d
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-13 01:02:47 +00:00
Swathi K e625a345a0 vendor: init: Set property to disable cdsprpcd daemon in post boot
Set property to disable cdsprpcd daemon when
remote cdsp status returns false.

Change-Id: Id90290fb8bb26df51804c21b98a74774dffd60fa
Signed-off-by: Swathi K <quic_c_kataka@quicinc.com>
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-13 01:02:27 +00:00
Michael Adisumarta badd03ac1b vendor: init: ueventd: Add support for ipa_lnx_stats_ioctl
The device under /dev/ipa_lnx_stats_ioctl should be with permission
radio radio.

Change-Id: I531cbda9954e17012b247f6505b51cd5adda7c3d
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-13 01:02:13 +00:00
Mohammed Mirza Mandayappurath Manzoor 031caaa7bf vendor: init: ueventd: Set permissions for KGSL sysfs node
Some KGSL sysfs nodes need to be access controlled. Set proper
permissions for the same.

Change-Id: Idc7e2447d02742074873901c6539f2c6d9d25862
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-13 01:02:04 +00:00
Ramkumar Radhakrishnan daec54def3 vendor: init: init_qcom.rc: Set permission to access panel boot param node
Change-Id: I10a164d7935f2f94042d4120d6f800d3e3422c29
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-13 01:01:54 +00:00
P.Adarsh Reddy b28aece006 vendor: init: Enforce android-S new launch debugfs restrictions.
This removes the default mounting of debugfs, as
it is no longer allowed from android-S new-launch.

Change-Id: Ifeda709613c68234093947f7a92638b4069b089a
Signed-off-by: chrisw444 <wandersonrodriguesf1@gmail.com>
2022-07-13 01:01:43 +00:00
Nagireddy Annem f35010ecb4 vendor: init: ueventd: set permissions to rawdump node
move permission setting logic from init rc file to ueventd rc file.

Change-Id: I4b94e0e188f8b420a608cc2e0d97e4b960381c31
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
2022-07-13 01:01:30 +00:00
Omkar Chandorkar 27c0cb34ce
common: fix symlinks once and for all
Change-Id: I62a35417df0cf7a257f8f941d7579d861f712f43
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2022-06-29 14:13:50 +09:00
Omkar Chandorkar a2fec66f99 media-legacy: copy media_profiles to vendor/etc as well
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: Id052bc1ed0a7dd959fa19d0373a9c5bf2b789330
2022-06-29 04:55:39 +00:00
Alexander Koskovich 23c3b52a54 PRODUCT_PROPERTY_OVERRIDES -> PRODUCT_VENDOR_PROPERTIES
Change-Id: If9cfaf3b6f356fa0f880cc3ad2c2d032505f2d1e
2022-06-28 14:47:40 +00:00
Kunmun 6f9dd0ef08
Revert "common: Upgrade adreno stack to WAIPIO 13100"
• Add back c2d2 libs to adreno component as well.
• This breaks eis, as well as creating problems related to display in many devices.

This reverts commit 769e48d051.

Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
Change-Id: I876a13074588065b4234505d05d2085c0e93326e
2022-06-03 17:48:46 +09:00
Kunmun db1322dca6 wfd-legacy: Restore from LA.UM.10.6.2.r1-01600-89xx.0
Change-Id: I3bc33f2730c562e5662ecf487339b3abc75d3ded
2022-05-29 06:04:21 +00:00
Kunmun 7388d5ca88 vendor: adreno-legacy: Updates from LA.UM.10.6.2.r1-01600-89xx.0
• Drop the SDM and Post processing stack as it ain't a part of Adreno

Change-Id: I7c5c7f57827e5fa115a31853066a54ec76e7ad5d
2022-05-29 06:03:56 +00:00
Marijn Suijten d3e6a7b053 vendor: adreno-legacy: Build (unused) qti mapper@2.0 interface libs
The blobs link against this interface library because of a fallback
mechanism when mapper@3.0 isn't made available (all our devices should
always provide that, never 2.0). Consequently this results in a silent
failure (not even a linker error appears) when trying to open the GPU
through EGL:

    I AdrenoGLES-0: Driver Path                      : /odm/lib64/egl/libGLESv2_adreno.so
    W libEGL  : eglInitialize(0xb40000743497a2d0) failed (EGL_BAD_ALLOC)
    E libEGL  : call to OpenGL ES API with no current context (logged once per thread)
    F RenderEngine: eglQueryStringImplementationANDROID(EGL_VERSION) failed

Adding this library - which is not explicitly linked/used by any other
bits in the OSS part of the stack - resolves that error.

Note that while the composer has a similar fallback mechanism to 2.0 it
only uses (and links against) the AOSP interface
(`android.hardware.graphics.mapper@2.0`), not the QTI one at
`vendor.qti.hardware.display.mapper@2.0`.

Note^2: All these hidl interfaces are defined as `system_ext`, which is
the desired place for packages (in this case interface
updates/extensions to the AOSP variant) may they ever land upstream.
We have not configured such a partition currently (on super) but instead
rely on it being in `/system/system_ext`. This is not compatible with
GSIs; we just request the vendor variant to be put on `/vendor`
(`.vendor` postfix on the package name).

Change-Id: I951154c3ef283f9f9e82bae2af8fd4aac3166ce0
2022-05-29 06:03:56 +00:00
Alexander Koskovich b1afc50ed9 common: init: Move init.recovery.qcom.rc to Android.bp
* /system/etc/init is automatically parsed in recovery.

Change-Id: I7914a9191c5a2ba13b1d60d59fd8b95436d131c3
2022-05-26 00:30:02 -07:00
Alexander Koskovich e6e959c2ad fixup! nq-nfc: Allow custom path for copying the permissions files
* The logic in the halimpl makefile is too late and
   does not make it here.

Change-Id: Id4a1212a1f2f2411512aad53baaca900c89f5eb1
2022-05-26 00:28:49 -07:00
Adithya R 769e48d051
common: Upgrade adreno stack to WAIPIO 13100
* move c2d libs to media as its required by c2

Change-Id: Ifea8af8717fbddc77452438f95b6b4fefb66d7c0
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
2022-05-13 16:22:46 +09:00
Jyotiraditya Panda 6ce8607b04 nq-nfc: Allow custom path for copying the permissions files
• Sometimes devices having multiple variants lack NFC support
  for few variants. They end up using SKU to load manifests.
  Copying these permisssions files to vendor may not help that
  and can cause issues.
• So, this might help defining the ODM SKU path.

<Usage> : TARGET_NFC_SKU := codename

Change-Id: I0978452f3e4bf468ec1a30f4da94e7e3489f26ab
2022-04-07 06:24:30 +00:00
Omkar Chandorkar 86677cd412 media-legacy: add libOmxVideoDSMode for avc.decoder DSMode
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
Change-Id: Idb50244bb5eff4af0de3a336e72c57842c37eecf
2022-03-26 19:52:37 +00:00
Omkar Chandorkar bfbcde3d83 common: add missing blobs
* taken with help of https://github.com/joshchoo/aosp-missing-blobs

Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
Change-Id: I333b6da2c67a33885fb8a5af20e888e80acf712e
2022-03-26 19:50:07 +00:00
Omkar Chandorkar 057ad704a3 common: update symlinks
* get rid of ugly build time warnings

Change-Id: Ib4084c96572ba3bc1f0fa05477fc21d8af9cc414
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
2022-03-19 02:47:00 +00:00
Omkar Chandorkar 3e75c67ab9 telephony: split vendor component
Change-Id: I7f7ee0fcce221fe5aa76dc7ab737d94104a0fa0c
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
2022-03-19 02:46:51 +00:00
Ziqi Chen 38fc8d04c8 init.qcom.rc: Tuning UFS clkgate and ah8 during boot time
Disabling UFS clkgate and ah8 during boot time helps in reducing
IO delays, which helps in reducing the total boot time. This change
will disable UFS clkgate and ah8 during early-init and then enable
it back after boot completion.

Change-Id: I6a10cd57a30fe3bdc4fba72a0d84cdfa3b1fd513
2022-03-16 03:16:01 +00:00
Juhyung Park d8d9237220 common: add missing symlinks from BSP
Change-Id: I09087eda8c617bce64f4dd1f6787756947c378b1
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-03-14 22:09:27 +09:00
Juhyung Park f836dbb0a4 common: Update to LAHAINA 18900 - 2
Few parts were left out

Change-Id: Ie880162e1f650e2546b6c78dcb9a530b7408fdd3
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-03-11 00:44:40 +09:00
Adithya R 5df0043d47 common: Update to LAHAINA 18900 | QSSI 05800
* msmnile: LA.UM.9.1.r1-11500.02-SMxxx0.QSSI12.0
 * kona: LA.UM.9.12.r1-13300-SMxx50.QSSI12.0
 * add few missing qssi services

Change-Id: I48ae24bb5dabe90e197cac23796cf802a1c69225
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
2022-03-08 04:28:32 +00:00
Omkar Chandorkar 9a5e96df1f
vendor: usb: fix soong namespace inclusion
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
Change-Id: I5abadd6195da217f495b5a38b881aed3d595e72a
2022-03-02 18:53:09 +09:00
Alastair Donaldson 0eee73efcd adreno: Add OpenGL ES dEQP feature flag.
* Populates a new feature flag to record the level of
   OpenGL ES dEQP test support.

Change-Id: I55c39601687ab66745c17598ec08e3eee12bf84c
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
2022-02-27 15:19:58 +00:00
Juhyung Park f4e58c414b Revert "common: perf: Enable the pre-rendering feature."
This reverts commit 07fb532f08.

This causes weird inconsistent scrolling behaviors, even on v5.4.

Change-Id: I57e6e31aed281c51ec436dabf8e1fbb770580fa2
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-02-22 16:16:37 +09:00
Vishalcj17 87450abeab vendor: perf: Setup foreground CPU Sets for LAHAINA.
* Other SoCs are welcome here. Please test thoroughly before
   , especially power usage.

Change-Id: I66b29040701fb20aab6c8db370ff7810ce80bdb0
2022-02-16 07:39:20 +00:00
Juhyung Park 2e49ccaf28 common: vendor: allow device to use customized post-boot script
Some devices may want to override these default settings
and use its own customized post-boot script.

Set vendor.post_boot.custom to "true" from the device tree to override.

Change-Id: If1a71b489710be39df250eda65450d7e4c3a9a13
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-02-13 15:00:15 +00:00
Juhyung Park 772c8465f0 common: perf: disable zram readahead for all devices
Change-Id: I12a4ffb916c56df30577e75098dec10694c61e66
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-02-13 09:07:19 +00:00
Juhyung Park 2126a23a13 common: perf: move all read_ahead_kb settings to init.aospa.perf.rc
Change-Id: I496d15b2d398d68b59e019e2c917924f829df5c9
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-02-13 09:07:19 +00:00
Juhyung Park 6540936556 common: perf: add more dm devices for read_ahead_kb tuning
There are dozens of APEX modules now

Change-Id: I1f489cfa39cc9d3a50135fc24b31cea6500d5e57
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
2022-02-13 09:07:19 +00:00
Omkar Chandorkar 7e9bba9186 perf: Update perf properties
* make it inline with recent CAF builds

Change-Id: I1835e09edc8408f6d9871533e25ceb14ca3e30c6
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
2022-02-12 14:45:51 +05:30
Vishalcj17 7942c06927 vendor: wlan: Define prebuilt_hidl_interfaces.
Change-Id: I5441ed08892e9f49193be947ce2129fe3a629db0
2022-01-19 18:51:15 +09:00
Vishalcj17 c6cab13a2e common: Update to QSSI 5600 | LAHAINA 18600.
Change-Id: I7ca5c5b30fb26bfa5bd1c3803cf8b217efd78393
2022-01-19 18:50:26 +09:00
Marco Marinho 7df0c64674
common: vendor: Update to LA.UM.9.14.r1-18400.02-LAHAINA.QSSI12.0
Change-Id: Ib0791bd74ebcb8a0aa37485be7500e83b80838fe
Co-authored-by: Vishalcj17 <vishalcj@aospa.co>>
Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
2022-01-09 18:06:24 +09:00
Vishalcj17 bfaf4ecb25 Split system and vendor to their own folders.
Change-Id: Ie93e9fdf854f97aab1e2b6e61d55b309f49c1cd9
2021-11-24 21:04:52 +00:00