- Sep 29, 2022
-
-
* Dependencies of it as well to avoid potential issues. * `Abort message: 'incStrongRequireStrong() called on 0x7586a3a1c0 which isn't already owned'` Change-Id: Ibca93bc356b81e205c77df5992b2ae1ded9bb83b
-
- Sep 28, 2022
-
-
Change-Id: I310c1ffc581b72653783d1093d9e7ebde544bb16
-
Change-Id: I2c90efac01e61500eb1be23bb0ae6f96c2acdc53
-
Same values go to: - power profile xml for power calculation - vendor props for the A13 BT stack Change-Id: I04dbb8736a599c4798223f7e3e317b2fcc873ded
-
Change-Id: I1f0fa0fb4de456619df6cb28c99c6b53d524afba
-
* Fixes flashall in fastbootd Change-Id: Iae2f33113317cfaadeff7a3610463880077c35e0
-
- Sep 26, 2022
-
-
Nolen Johnson authored
* Nothing resigned is left. Change-Id: I2c6c86edb1af07eb1aa9dfc8b864028fe6c9f06d
-
- Mar 18, 2022
-
-
Change-Id: Iee726d7d95d2bc4abb14fcfdffc55a04aca6e1cc
-
- Mar 16, 2022
-
-
Nolen Johnson authored
Change-Id: Ic9b785895635c72f34cdf1d09f86b26521c9fa7e
-
Jeferson Rodrigo de Oliveira authored
Change-Id: I23248cb7725b7c8db38831d1822f9351c2d20b6a
-
- Mar 14, 2022
-
-
Since JNI libs were separated from APK file, there is no need for Android.mk anymore. Signed-off-by:
Ihor Ivanov <toulmee@gmail.com> Change-Id: I79bb1ff4a7f033cd7611c12503db03acf749f67c
-
Nolen Johnson authored
* Possible as of https://review.lineageos.org/c/LineageOS/android_tools_extract-utils/+/314698. Change-Id: I88808f7ab795099dc0ea1e80992d7c68aaa90167
-
Nolen Johnson authored
* Already hand-writing Android.mk, so why not. Change-Id: I0bd7b31968ba074b50d88a8abaca8bac07f6b034
-
Remove JNI libraries from APK and put them under /system/priv-app/MotCamera2/lib in order to reduce size of MotCamera2.apk. Signed-off-by:
Ihor Ivanov <toulmee@gmail.com> Change-Id: I54bda3fe7bfce1c34ad87aec6c51510716fd7ef3
-
Change-Id: Id236587002cdfbbb3468e470a13dee9002f2b348
-
Change-Id: I333df834477c5fc4040f34a551d635bdcd7e9ec1
-
Change-Id: I31d78a8b8c1361957bc427b1322253076096f3bb
-
This ensures that mods_app has the proper permission to access /data/user_de/0/com.motorola.modservice/ Signed-off-by:
Chenyang Zhong <zhongcy95@gmail.com> Change-Id: Ie8caef2171dcdc02f160d0de545906e21085547c
-
We are restoring the old behavior of BOARD_PLAT_*_SEPOLICY_DIR that extends system sepolicy. To that end, we use another make variable to specify product sepolicy. Bug: 119305624 Test: m selinux_policy Change-Id: I67636b7aaff2bd5ae5309981f9fa2f8ce51edf6f
-
- Dec 31, 2021
-
-
* Only exposed via mods, but official Qi nonetheless. Change-Id: Iba6a8b357779a3bb2134f2fc0878819339615239
-
- Aug 01, 2021
-
-
Bug: 130433003 Test: TreeHugger Change-Id: I70c7a884df45781e8b14339edd02985ba3de02fd
-
Bug: 118823052 Test: make Change-Id: I579d09480c7a482543ea616dd5c493d825bb98b1
-
* lineage vendor uses PRODUCT_DEVICE instead Change-Id: I3f47524713965a2658ac1f738e91e2136680028a
-
- Apr 12, 2021
-
-
Nolen Johnson authored
Change-Id: I2cb9aba5f858c845399aa80afdbbf97edfd801dd
-
* There is zero reason to ever build without blobs. We've even seen this situation with official builds from our servers. It's always better for a build to fail than it is for it to produce something that has no chance at working. Change-Id: I4968795670c91f691e9ecdc0e4af62e16ba3a93a
-
- Apr 04, 2021
-
-
Joshua Blanchard authored
- Fluence props were decommonized. Change-Id: I950b03206adcefbf4a60e4effcaef385cc6029ad
-
Joshua Blanchard authored
- IMotHealth is labeled in device/lineage/sepolicy now Change-Id: If70b06efe95a39506b108406a0fde3167bf18eaf
-
Joshua Blanchard authored
- Common tree already builds and includes libmemset_shim as part of common charge_only_mode, however we ship our own from beckham stock as it has dependencies on libmodmanager for battery mods support with off mode charging. Change-Id: I63ec90c600bdd52e66847267645e09a1bb6fb20f
-
Joshua Blanchard authored
- No longer exists/needed as the power menu is centered in R Change-Id: I22fa79c71b9b5f5563433beb5f1f65afe6f62a52
-
Joshua Blanchard authored
- Only set "rounded_corner_radius" being that the values for _top/_bottom are identical. Change-Id: Id8b9025138d184bdf728b019c47d68f3ef267ec7
-
Joshua Blanchard authored
Change-Id: Ieddb2fd1cfe4037afd01e76e3f07a0fd2380087b
-
Joshua Blanchard authored
- Otherwise these are ignored and ProjectorMod fails to start with background intent not allowed errors, leading to it eventually crashing modservice. Change-Id: Ia11f0c76ff1261628a01dd9bcd473236afbf18e1
-
Joshua Blanchard authored
- Add ap_gain{_mmul}.bin for libmmieffectswrapper - Drop camera firmwares beckham doesn't use. The one we kept is the only one that get loaded and used. - Logs complain hard for a moment about opalum and capsense firnware. Stock apparently hides these in system, so move them to vendor. Change-Id: I680a31aab566591460ff8efefb52f8b8235c818a
-
Joshua Blanchard authored
Change-Id: I92602106ed69b5e870e280237efa51063fe53cb6
-
Change-Id: I3dd0a1534ab6f345da696ecfb625a5e09530b7d6
-
- To pull this off using common tree setup, we create a custom function in target device tree that achieves the desired result and then call that function during vendor makefile generation. Original commit description: "I hate this as much as any of you, but Android.bp has no native way to tell the build system to literally just copy the APK without messing unnecessarily with JNI dependencies." Signed-off-by:
Joshua Blanchard <joshua.lee.bbg@gmail.com> Change-Id: I5efd9534fc3721061e249e2a5545a14e707538d2
-
Joshua Blanchard authored
Change-Id: I01afda4e67f91f0c21858ec617655a30203e1ed7
-
- Adapted for beckham's needs. Change-Id: I48803eeb72499fe8459805f6ef80ef5f868f431e
-
- Apr 03, 2021
-
-
Change-Id: Id94956fbfd9695f398fd0580548aa17e9d0d126b
-
Change-Id: I0c56c8dfaf76eb133883946caceb2fec7baa37e7
-