]> git.saurik.com Git - android/aapt.git/commit - AaptAssets.cpp
Support a new ANDROID_AAPT_IGNORE env var.
authorRaphael Moll <ralf@android.com>
Mon, 7 May 2012 23:16:46 +0000 (16:16 -0700)
committerRaphael Moll <ralf@android.com>
Thu, 10 May 2012 04:16:26 +0000 (21:16 -0700)
commit7b055f4f9c266cf8c50488db7086cc2e168113fd
tree1818374cd4b8c654b3ef5f667a8a10c78db67fed
parentc01b75611d9ff56744f7ad14591db93a32b79afc
Support a new ANDROID_AAPT_IGNORE env var.

AAPT has a fixed built-in list of files and directories
to ignore when parsing resource files. Over the years we
always had developers requiring specific patterns.
If the env var ANDROID_AAPT_IGNORE is set, it is parsed
to find which file/directory patterns to ignore.
Otherwise a default is used that matches the current behavior.

Added a command-line option for it:
  aapt di --ignore-assets "foo*:*.blah"

SDK Bug: 5343 24067

Change-Id: Ia4caa2a8188c8c1df143f884e459b8182645995f
AaptAssets.cpp
AaptAssets.h
Main.cpp