Skip to content
Snippets Groups Projects
  1. Mar 05, 2020
    • P.Adarsh Reddy's avatar
      Add default fastboot HAL implementation. · b1df20bd
      P.Adarsh Reddy authored
      Default AOSP implementation of fastbootd needs
      fastboot HAL for few fastboot commands (like "getvar partition-type").
      This change adds the default implementation of fastboot HAL.
      
      Change-Id: Ib2f5af2d4bae6d9b1f7883df95945094b8247bab
      b1df20bd
  2. Feb 20, 2020
  3. Feb 05, 2020
  4. Nov 28, 2019
  5. Nov 25, 2019
    • Rajesh Yadav's avatar
      Seperate Value Add HALs for TrustedUI · 651fa6d5
      Rajesh Yadav authored
      Move the HALs which require value-add changes to the framework
      to qva (value-added only) manifest file.  This allows decoupling
      of these HALs from generic baseline.
      
      Change-Id: I00633f0eccd3eceb674c12e52f5e06da04e3ba60
      651fa6d5
  6. Oct 10, 2019
  7. Sep 12, 2019
    • Jignesh Mehta's avatar
      Kona: set dalvik.vm.heapgrowthlimit to correct value · 99d66c60
      Jignesh Mehta authored
      1. Set TARGET_DEFINES_DALVIK_HEAP to true
      If TARGET_DEFINES_DALVIK_HEAP is not set to true,
      then it calls phone-xhdpi-1024-dalvik-heap.mk.
      
      2. Inherit all except heap growth limit from
      frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk
      
      3. Set dalvik.vm.heapgrowthlimit to 256m
      
      This will set dalvik.vm.heapgrowthlimit to correct value.
      
      CRs-fixed: 2500482
      
      Change-Id: I7bc95b74da874098e72d0478f1502c71b9e6b880
      99d66c60
  8. Sep 05, 2019
  9. Aug 14, 2019
  10. Aug 05, 2019
    • Jignesh Mehta's avatar
      kona: cleanup target files post bring up · d57497dc
      Jignesh Mehta authored
      This change removes bring up definations.
      
      Change-Id: Ic50146c0002d93c82c28f0f25bcc325c245e353f
      d57497dc
    • Bulbul Dabi's avatar
      Kona: Set ro.control_privapp_permissions=enforce. · fbcf732d
      Bulbul Dabi authored
      This is needed for CtsPermission2TestCases.
      Test: privappPermissionsMustBeEnforced which expects
      "ro.control_privapp_permissions=enforce" to make sure
      no priv-apps are granted privileged permissions
      without whitelisting explicitly.
      
      Change-Id: I7ea2e3d36407e29f7d570c035e2722e78e9e0ec4
      fbcf732d
  11. Jul 31, 2019
  12. Jul 19, 2019
  13. Jul 17, 2019
  14. Jul 16, 2019
  15. Jul 03, 2019
  16. Jun 28, 2019
    • Mulugeta Engdaw's avatar
      Enable support for optional non-A/B config · 82fe4bbb
      Mulugeta Engdaw authored
      Enable non-A/B config based on ENABLE_AB flag; defaults
      to A/B.
      
      Three configs are currently supported:
      1) A/B with Dynamic Partition
      2) non-A/B with Dynamic Partition
      3) *temporary* A/B without Dynamic Partition
      
      The 3rd configuration will be deleted once
      Kona is transition into Dynamic Partition.
      
      Change-Id: Id815a34e64434526f3084c0616631674f645d9d2
      82fe4bbb
  17. Jun 21, 2019
  18. Jun 20, 2019
    • Bruce Levy's avatar
      kona: Set ro.sf.lcd_density to 560 · 1a49f3ab
      Bruce Levy authored
      Kona is having problems with screen resolution.
      Let's set ro.sf.lcd_density to 560 in kona.mk
      to fix this issue.
      
      Change-Id: I84d388fc6cddaa47857fd66d456aa9fabb5bdc06
      1a49f3ab
  19. Jun 11, 2019
    • Mulugeta Engdaw's avatar
      Initial changes for setting up dynamic partitions · 419622ef
      Mulugeta Engdaw authored
      - Dynamic partition currently set to TRUE
      - System and vendor image size will be disabled in dynamic partition
      mode
      - Recovery image is required in Dynamic partition for AB to support
      first stage mount.
      - Support for Super image creation
      - fastbootd is added to product packages to support individual flashing
      of logical images
      - BOARD_USES_RECOVERY_AS_BOOT as boot should contain first stage ramdisk
      - Dynamic partition fstab is added for logical partition mounting
      -Add ODM image to the dynamic partition
      
      Change-Id: Id121162906eecf640b7db1e7e119b02a347b63cf
      419622ef
  20. Jun 05, 2019
  21. Jun 04, 2019
  22. Jun 03, 2019
  23. May 25, 2019
  24. May 14, 2019
    • Vinayak Soni's avatar
      Remove the temporary BUILD_KONA_WITH_QSSI flag · bd6e586d
      Vinayak Soni authored
      Now that lunch QSSI changes on Kona are merged,
      remove BUILD_KONA_WITH_QSSI flag following which
      system image will only be built with lunch qssi
      on kona.
      
      Files affected:
      - build/build.sh
      
      Test:
      - eCRM compilation on 8.12
      
      Change-Id: I6c6c7ac07106bb819394501f91bed322c92c5058
      bd6e586d
  25. May 06, 2019
  26. Apr 21, 2019
    • Vinayak Soni's avatar
      Adapt makefiles to exclude building of the system image. · 59524cdf
      Vinayak Soni authored
      However, we still build a target files package (sans system image) that can be
      combined with a system-containing target files package as a later step. Changes
      in the patch include:
      <device>.mk: Set the various PRODUCT_BUILD_*_IMAGE make variables to build
      non-system images. Also set TARGET_SKIP_OTA_PACKAGE, which can't be built if
      there is no system image. (Temporarily add BUILD_KONA_WITH_QSSI flag to still
      build system image in non-system build until lunch qssi changes merge)
      
      BoardConfig.mk: If the product sets make variable PRODUCT_BUILD_SYSTEM_IMAGE to
      false, the generated target files package will not contain a system image.
      Therefore we exclude system from AB_OTA_PARTITIONS. The target files merge step
      will generate the correct metadata during the merge process, so the file list
      of AB partitions will be correct.
      
      AndroidBoard.mk: Remove prebuilt system image flag as it is redundant after
      addition of PRODUCT_BUILD_*_IMAGE flags.
      
      Change-Id: I1868ea8d1d8f3850364ed95a0e0e65bbea12d318
      59524cdf
  27. Apr 18, 2019
  28. Apr 11, 2019
    • Jignesh Mehta's avatar
      Kona: Disable QMAA · 086644c1
      Jignesh Mehta authored
      This change is to disable global QMAA flag.
      This change also removed tech team override QMAA flags too.
      
      Change-Id: Ibe3d941293e1e7825a2b4749014016bacc2fefe8
      086644c1
  29. Apr 10, 2019
  30. Apr 05, 2019
    • Jignesh Mehta's avatar
      Kona: QSSI: Enable QSSI configuration · 394bf2a5
      Jignesh Mehta authored
      QSSI target should use device/qcom/qssi/common64.mk.
      As it was stipe down version due to QMAA, we would not able
      to switch to device/qcom/qssi/common64.mk at that time.
      
      This change switches from device/qcom/common/common64.mk
      to device/qcom/qssi/common64.mk.
      
      Change-Id: Ib72a2a36daf9978b8277b111548d21cc46cbe2f0
      394bf2a5
  31. Apr 03, 2019
  32. Apr 02, 2019
  33. Mar 30, 2019
  34. Mar 26, 2019
  35. Mar 25, 2019
  36. Mar 20, 2019
  37. Mar 15, 2019
Loading