Searched refs:allowError (Results 1 – 1 of 1) sorted by relevance
763 bool allowError = aidl_err == AidlError::FOUND_PARCELABLE && !options.FailOnParcelable(); in compile_aidl() local764 if (aidl_err != AidlError::OK && !allowError) { in compile_aidl()