Skip to content
Snippets Groups Projects
  1. Feb 23, 2017
  2. Feb 21, 2017
  3. Jan 20, 2017
  4. Jan 19, 2017
    • Pavlin Radoslavov's avatar
      Change build config of aac from Android.mk to Android.bp · 6cc0003b
      Pavlin Radoslavov authored
      * In an effort to modernize build configurations to the new Soong
        system, we need to upgrade existing Android.mk files to Android.bp
      * This file is done by using the following steps:
        1. Manually removing all *_sources from Android.mk, because
           of the unusual make logic they use
        2. Running the auto-conversion tool:
           androidmk Android.mk > Android.bp
        3. Editing the result Android.bp:
           3.1. Writing the "srcs" list
           3.2. Removing the escaping around -Wno-#warnings in cflags,
                because those are not needed anymore
           3.3. Renamed local_include_dirs to export_include_dirs to
                facilititate the inclusion of header files.
                It appears users of libFraunhoferAAC are using header
                files from all include directories, hence the renaming.
      
      Test: Code compilation ("mm" in external/aac, and "make" in top-directory)
      Bug: b/32958753 b/34454142
      Change-Id: Ie89f73722908e8734f4b88f1407952311ec064af
      6cc0003b
  5. Oct 28, 2016
  6. Oct 18, 2016
  7. Oct 17, 2016
    • Martin Storsjö's avatar
      Add casts to avoid errors due to narrowing · 6d7d5013
      Martin Storsjö authored
      This fixes building in C++11 mode, which normally errors out
      on narrowing hex literals to signed long.
      
      This is similar to what was done in git commit ef308366
      (change id I64d19a8a8059c5a96386b1eaac297fd2469515f8), completing
      the fix for that category of issues.
      
      Change-Id: I1907bc947d43bf44910fb2b34bf2b31c0e53aa53
      6d7d5013
  8. Sep 09, 2016
  9. Aug 30, 2016
    • Martin Storsjö's avatar
      Avoid a warning about extra parentheses · ebb66ffd
      Martin Storsjö authored
      This fixes the following warning:
      
      libSBRenc/src/sbr_encoder.cpp:1942:14: warning: equality comparison
            with extraneous parentheses [-Wparentheses-equality]
      
      Change-Id: I2c833d19348574473c752076a4efff6642c0d653
      ebb66ffd
  10. Aug 23, 2016
  11. Aug 16, 2016
  12. Apr 20, 2016
Loading