Go to file
Pavlin Radoslavov 6cc0003b74 Change build config of aac from Android.mk to Android.bp
* 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
2017-01-19 13:10:11 -08:00
documentation AAC/SBR decoder improvements and bugfixes 2016-04-08 19:10:30 +00:00
libAACdec resolve merge conflicts of ad1e898 to nyc-dev-plus-aosp 2016-04-20 16:28:31 -07:00
libAACenc Merge "Left shift of negative int is undefined" am: 6ae5480 2016-04-20 23:40:45 +00:00
libFDK Remove redundant register storage class specifiers 2016-10-18 09:22:55 +03:00
libMpegTPDec AAC/SBR decoder improvements and bugfixes 2016-04-08 19:10:30 +00:00
libMpegTPEnc SBR/AAC encoder updates, code clean up 2016-04-04 17:25:36 -07:00
libPCMutils Merge "Remove __DATE__/__TIME__" 2015-10-27 23:27:46 +00:00
libSBRdec Remove redundant register storage class specifiers 2016-10-18 09:22:55 +03:00
libSBRenc Avoid a warning about extra parentheses 2016-08-30 09:57:04 +03:00
libSYS AAC/SBR decoder improvements and bugfixes 2016-04-08 19:10:30 +00:00
Android.bp Change build config of aac from Android.mk to Android.bp 2017-01-19 13:10:11 -08:00
MODULE_LICENSE_FRAUNHOFER Snapshot 2bda038c16 2012-07-11 10:15:24 -07:00
NOTICE Snapshot 2bda038c16 2012-07-11 10:15:24 -07:00