- Oct 12, 2018
-
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
- Oct 03, 2018
-
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
This reverts commit 517ec6b4e671c1f04205534287f8c9036d087838.
-
Tomeu Vizoso authored
-
Tomeu Vizoso authored
Change-Id: I655f76c7888f41bbd992b39e93f95995cb501d22
-
Tomeu Vizoso authored
Change-Id: Ib2b329dd734191cb8fb7c9ca89d353896f4eb1c2
-
Tomeu Vizoso authored
Change-Id: I19e73d75e150f4d20c5eb2b27b45fbf59d236214
-
Tomeu Vizoso authored
Change-Id: I008f4d952ff0743f2172ec138c41fa9b98a99743
-
Tomeu Vizoso authored
Change-Id: Ia5ac7e55ad4158f91019914dd565cf16a7b46b8d
-
Tomeu Vizoso authored
Change-Id: I034d4253b0ec19483ac4b25ec22f6b42501ccf9b
-
Tomeu Vizoso authored
Change-Id: Ice851320b3c09d7d59a47b106533a3d8f43e4cc4
-
Tomeu Vizoso authored
Change-Id: I9678f13976c5c453ed569e264670f3572ca57163
-
- Aug 16, 2018
-
-
android-build-team Robot authored
Merge cherrypicks of [4793640, 4793602, 4793603, 4793660, 4793604, 4793680, 4793681, 4793581, 4793582, 4793625, 4793626, 4793627, 4793628, 4793700, 4793701, 4793702, 4793703, 4793704, 4793705, 4793661, 4793720, 4793721, 4793722, 4793723, 4793724, 4793725, 4793726, 4793727, 4793728, 4793583, 4793740, 4793760, 4793662, 4793780, 4793729] into pi-release-2 Change-Id: Ia75958a7ea990a00967dbc876fcd5fdd0339fb85
-
Greg Kaiser authored
This reverts commit 49c27c5c. Remove the Speck encryption support. It was eventually decided not to allow Speck in Android P, so this code is no longer needed and wasn't used outside of testing. Bug: 112009351 Test: Confirmed AES continues to work with FBE. Change-Id: Ia5458143be5687fff8d541d8fa2c8ee24a369da4 (cherry picked from commit 270e90f033dd412206697e3a27aee76c24038c33)
-
- Jun 21, 2018
-
-
android-build-team Robot authored
Change-Id: I82b5577e2ecdbf50a73df940db72964b9c6969af
-
Doheon Lee authored
Path of product partitoin can be set as /product or /system/product whether generate extra product partition or not. Substitute %PRODUCT% to relevant path to know linker which path should search and permit. Bug: 110286945 Test: m -j # Check /system/etc/ld.config.$(PLATFORM_VNDK_VERSION).txt Change-Id: I6ca177d0c9c5af00ad821879fece40848331fc8d Merged-In: I6ca177d0c9c5af00ad821879fece40848331fc8d (cherry picked from commit cccad0bf) (cherry picked from commit 93d837f3a90acec007647f21ed4573f044fa6f1e)
-
Inseob Kim authored
As linker doesn't resolve paths in permitted paths, /system/product variants should be added to support devices having product partition under /system. Bug: 110286945 Test: m -j succeeds on taimen and libraries under /system can dlopen libraries under /system/product/apps Change-Id: Icd102d44511702e4ec66c07a367b59c3d9700a44 Merged-In: Icd102d44511702e4ec66c07a367b59c3d9700a44 (cherry picked from commit 3918936b) (cherry picked from commit c4cf62f4b4e9186a897e943b2419fb9a13739c1b)
-
- Jun 18, 2018
-
-
android-build-team Robot authored
Merge cherrypicks of [4368877, 4369031, 4369032, 4369033, 4369034, 4368878, 4369035, 4369036, 4369008] into pi-release Change-Id: I05769d63a54c76d20b8724dce36b30e54cba9be6
-
Hridya Valsaraju authored
Also, remove recovery_dtbo_offset argument for mkbootimg as this is calculated based on sizes of kernel, ramdisk and second binaries. Also, modify unpack_bootimg to use the recovery_dtbo_offset field to extract recovery_dtbo. Test: make recoveryimage showcommands -j32 Bug: 80207223 unpack_bootimg --boot_img $OUT/recovery.img diff recovery_dtbo dtbo.img Change-Id: I588ccc8b739c169b6f78c17ffe554c5562397d98 Merged-In: I588ccc8b739c169b6f78c17ffe554c5562397d98 (cherry picked from commit 26e01bbd) (cherry picked from commit b8371d532d6cd1314954c2d3e9b8a79d3d70e7c7)
-
Hridya Valsaraju authored
Test: make Bug: 80207223 Change-Id: I88cf7683e036ff43bbe3ff5418519c7e35e08b79 Merged-In: I88cf7683e036ff43bbe3ff5418519c7e35e08b79 (cherry picked from commit d0ab4e37) (cherry picked from commit f514f6f66aba10f2668481a4d643c7983a0ea93a)
-
- Jun 07, 2018
-
-
android-build-team Robot authored
Change-Id: Ifbb0531108a6292880957b7f4a4a5225926e32c6
-
- Jun 06, 2018
-
-
TreeHugger Robot authored
-
android-build-team Robot authored
Change-Id: I0f4785f6e473990eb636cea655c7d1c78022de93
-
- Jun 05, 2018
-
-
Mark Salyzyn authored
On svelte devices, CTS test liblog#android_logger_get_ fails on the missing kernel buffer because it is not enabled to save space. Test: gTest liblog_unit_tests Bug: 109669791 Change-Id: Iaf46fe9713d3462a56885515a67db640544345ab
-
- Jun 03, 2018
-
-
android-build-team Robot authored
Change-Id: Idc9af3a531d434302036e2d1d61e172bd9a7849d
-
- Jun 01, 2018
-
-
Inseob Kim authored
Bug: 80422611 Test: m -j succeeded and permissions of files under /product/bin are set correctly Change-Id: I83377d809c47c92da6b226d2853ea6a7462fb127 Merged-In: I83377d809c47c92da6b226d2853ea6a7462fb127 (cherry picked from commit 25195daa)
-
TreeHugger Robot authored
-
- May 31, 2018
-
-
Yin-Chia Yeh authored
Test: CTS CameraEvictionTest + IdleUidTest Bug: 77486868 Change-Id: I1411d6667776963435ce25bd643a33c41d224921
-
Inseob Kim authored
Product-specific libraries in /product/lib can be exposed to Android apps by adding the list of the libs into /product/etc/public.libraries-<companyname>.txt. The libs MUST be named as lib<name>.<companyname>.so. Bug: 73095206 Test: with taimen mma -j and runtest.sh. The libs are all loaded in system, but not in vendor. After reinstalling app using adb -r and reopening app, only libraries listed in .txt are loaded Change-Id: I7c386813c72a7b225a7f244b6c5fec4ac0660fd3 Merged-In: I7c386813c72a7b225a7f244b6c5fec4ac0660fd3 (cherry picked from commit 67cb0565)
-
- May 27, 2018
-
-
android-build-team Robot authored
Change-Id: Ie984edd49d1535bd3fc0686a3b6144b2659b25a9
-
- May 24, 2018
-
-
android-build-team Robot authored
Change-Id: I33f4e3cdd7a211df7432408c810cf3194112db93
-
TreeHugger Robot authored
-