summaryrefslogtreecommitdiff
path: root/tools/bit
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bit')
-rw-r--r--tools/bit/make.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bit/make.cpp b/tools/bit/make.cpp
index ef3ccc541589..5a9ab22719cb 100644
--- a/tools/bit/make.cpp
+++ b/tools/bit/make.cpp
@@ -167,7 +167,7 @@ read_modules(const string& buildOut, const string& device, map<string,Module>* r
for (ssize_t i = module.classes.size() - 1; i >= 0; i--) {
string cl = module.classes[i];
if (!(cl == "JAVA_LIBRARIES" || cl == "EXECUTABLES" || cl == "SHARED_LIBRARIES"
- || cl == "APPS")) {
+ || cl == "APPS" || cl == "NATIVE_TESTS")) {
module.classes.erase(module.classes.begin() + i);
}
}