Alastair Donaldson
8a0357df29
sdm710-common: Add OpenGL ES and update Vulkan dEQP feature flags
...
Populates a new feature flag to record the level of OpenGL ES dEQP
test support. Updates the analogous Vulkan dEQP feature flag to the
value for the next dessert release.
Bug: 159841535
Bug: 175706433
Merged-In: Ib0fb8f83732d0b3f56bb11a97c84fdc7727c1026
Change-Id: Ic97a65fba95a67e3e16cedd0eb4f3f209f645421
2023-06-17 17:03:45 +03:00
b15a1223f9
sdm710-common: Drop 1.0-1.2 version of drm impl and service
...
Since this is no longer required starting Android 11.
Reference: https://review.lineageos.org/c/LineageOS/android_device_xiaomi_onclite/+/341252
2023-06-17 17:03:43 +03:00
XsaviXander
91d69d4533
sdm710-common: Enable freeform windows
...
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
2023-06-17 17:03:42 +03:00
Mikhail Naganov
8190980cce
sdm710-common: Switch to Audio HAL V6
...
Switch coral and flame to Audio HAL V6
Bug: 141989952
Test: atest VtsHalAudioV6_0TargetTest
atest VtsHalAudioEffectV6_0TargetTest
manual audio "smoke" test on coral
Change-Id: If40ae28c224160728634736ee95590a779f905c4
2023-06-17 17:03:41 +03:00
ghostrider-reborn
c7968c9bbd
sdm710-common: Speed preopt Google dialer, Settings & SystemUI
...
- Add Google dialer, Settings & SystemUI
The default ART setting is quicken: run DEX code verification and
optimize some DEX instructions to get better interpreter performance.
This commit switches performance critical applications to speed:
run DEX code verification and AOT-compile all methods.
PRODUCT_DEXPREOPT_SPEED_APPS (New in Android O)
List of applications that have been identified as core to the products
and which are desirable to compile with the speed compiler filter. For
example, persistent apps such as SystemUI get a chance to use
profile-guided compilation only at the next reboot, so it may be better
for the product to have these apps always AOT-compiled.
Signed-off-by: anandhan07 <anandhasayanan007jb@gmail.com>
Signed-off-by: onettboots <blackcocopet@gmail.com>
Signed-off-by: firebird11 <hbgassel@gmail.com>
2023-06-17 17:03:41 +03:00
Jakub Pawlowski
8541241b65
sdm710-common: Use bluetooth.audio@2.1
...
bluetooth.audio@2.1 adds new functionalities required for Bluetooth LE
Audio development
Bug: 150670922
Change-Id: Iac2ece0c029a38fef82e81f5ba3ba491163818ef
2023-06-17 17:03:39 +03:00
DmFrPro
fef9d8991e
sdm710-common: Build health 2.0 impl and service
...
* Build healthd 2.0 HIDL
Unable to set property "ctl.interface_start" to "android.hardware.health@2.0::IHealth/default": error code: 0x20
05-26 19:22:15.101 511 2639 I hwservicemanager: Tried to start android.hardware.health@2.0::IHealth/default as a lazy service, but was unable to. Usually this happens when a service is not installed, but if the service is intended to be used as a lazy service, then it may be configured incorrectly.
2023-06-17 17:03:39 +03:00
Ultra119
c4791070de
sdm710-common: Build neuralnetworks@1.3
2023-06-17 17:03:37 +03:00
snnbyyds
f9940cea9f
sdm710-common: Add statically linked parted
...
* Statically linked parted (https://forum.renegade-project.org/t/linux-android-aarch64-parted3-5-statically-linked-parted/2937/2 )
* It may help you install Windows!
2023-06-17 17:03:34 +03:00
Michael Bestas
c5d290db1d
sdm710-common: Move qti_whitelist.xml to /system_ext
...
- Also kang file from sdm845 tree
Change-Id: Id8617513cfd686b3f6888a89c1b1db196acfb476
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2023-01-27 20:17:49 +01:00
Aaron Kling
2c91884f8c
sdm710-common: Remove references to a2dp module
...
APM would fail to parse the config anyway:
E DevicesFactoryHAL: loadAudioInterface couldn't load audio hw module audio.a2dp (No such file or directory)
W DevicesFactoryHalHidl: The specified device name is not recognized: "a2dp"
E AudioFlinger: loadHwModule() error -22 loading module a2dp
W APM_AudioPolicyManager: could not open HW module a2dp
Change-Id: Iaa1be881cfe8f8474cef0ba46e1b0a62b59e14be
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2023-01-27 20:09:25 +01:00
Bruno Martins
548b1cdce4
sdm710-common: Migrate to AIDL ClearKey DRM HAL
...
Change-Id: Iad5cc1176978137c647069197b33f49fb4d98ab2
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-11-12 15:22:00 +01:00
Bruno Martins
c262a28e3f
sdm710-common: Remove dead targets
...
Change-Id: I496e37e3d813a96ca3a0138dbc61cd1a90655244
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-11-12 15:15:53 +01:00
Chenyang Zhong
2018306009
sdm710-common: power: rename pixel to lenovo-sdm710
...
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-11-12 15:09:34 +01:00
giasen
1c28990a9a
sdm710-common: drop GcamGo
2022-11-12 15:09:27 +01:00
Jiakai Zhang
243a516aab
sdm710-common: Preopt SystemUI for AOSP builds.
...
Bug: 232860596
Test: See no dex2oat invocation on the first boot.
Change-Id: I21b99fac3934060d27fad7323979cbb5f0ed28e8
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-09-14 19:01:16 +02:00
Etienne Ruffieux
50253e3152
sdm710-common: Removed audio A2dp and Hearing Aid from device.mk
...
Bug: 220306859
Test: atest
Tag: #feature
Change-Id: I300369d36399ffb558b98bafc2478b872d09faba
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-09-14 00:04:16 +02:00
Hajime Morrita
3ff54f7818
sdm710-common: Stop including iorap_large_memory_config.mk
...
Test: Presubmit.
Bug: 195415601
Change-Id: Ic49fcadb8bb33db262295a8b11eaca9c59362ae7
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-09-13 23:48:03 +02:00
GiaSen
f5aa12e10c
sdm710-common: Revert media configs to stock
2022-09-06 17:18:11 +02:00
Alexander Koskovich
b2809fddd0
sdm710-common: Pick up USB configurations from QCOM
...
Change-Id: I83882d8992eb367211871130c163f4ca5689fcd4
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-05-22 18:53:21 +02:00
MadhavSaladi
7089a5938f
sdm710-common: Switch to GcamGo
2022-01-23 09:39:00 +01:00
dianlujitao
d1262f6f6d
Revert "sdm710-common: Switch to Audio HAL V6"
...
All target devices use pre-R audio.bluetooth_qti.default.so and
pre-R audio hal, in which the new set_event_callback API is not
implemented and the audio service will crash due to mismatched struct.
jjpprrrr:
The audio flinger also warns about event callback when playing
audio through a USB audio adapter with DAC. Let's go back to v5
to avoid calling these unimplemented features at all.
...
D AudioFlinger: Failed to add event callback
...
Change-Id: Ia330ac05d84d3dfb3a639458d66a3dc29689e67c
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-01-23 09:37:02 +01:00
jjpprrrr
397dc77a48
sdm710-common: build the missing libs
...
Not sure why these aren't there by default anymore.
2021-10-20 22:38:25 +02:00
Edwin Wong
d9972b2bd9
sdm710-common: Update clearkey plugin to drm HAL v1.4
...
Test: atest
atest CtsMediaTestCases:android.media.cts.MediaDrmClearkeyTest#testGetPlaybackComponent
Bug: 182525516
Change-Id: I3adf55199301768bacb38103c3ef4ba24807df2f
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-10-20 22:38:25 +02:00
Giammarco Senatore
5b5fd7d902
sdm710-common: Drop updatable APEX
2021-10-20 22:38:24 +02:00
Giammarco Senatore
9c817e7254
sdm710-common: Drop WfdCommon boot jars for now
2021-10-19 17:43:01 +02:00
Bruno Martins
f28ae5e99e
sdm710-common: Build offline charging daemon dependency
...
This must be explicitly built as of R. Fixes off mode charging. (not yet here)
Change-Id: Ie013d25d55105b4eb2191b9fd625ed8e02c863c5
2021-08-22 15:50:36 +02:00
uixdess
9f4635840e
sdm710-common: Merge QCOM media codecs configs with ones being parsed
...
(nuke whole vendor configs here)
* Without CodeAurora's modifications in frameworks/av, the vendor suffixed
media codecs configs are not parsed at all. Move select vendor additions
into the main files in order to enumerate support for hardware-backed
HEVC encoder.
2021-08-22 15:23:19 +02:00
Giammarco Senatore
030df1de92
Revert "kunlun2: drop livedisplay"
...
This reverts commit 835641f2cf
.
And remove sunlight
2021-08-19 13:51:58 +02:00
Giammarco Senatore
ea5649d744
sdm710-common: Add missing init.msm.usb.configfs.rc from stock
...
- files are same on both jd2019 and kunlun2
2021-08-17 22:36:47 +02:00
Giammarco Senatore
df5cd8ff7e
sdm710-common: Drop unneeded sensors libs
...
we use prebuilt 2.0
2021-08-16 21:55:24 +02:00
Giammarco Senatore
31177d1229
sdm710-common: Drop unwanted codec2 seccomp policy
...
and lib
2021-08-16 21:55:24 +02:00
Demon000
6687ec44b2
sdm710-common: Build separate system and vendor HIDL libs
...
and cleanup sdm710.mk
Change-Id: If8e2211e643bdb0ff67fb248e7fe33b78077a06e
2021-08-16 21:55:23 +02:00
Robert Shih
d5172c8756
sdm710-common: Enable v1.3 drm plugins
...
Bug: 139134043
Test: MediaDrmTest
Change-Id: Iacab99903846ef5d63e7535f163190a9bd476f79
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-08-16 21:55:23 +02:00
Chenyang Zhong
3cacb8f7b0
sdm710-common: clean up display stack
...
libdisplayconfig was replaced by libdisplayconfig.qti on R. While
we are at it, build vendor.disiplay.config@1.0.vendor as well so
that QSEECOMD is happy.
E QSEECOMD: : Init dlopen(libsecureui.so, RLTD_NOW) is failed.... dlopen failed: library "vendor.display.config@1.0.so" not found: needed by /vendor/lib64/libsecureui.so in namespace (default)
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-08-16 21:55:23 +02:00
David Ng
08f71ce1db
sdm710-common: Add common config.fs AID/fs configuration file
...
Common config.fs/$TARGET_FS_CONFIG_GEN AID/fs configuration
file for all chipset inheriting from base.mk.
Since legacy device-specific android_filesystem_config.h and
config.fs do not co-exist, temporarily include config.fs only
if legacy file is absent. Once all legacy, device-specific
files have been deleted, config.fs can be made unconditional.
Change-Id: Ie100d0cd9db808b82d99be7139f0709390c7f3a2
2021-08-16 21:55:23 +02:00
Giammarco Senatore
3bb90fc389
sdm710-common: Update permissions from xiaomi-sdm845
2021-08-16 21:55:22 +02:00
Yan Wang
9586b17baa
sdm710-common: iorap: Turn pinner on for camera
...
Bug: 157667363
Test: Check the pinner in dumpsys
Change-Id: I6313e4c7a0ad0e8236390d773f29b2109a82c615
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-08-16 21:55:22 +02:00
jjpprrrr
c34f2ca228
sdm710-common: Pack libwfdaac_vendor for WFD
...
move WifiOverlay to wifi
Change-Id: I828918c42e1eb2963829d62a9dbeee83e2f0e600
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-08-14 14:38:22 +02:00
Henrique Pereira
65cb7a78e4
sdm710-common: Split system properties from vendor
2021-08-02 11:57:36 +02:00
Kra1o5
02b355647f
sdm710-common: Define display features via property
...
Android 10 deprecates the ConfigStore HAL as we can see here:
https://source.android.com/devices/architecture/configuration
Signed-off-by: Mesquita <mickaelmendes50@gmail.com>
Change-Id: Ia9d862190e0da544096023b28f18323c58352546
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-08-02 11:57:26 +02:00
Giammarco Senatore
f6f497c743
sdm710-common: Initial commonized tree
...
* minor cleanup in overlay and init rc
* drop dolby
2021-07-25 21:56:17 +02:00
SamarV-121
9e97efcf3a
Convert to kunlun2
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-11 18:58:30 +05:30
SamarV-121
25560d6348
sdm710-common: Bring back qti-telephony-common.jar
...
This reverts commit 715148fe2f
.
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-10 11:56:28 +00:00
SamarV-121
6b8ab2e503
Revert "sdm710-common: Introduce 'SafailNet'"
...
This reverts commit 46d5e09e1c
.
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-07 20:24:04 +00:00
SamarV-121
d07301de0a
sdm710-common: Import QTI Power HAL from Lineage
...
* 0db671a262
* https://github.com/LineageOS/android_hardware_lineage_interfaces/tree/lineage-17.1/power/1.0
* rootdir: Disable vendor.power-hal-1-0
* sepolicy: Lable android.hardware.power@1.2-service-qti
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-30 18:37:36 +05:30
Jake Weinstein
eb7a690439
sdm710-common: Enable UXE,IOP in perfconfigstore
...
Matches stock Qualcomm configuration and improves performance.
OnePlus disables this because of their framework features, which
we do not have.
Change-Id: I2b6e8c9ed59415bc7841bf244bd3dd9b5633088c
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-30 18:37:36 +05:30
SamarV-121
d5cb550169
sdm710-common: Enable QCOM Boost Framework
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-30 18:37:36 +05:30
SamarV-121
4364207455
sdm710-common: Remove lineage trust HAL
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-30 18:37:36 +05:30
SamarV-121
5338993f41
sdm710-common: Rearrange overlays
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-30 18:37:36 +05:30
SamarV-121
e333f84600
sdm710-common: Compile libvulkan & vendor.display.config@1.0
...
* were removed in c4eef6e
;__;
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-20 17:42:40 +05:30
luk1337
78c5637be5
sdm710-common: Start using vendor_overlay
...
* This lets us override files in /vendor without
relying on bind mounts ^.^
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-17 11:25:54 +05:30
SamarV-121
d1373bf796
Revert "sdm710-common: Remove FM radio for now"
...
This reverts commit b72df23f96
.
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-15 12:07:13 +05:30
SamarV-121
ade6973eb0
sdm710-common: Import WFD blobs
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-15 12:01:00 +05:30
SamarV-121
2ba075de31
sdm710-common: Import doze from xiaomi_sdm845-common
...
* 65f0dd1a73/parts
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-14 11:26:11 +05:30
SamarV-121
d0f96fa3da
Revert "sdm710-common: Nuke custom power HAL"
...
This reverts commit 050ba7b364
.
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-13 19:13:36 +05:30
SamarV-121
edc5bfe69b
sdm710-common: Import and bind mount stock manifest
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 21:31:49 +05:30
SamarV-121
82bbf4d638
sdm710-common: usb: Convert to realme_sdm710 targets
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:13:54 +05:30
Ethan Chen
74b1e7f2ef
sdm710-common: Add basic USB HAL that reports no status change
...
Change-Id: I38bfe869f9b1b66db0e13249f65e438878d06eff
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:13:54 +05:30
SamarV-121
6cfd619964
Revert "sdm710-common: Build libldacBT_dec"
...
This reverts commit c3085e77c9
.
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:13:54 +05:30
SamarV-121
100eead59b
sdm710-common: Move system props to product
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:11:21 +05:30
SamarV-121
d0a4a684fe
sdm710-common: Remove bind mounted fstab
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:10:44 +05:30
SamarV-121
b72df23f96
sdm710-common: Remove FM radio for now
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:10:44 +05:30
Suresh Koleti
32eb30b631
sdm710-common: IMS: decouple ims-ext-common from boot jars
...
-- Include ims_ext_common permission xml.
Change-Id: Ide3ecae57cc1909180c8d8f323aa31620e900888
CRs-Fixed: 2373721
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:07:09 +05:30
SamarV-121
2035afc714
Revert "sdm710-common: Create system copy of ims-ext-common and add to classpath"
...
This reverts commit aeacc5af5f
.
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:07:09 +05:30
Sumit Das
e3348f0c1b
sdm710-common: FR53248:Android Q::Remove hidden API references in ims.apk
...
Add telephony-qti-utils libarary to product packages
Change-Id: Ie8651ebadc246c21bd5eb69ef060fe32d8f5f7c8
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:07:09 +05:30
Wileen Chiu
66f5d9aeeb
sdm710-common: Add support for telephony hidl wrapper
...
Change-Id: I4e248bb6de482d503e672d284189b24cafac8d20
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:07:09 +05:30
SamarV-121
715148fe2f
sdm710-common: Remove unused qti-telephony-common
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:07:09 +05:30
SamarV-121
6cdd6f4cda
[DNM]sdm710-common: Remove WfdCommon from bootjar
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:02:31 +05:30
SamarV-121
45e639bc56
sdm710-common: Remove QTI configs
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:02:31 +05:30
SamarV-121
a75d676746
sdm710-common: Nuke BluetoothResCommon
...
* Not needed on Q vendor
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:02:31 +05:30
SamarV-121
050ba7b364
sdm710-common: Nuke custom power HAL
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-03-12 20:02:31 +05:30
Dyneteve
2d65b1b813
sdm710-common: Add NexusLauncherRelease to PRODUCT_DEXPREOPT_SPEED_APPS
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:23:49 +05:30
razorloves
afa3ecdb8a
sdm710-common: Dexpreopt speed compile SystemUI instead of SystemUIGoogle
...
Change-Id: I3331f8e65898f8696953b2602b9ad963f7e4313d
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:23:08 +05:30
Wei Wang
459ee400ea
sdm710-common: add SysUI to PRODUCT_DEXPREOPT_SPEED_APPS
...
Test: Build
Change-Id: I088938462b389e1ebe783997f773dc5946345666
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:22:49 +05:30
SamarV-121
be7ee5f68d
Revert "Revert "sdm710-common: Add updatable_apex.mk""
...
This reverts commit e5290ac1ee
.
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:12:03 +05:30
SamarV-121
082d309c9c
sdm710-common: Import and bind mount stock WCNSS_qcom_cfg.ini
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:12:02 +05:30
SamarV-121
f690e6750d
sdm710-common: Remove unwanted android.hidl.manager@1.0
...
* We only need android.hidl.base@1.0 for libwfdnative & libfm-hci
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:12:01 +05:30
SamarV-121
9159fe7438
sdm710-common: Import stock media_profiles_vendor config
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:12:00 +05:30
SamarV-121
7c623fb40e
sdm710-common: Nuke doze
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:11:59 +05:30
SamarV-121
c3085e77c9
sdm710-common: Build libldacBT_dec
...
E a2dp_vendor_ldac_decoder: A2DP_VendorLoadDecoderLdac: cannot open LDAC decoder library libldacBT_dec.so: dlopen failed: library "libldacBT_dec.so" not found
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:11:58 +05:30
dianlujitao
af6474d8d8
sdm710-common: Build dummy android.hidl.[base,manager]@1.0
...
Change-Id: I81a081130869c4d92f30b2674e75bb6b096a7a2c
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:11:58 +05:30
jhenrique09
950d8c5706
sdm710-common: Migrate live wallpaper package
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:11:57 +05:30
jhenrique09
50b8f038b3
sdm710-common: Switch to pixel 4 live wallpapers
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:11:57 +05:30
jhenrique09
46d5e09e1c
sdm710-common: Introduce 'SafailNet'
...
Bypass safetynet even if we have permissive selinux
Change-Id: Ib44cdbd15b53af3a1768cb0912f2dbcc56a8d97e
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-02-14 09:11:20 +05:30
theimpulson
51751c88eb
sdm710-common: Build FM2
...
Change-Id: I8623cc4662b9dfcd59a52a87f365e679968b19bb
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-12-26 17:57:13 +00:00
SamarV-121
b629214af6
sdm710-common: Bind mount fstab.qcom
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-12-22 09:05:04 +00:00
SamarV-121
def5e5332f
sdm710-common: Readd Snap camera
...
*with camera api v2 support
* Enable Camera API V2 by default too
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-12-21 10:22:17 +00:00
SamarV-121
cb71f930d5
sdm710-common: Build doze
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-12-21 10:15:10 +00:00
SamarV-121
e5290ac1ee
Revert "sdm710-common: Add updatable_apex.mk"
...
This reverts commit 9414a0fa4e
.
2019-12-17 06:31:42 +00:00
SamarV-121
88d8016fd0
sdm710-common: Build libnl
...
* Add WfdCommon to bootjars
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-12-17 06:25:25 +00:00
SamarV-121
c4eef6e799
sdm710-common: Cleanup useless flags and packages
...
* Do not enable hal3 by default
* Remove snap too
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-12-17 06:25:15 +00:00
Luca Stefani
ea2559bd96
sdm710-common: Build only 64bit power hal
...
Change-Id: I3dd347b6fa66bbb82224adf9081d1512920263da
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-12-01 12:56:07 +00:00
Bruno Martins
311ead102a
sdm710-common: Import QCOM power HAL
...
Change-Id: Ia4fe5dd8e0240955b7d2199e3e1d6743138b511d
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-12-01 12:52:29 +00:00
SamarV-121
767781bf36
DNM
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-11-30 09:55:11 +00:00
Ethan Chen
9e69d97cd2
sdm710-common: Remove dead RCS packages
...
Change-Id: Ie2c03fa11cb08c7ab900d7b666981d592aba19c7
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-11-30 09:09:10 +00:00
SamarV-121
08575fecb0
sdm710-common: Disable doze for now
...
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-11-28 14:56:17 +00:00
LuK1337
9dcd79999e
sdm710-common: Copy up to date handheld_core_hardware to system
...
* Vendor one is outdated and therefore we lose stuff
like secure lockscreen...
Change-Id: I458867b3b322ad754b78877209b7f4d8fb78eb38
2019-11-28 14:54:19 +00:00
dianlujitao
aeacc5af5f
sdm710-common: Create system copy of ims-ext-common and add to classpath
...
* Our ims.apk doesn't load ims-ext-common.jar, and it's moved to /product
on 10 where PRODUCT_BOOT_JARS doesn't work.
* Create a system copy of the jar and add it to boot classpath to make
it loadable from the apk without extra work,
Change-Id: Ia530a530bd4469e12500410fc5e8ba393de60b18
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-10-12 09:48:23 +00:00
Brad Ebinger
638cd12002
sdm710-common: Enable FEATURE_TELEPHONY_IMS for these devices
...
Bug: 118823723
Test: checkbuild
Merged-In: I69fd98160e852b371331a7bc169c7c97dd37f011
Change-Id: I69fd98160e852b371331a7bc169c7c97dd37f011
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2019-10-12 09:47:26 +00:00