Commit Graph

17 Commits

Author SHA1 Message Date
Alexander Koskovich 2d20e4c0b8
common: telephony: Add QTI RIL board flag & properties.
* Starting with LAHAINA the RIL stack is no longer
   common but the properties still are.

Change-Id: I16ec95426bd3934f57587df1855970344d66f50a
2021-05-02 00:19:53 -07:00
Alexander Koskovich 08e5dfb279
common: telephony: Move system side properties to the components.
Change-Id: I2377daf5378c99b0feb519116b7b47dda95356da
2021-05-02 00:19:53 -07:00
Vishalcj17 dc58ff4d9c
common: telephony: Disable debug logging on production build.
Change-Id: I69bb0adf3ca7eae90800b6e8051bbd37e17b3125
2021-03-12 07:17:11 -07:00
Alexander Koskovich 71a954f737
common: Merge telephony-diag with telephony.
* The diag stack here is used exclusively by telephony
   features, not sure why I ever wanted this.

 * Also add some other diag stuff while we're here.

Change-Id: I9356c9ca44ecf231f071673a78d4604baaf8049e
2021-02-16 02:11:54 -07:00
Alexander Koskovich fe41c47495 common: telephony: Pick up new data services split makefile.
Change-Id: I5e4a81f795dfcd705425a280b959528281336126
2021-01-23 21:12:25 +00:00
Alexander Koskovich 6d6ae9eac6
common: telephony: Start the DPM daemon.
Change-Id: I58093ee5e87e35e4889f068b2e4bd50dfb25e0ac
2021-01-16 22:18:39 -07:00
StyloGey a1b1c88b14
common: telephony: build android.hardware.radio@1.5
Change-Id: I6a778b6c5f69e568c841fea72322083030f86f63
2020-12-30 14:29:49 +01:00
Vishalcj17 66738a0685 telephony: build libjson as a package.
pdmapper has a dependency on this.

Signed-off-by: Vishalcj17 <vishalcj@aospa.co>
Change-Id: I96bed2fb998aac151d975d052f53de6a17ba9434
2020-12-01 08:03:03 +00:00
Alexander Koskovich 45e7972be9 common: Create a WLAN component.
* Only pick up product makefile if it exists, some
   vendorless devices may be opting into all components.

 * Move BoardConfigWlan flags here as CAF's tries to
   include kernel modules that don't exist and this
   is a better solution than touching all of their
   BoardConfigs.

Change-Id: I16d49283f754e2c3dd1743ca85f3e625e8496e8f
2020-11-22 06:35:32 +00:00
SayanAcharya 18bd9b8039 common: telephony-diag: Fix typo
Change-Id: I7c513cf192c8923462af97a9de9055b0b162a4dc
2020-10-05 17:17:43 +05:30
Alexander Koskovich fec8087fb3
common: Introduce a diag component, and have telephony depend on it.
* This should not be called as a component independantly,
   only pick it up when we are using telephony component.

Change-Id: Ia1127ccbf1b684937e89a6c540c1c4e19d8dbe8b
2020-10-04 09:01:27 -07:00
Alexander Koskovich 3e7f35a728
common: Update from LA.QSSI.11.0.r1-05600-qssi.0.
Change-Id: I30d3d09087414b76afd41c7593697f0651c4bba0
2020-09-25 18:25:06 -07:00
Alexander Koskovich de899ac288
telephony: Build RmNet & IPA packages.
Change-Id: I215d34d705c5f044c4bb72371d81fb9139be9166
2020-05-14 10:39:17 -04:00
Alexander Koskovich 6956d64a45
Update radio configuration to v1.2.
Change-Id: I1bae448fc97664493c5969d6f02bb2447af85154
2020-04-22 17:30:05 -04:00
Jake Weinstein 002bfb5b65 common: telephony: Build Radio HALs
Change-Id: I2bb2361e200f27191d15505094361ea765142ff8
2020-04-22 20:47:16 +00:00
Marco Marinho 08114f5f6e common: Fix wrong QTI components manifest paths
Signed-off-by: Marco Marinho <marcomarinho12@gmail.com>
Change-Id: I332ca10771fdf7e3126c237f1acb8b7582a00c09
2020-03-30 23:45:18 +01:00
TheStrix d0d9d95577 common: Add common QTI components
- To use this, set TARGET_COMMON_QTI_COMPONENTS := <components>.
   e.g. TARGET_COMMON_QTI_COMPONENTS := av bt perf
 - Configurations go inside qti-components/<component>/qti-<component>.mk
 - Blob list go in qti-components/<component>/proprietary-files.txt

Change-Id: I9868b02da59c69326f3587cf338187753955c1db
2020-03-19 19:22:43 +05:30