| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
|
| |
Default to false if the property is not set.
Device init scripts will need to be adapted to restart
loc_launcher service when property change is detected.
Change-Id: Icbda789cd2a9a3391f437af2c07fc5127f2f09ab
|
|
|
|
|
|
|
| |
Almost all warnings/errors have been fixed.
Ignore undefined bool conversion error on purpose.
Change-Id: I00cb5f38711fa9f873da030fc6a0ebc6cde3ceeb
|
|
|
|
|
|
| |
/sys/devices/soc0/serial_number
Change-Id: I688347cfe59f56e4de2e4bf3c3324ca465f7a897
|
|
|
|
| |
Change-Id: Ifeef160d74ef92363780554caf696920e8e6aaa0
|
|
|
|
|
|
|
| |
* For some reason this was wrong, which got the file to be deleted
while extracting blobs
Change-Id: I5506f7367e95d2dc93deb9763c91ea3d69dc8600
|
|
|
|
|
| |
Change-Id: I971373b5c57b8591b1bf676849cc511f8a425023
(cherry picked from commit d52231052828d4390d630681d651874ffb50388b)
|
|
|
|
|
|
|
|
| |
* z2_plus and z2_row have the same value, so commonize them
Also move them to properties.
Change-Id: I126f5d1b6f470554c725704f3b91a8f75b3eba89
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
| |
Change-Id: Ic3569b93b6e957cc13b96486e3474f445b13cde0
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
| |
Change-Id: I0efa9f044056d16418bc08d53390f9b3ea4ac20e
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
| |
Change-Id: Ie4143c300287575a18d5da038aa6b4d13ec85b42
|
|
|
|
|
|
|
| |
The protobuf vendorcompat libs are built now.
Change-Id: I8eeec1203b05341bfd4b808f72e55e4f90e33f1e
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Our blobs are compiled against libprotobuf-full-cpp.so, but
starting in R, Android is using a versioned naming approach,
e.g. libprotobuf-cpp-full-3.9.1.so.
See https://r.android.com/1109518
The entry in public.libraries.txt is needed to allow the
linker to find and use the lib outside the VNDK.
See https://source.android.com/devices/tech/config/namespaces_libraries
[wight554: added libprotobuf-cpp-lite as well]
Signed-off-by: Volodymyr Zhdanov <wight554@gmail.com>
Change-Id: I28222c89e1e07017867088492a726ee9d45d8e6f
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* RenderScript is deprecated on newer platforms and
is being officially replaced.
* On April 19, 2021, Google announced that RenderScript
will be deprecated in Android 12, and recommended
porting existing code to Vulkan.
https://android-developers.googleblog.com/2021/04/android-gpu-compute-going-forward.html
Change-Id: I19460ef266a646b046f1e7d2f0b4eab7c48ae536
|
|
|
|
|
|
|
| |
* The APK is prepared to not run as system user
* Adjust /persist/alarm/data permissions accordingly
Change-Id: Ie24ccb3749d1dda2deb670cdb531e35d153034ed
|
|
|
|
|
|
| |
* Only matters when it differs from the device OEM.
Change-Id: Id9af8263cb42dc7a0e3a9ce8677385e224910302
|
|
|
|
|
|
|
| |
* Not used anywhere relevant anymore, considering
we're not using CAF's fork of WPA supplicant.
Change-Id: I409e5897f1eec08209a747b0f7f2adbf9960b163
|
|
|
|
|
|
|
| |
* Everything is working well
Change-Id: Ie6aa9ca4559e452a0db645cbb4653b010f06518b
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
|
| |
This was missed in commit c3addf90f0193651e6e8ac9cf3698050ca421855.
Change-Id: I8a130456021da1532279c3f0ac0ca0110e68b9b4
|
|
|
|
|
|
|
|
|
|
| |
* BOARD_HAS_QCOM_WLAN_SDK - Deprecated.
* MAX_EGL_CACHE_KEY_SIZE - Not used anywhere.
* MAX_EGL_CACHE_SIZE - Not used anywhere.
* USE_OPENGL_RENDERER - Not used in any repos we build
(msm8960 display HAL leftover).
Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89
|
|
|
|
|
|
| |
* This is defined nowhere in tree.
Change-Id: Ib82c10b46489af30c06dbe26b4aa73fd1fb15fc6
|
|
|
|
| |
Change-Id: Ia6f802a042f641d0b879f1939164f126269137ed
|
|
|
|
| |
Change-Id: Ia60c1a9fc560858e774fd7cd5379e821f4e1746f
|
|
|
|
|
|
| |
TARGET_KERNEL_ARCH is a no-op unless it is different from TARGET_ARCH.
Change-Id: If36d5adc3296b76d5efb21da0e196f0b005ae784
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove various variables related to where kernel and ramdisk are loaded
by the bootloader. There are two reasons for this:
1. The B1C1 bootloader ignores all the offset values for kernel, ramdisk
and tags. The default B1C1 memory layout has been designed to accomodate
a larger KASAN kernel.
2. The variables BOARD_KERNEL_TAGS_OFFSET and BOARD_RAMDISK_OFFSET are
ignored by the Android build system (unless they are copied into the
BOARD_MKBOOTIMG_ARGS variable). This is in contrast to the variables
BOARD_KERNEL_BASE, BOARD_KERNEL_PAGESIZE and BOARD_MKBOOTIMG_ARGS which
are referenced by build/make/core/Makefile
Bug: 117832711
Change-Id: I3404a4e084ed063d51077a3a80229854362c768b
|
|
|
|
|
|
| |
The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed
Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f
|
|
|
|
|
|
| |
* https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/317421
Change-Id: Ifdcd8694cc2ad7844d2b096dfe805f00c25cf821
|
|
|
|
|
|
|
| |
Change I2dcaafc3c3f687f76ab6bc38af979c8b43346db0 moved default ueventd
location.
Change-Id: Ia1e11c07738d8195899ab870c779cf48c4b5ca91
|
|
|
|
|
|
|
|
|
| |
* This yields significantly reduced jitter and doesn't have any measurable
impact on latency.
* Also remove the SF offset to avoid regressions
Change-Id: Ic370750b78db0a0734951975dc1fdea98eb38157
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The default camera app can be *huge* in some cases, e.g. when the app in
question is Google Camera. The system will only pin up to the first 80
MiB of the APK file, as well as the first 80 MiB of its odex. There are
several problems with this:
- We could easily end up with 160 MiB of camera app files pinned,
which is a tall order with the 4 GiB of usable RAM that we have
- The data that gets pinned may not even be the most critical data for
launching the camera
Let's disable pinning of the camera app to save RAM.
Change-Id: I745e39b6ff212dfaf9213517d2a2be8ff7384e24
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
|
|
| |
Mounting debugfs is no longer allowed in android S from rc scripts.
Change-Id: I06cc05b7578b204c7cc25b19571be029dab1cf9d
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
|
|
| |
This is copied in vendor/lineage/config/common.mk
Change-Id: Ida45932cdf0505e7295a4af5128d73ac03b34d3e
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
|
|
| |
* Built by default
Change-Id: Id6666535bb8d0b84d2d0a8d19411fafa49df3d68
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
|
|
| |
* It's built by default if vndk is set to current
Change-Id: I2a00446046bafe265e5ac894656abc72514319d8
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
| |
Change-Id: Ifb145fbeef8146bb7246d49792ce3419065b6c92
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
| |
Change-Id: I40a14bce12ee4725af17a3e8fbc05143e5577f8e
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
|
|
| |
These syscalls are now allowed by default.
Change-Id: I405f609d030331e19031612cbd912a54a3c72339
Signed-off-by: Nanhumly <admin@warbler.cc>
|
|
|
|
|
|
|
|
| |
ro.charger.disable_init_blank
Test: charger mode
Bug: 124118169
Change-Id: I3825d08e38d677bd7154879609857de302348b6f
|
|
|
|
|
|
|
| |
Since Android 10 that this is already done while inheriting from
full_base_telephony.mk.
Change-Id: If533fbf95a9cf9798ddba24955a624d26f550d62
|
|
|
|
|
|
| |
* Yet another disablement we need, to have bluetooth working properly on A13 (QPR2)
Change-Id: Id3889d6310bac6d417ff2871d5e4a8c513e77354
|
|
|
|
|
|
|
| |
* This tool can be built manually for debugging cases,
there is no need to ship it in production
Change-Id: I9ab8b076b4bede70c368c198960ceabc68dad65b
|
|
|
|
|
|
| |
In order to fix incoming calls.
Change-Id: Id474622f3e08b88f1d099e3d6507fd1d84de4d88
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Test: m
Bug: 203490261
Change-Id: I4b8ac40d5ad410b89eb6a0573d740d86471ecfc7
Merged-In: I4b8ac40d5ad410b89eb6a0573d740d86471ecfc7
|
|
|
|
| |
Change-Id: I921aca1d239ca9a6a464f31b5d7a596df60d6326
|
|
|
|
| |
Change-Id: I4d12752ae5fb2829d6612647c8740c84967f5434
|
|
|
|
| |
Change-Id: Ia7eb4f98773737f8fce41f3152ebad6502cc3b7c
|
|
|
|
| |
Change-Id: Ibdd2bbbc7b7d46d73a237b5fc9f3a9c96650ef90
|
|
|
|
| |
Change-Id: I339c35b09c0efdc3ea9f06193844e711f58e1087
|
|
|
|
| |
Change-Id: I4ab9183c90cd5d294c7710c9c16d8109eecc827b
|
|
|
|
| |
Change-Id: I4e92806ce0f3e8ae83365696cfba90c7a96ac9d2
|