Home
last modified time | relevance | path

Searched refs:PLATFORM_SDK_VERSION (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Doptions.cpp44 #ifndef PLATFORM_SDK_VERSION
45 #define PLATFORM_SDK_VERSION "<UNKNOWN>" macro
53 sstr << "AIDL Compiler: built for platform SDK version " << PLATFORM_SDK_VERSION << endl; in GetUsage()