Searched defs:isVndkEnabled (Results 1 – 1 of 1) sorted by relevance
65 static bool isVndkEnabled() { in isVndkEnabled() function67 static bool isVndkEnabled = android::base::GetProperty("ro.vndk.version", "") != ""; in isVndkEnabled() local