OSDN Git Service

Fix aidl post clean bug.
authorYing Wang <wangying@google.com>
Sat, 23 Aug 2014 16:45:31 +0000 (09:45 -0700)
committerYing Wang <wangying@google.com>
Sat, 23 Aug 2014 16:45:31 +0000 (09:45 -0700)
commitda2da1d9b858c7f63290614fc07c1a6de65eb031
treeace948bff2bb5701a44741b7cc7d5788ca54e4c7
parent6f1d031b39ca2c666edab5ce966d1329f85dee1e
Fix aidl post clean bug.

We really should check MODULES_WITH_AIDL_FILES against ALL_MODULES,
instead of modules_with_aidl_files, because a module could have just
remove any aidl files so it won't appear in modules_with_aidl_files.

Change-Id: Iab92be1ed5f0556b7236be41d90d8471c7193928
core/post_clean.mk