Skip to content
Snippets Groups Projects
  1. Jul 13, 2018
  2. Jul 06, 2018
  3. Jul 05, 2018
  4. Jun 29, 2018
  5. Jun 27, 2018
  6. Jun 22, 2018
  7. Jun 21, 2018
  8. Jun 18, 2018
  9. Jun 17, 2018
  10. Jun 16, 2018
  11. Jun 15, 2018
  12. Jun 05, 2018
  13. Jun 04, 2018
    • himta ram's avatar
      Define LOCAL_PRIVATE_PLATFORM_APIS for FmApp · 5b4e7a5d
      himta ram authored
      For System SDK compliance either of two flags should be defined
      for all Android APK's
      LOCAL_SDK_VERSION Or LOCAL_PRIVATE_PLATFORM_APIS
      LOCAL_SDK_VERSION supports two values current and system_current.
      "current" will compile APK code with SDK API's and system_current
      will compile code with SDK + System API's
      LOCAL_PRIVATE_PLATFORM_APIS will compile APK code with platform
      API's, this option enables to use hidden platform API's in APK.
      This flag cannot be defined for vendor APK's.
      
      Change-Id: I86070d38e0deee37e437027ba7b44e1272cb895d
      5b4e7a5d
  14. May 24, 2018
    • AnubhavGupta's avatar
      FM: QSSI changes · d93df73b
      AnubhavGupta authored
       - remove redundant code
       - remove items going into vendor image
       - remove target specific tags
      
      Change-Id: If3bd34bbdc353851a1007ff9fcb67cf44da8f61c
      d93df73b
  15. May 17, 2018
  16. Apr 17, 2018
  17. Apr 16, 2018
  18. Apr 11, 2018
  19. Apr 10, 2018
  20. Mar 15, 2018
  21. Mar 09, 2018
  22. Mar 06, 2018
  23. Feb 27, 2018
  24. Feb 21, 2018
  25. Feb 15, 2018
  26. Feb 14, 2018
  27. Feb 01, 2018
  28. Jan 25, 2018
    • himta ram's avatar
      FM: Fix static analysis issue. · 99857187
      himta ram authored
      KW issue Suspicious dereference of pointer 'val' by passing argument 1 to 
      function 'strlen'before NULL check, fixed by putting null check
      
      Change-Id: I210b40ce8a309b47d7e72b19efc7a8adb1cfbe49
      99857187
  29. Dec 19, 2017
  30. Dec 12, 2017
  31. Dec 07, 2017
    • Smriti Gupta's avatar
      FM : Fix wrong data being written to controller · db534b0d
      Smriti Gupta authored
      In some commands, set/write data to controller, we assign one offset
      value in structure and send it to controller.  We don't read data from
      controller before writing. It may cause writing wrong data to
      controller, as the structure may have some garbage values for other
      offsets. Errenous data written to controller, may cause functional
      failures.
      
      Change-Id: I102c0a256ab19de0d89db4f6da20df0c2522dff3
      CRs-fixed: 2031064
      db534b0d
  32. Dec 06, 2017
Loading