Home
last modified time | relevance | path

Searched defs:isVndkEnabled (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/graphicsenv/
DGraphicsEnv.cpp65 static bool isVndkEnabled() { in isVndkEnabled() function
67 static bool isVndkEnabled = android::base::GetProperty("ro.vndk.version", "") != ""; in isVndkEnabled() local