Skip to content
Snippets Groups Projects
  1. Oct 12, 2018
  2. Oct 03, 2018
  3. Aug 16, 2018
    • android-build-team Robot's avatar
      Merge cherrypicks of [4793640, 4793602, 4793603, 4793660, 4793604, 4793680,... · c9602275
      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
      c9602275
    • Greg Kaiser's avatar
      Revert "Support Speck encryption." · d8e76e1e
      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)
      d8e76e1e
  4. Jun 21, 2018
    • android-build-team Robot's avatar
    • Doheon Lee's avatar
      Determine product partition path on build time · 9e9970d7
      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)
      9e9970d7
    • Inseob Kim's avatar
      Add /system/product/* paths to permitted paths · 987e94eb
      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)
      987e94eb
  5. Jun 18, 2018
    • android-build-team Robot's avatar
      Merge cherrypicks of [4368877, 4369031, 4369032, 4369033, 4369034, 4368878,... · 68078ca2
      android-build-team Robot authored
      Merge cherrypicks of [4368877, 4369031, 4369032, 4369033, 4369034, 4368878, 4369035, 4369036, 4369008] into pi-release
      
      Change-Id: I05769d63a54c76d20b8724dce36b30e54cba9be6
      68078ca2
    • Hridya Valsaraju's avatar
      Populate recovery DTBO offset correctly · c1cc7eca
      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)
      c1cc7eca
    • Hridya Valsaraju's avatar
      Correct comment in boot image header · 59ef43ef
      Hridya Valsaraju authored
      Test: make
      Bug: 80207223
      Change-Id: I88cf7683e036ff43bbe3ff5418519c7e35e08b79
      Merged-In: I88cf7683e036ff43bbe3ff5418519c7e35e08b79
      (cherry picked from commit d0ab4e37)
      (cherry picked from commit f514f6f66aba10f2668481a4d643c7983a0ea93a)
      59ef43ef
  6. Jun 07, 2018
  7. Jun 06, 2018
  8. Jun 05, 2018
  9. Jun 03, 2018
  10. Jun 01, 2018
  11. May 31, 2018
    • Yin-Chia Yeh's avatar
      Camera: add DISABLE error code · c5c84baa
      Yin-Chia Yeh authored
      Test: CTS CameraEvictionTest + IdleUidTest
      Bug: 77486868
      Change-Id: I1411d6667776963435ce25bd643a33c41d224921
      c5c84baa
    • Inseob Kim's avatar
      Support product-specific libraries · e5c2de35
      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)
      e5c2de35
  12. May 27, 2018
  13. May 24, 2018
Loading