Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0520afda authored by Joe Onorato's avatar Joe Onorato
Browse files

Make bit able to build native tests.

It still can't run them. That's a lot of work.

Test: bit statsd_test
Change-Id: I8eb7e341956e698b4e5d110924f78f0485e02f67
parent 397b5118
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,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);
            }
        }