Home
last modified time | relevance | path

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

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