Loading libs/binder/Android.bp +3 −1 Original line number Diff line number Diff line Loading @@ -192,6 +192,9 @@ cc_library { // Only check our headers "--header-filter=^.*frameworks/native/libs/binder/.*.h$", ], tidy_checks: [ "-performance-no-int-to-ptr", ], tidy_checks_as_errors: [ // Explicitly list the checks that should not occur in this module. "abseil-*", Loading @@ -212,7 +215,6 @@ cc_library { "-misc-redundant-expression", "-misc-unused-using-decls", "performance*", "-performance-no-int-to-ptr", "portability*", ], Loading Loading
libs/binder/Android.bp +3 −1 Original line number Diff line number Diff line Loading @@ -192,6 +192,9 @@ cc_library { // Only check our headers "--header-filter=^.*frameworks/native/libs/binder/.*.h$", ], tidy_checks: [ "-performance-no-int-to-ptr", ], tidy_checks_as_errors: [ // Explicitly list the checks that should not occur in this module. "abseil-*", Loading @@ -212,7 +215,6 @@ cc_library { "-misc-redundant-expression", "-misc-unused-using-decls", "performance*", "-performance-no-int-to-ptr", "portability*", ], Loading