Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp763 bool allowError = aidl_err == AidlError::FOUND_PARCELABLE && !options.FailOnParcelable(); in compile_aidl() local
764 if (aidl_err != AidlError::OK && !allowError) { in compile_aidl()