Loading adb/Android.bp +9 −0 Original line number Original line Diff line number Diff line Loading @@ -12,6 +12,11 @@ // See the License for the specific language governing permissions and // See the License for the specific language governing permissions and // limitations under the License. // limitations under the License. tidy_errors = [ "-*", "bugprone-inaccurate-erase", ] cc_defaults { cc_defaults { name: "adb_defaults", name: "adb_defaults", Loading Loading @@ -73,6 +78,10 @@ cc_defaults { ], ], }, }, }, }, tidy: true, tidy_checks: tidy_errors, tidy_checks_as_errors: tidy_errors, } } cc_defaults { cc_defaults { Loading Loading
adb/Android.bp +9 −0 Original line number Original line Diff line number Diff line Loading @@ -12,6 +12,11 @@ // See the License for the specific language governing permissions and // See the License for the specific language governing permissions and // limitations under the License. // limitations under the License. tidy_errors = [ "-*", "bugprone-inaccurate-erase", ] cc_defaults { cc_defaults { name: "adb_defaults", name: "adb_defaults", Loading Loading @@ -73,6 +78,10 @@ cc_defaults { ], ], }, }, }, }, tidy: true, tidy_checks: tidy_errors, tidy_checks_as_errors: tidy_errors, } } cc_defaults { cc_defaults { Loading