aboutsummaryrefslogtreecommitdiff
path: root/tests/golden_output/aidl-test-interface-cpp-analyzer-source/gen/android/aidl/tests/INewName.cpp
blob: 54c164f8266ad47196eab246563f4da9722015eb (plain)
1
2
3
4
5
6
7

#include <Analyzer.h>

using android::aidl::Analyzer;
__attribute__((constructor)) static void addAnalyzer() {
  Analyzer::installAnalyzer(std::make_unique<Analyzer>("INewName"));
}