android13/system/apex/tests/testdata/sharedlibs/build/noop.cc

9 lines
194 B
C++

#include <iostream>
#include "sharedlibstest.h"
int main() {
std::cout << "This binary should never be executed";
std::cout << sharedlibstest::getSharedLibsTestFingerprint();
return 1;
}