]> git.saurik.com Git - android/aapt.git/commit - AaptAssets.h
Merge "AAPT: support a new --ignore-assets flag."
authorRaphael Moll <ralf@android.com>
Mon, 7 May 2012 23:16:46 +0000 (16:16 -0700)
committerRaphael Moll <raphael@google.com>
Sat, 19 May 2012 03:34:44 +0000 (20:34 -0700)
commitd35357226f49361bd6125654e5cff0bd5cab7556
tree933faf08783005631546a25a885e3ce8aff8176c
parentec94a847fa1fe53d8f41500baec0a8f5980c9b8b
Merge "AAPT: support a new --ignore-assets flag."

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.

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

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.

SDK Bug: 5343 24067

(cherry-pick from AOSP 90897ed87bce639bf6bb2ccf15fbabb59b131bab)

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