Use GUARDED_BY from libbase headers.

To upgrade Protobuf past version 22.x, TensorFlow needs to be
switched to the version of ABSL in external/abseil-cpp.
That version no longer contains GUARDED_BY, instead it contains
ABSL_GUARDED_BY. However, GUARDED_BY is still provided by
<android-base/thread_annotations.h>. Switch to using that
header.

Bug: 329747255
Test: presubmit
Change-Id: I8ffcbc9aaa6aa258c0225028b7268f6f414fe9ae
2 files changed
tree: cec537e3ca9711f06a906b35e585b645d035d010
  1. apex/
  2. federatedcompute/
  3. framework/
  4. pluginlib/
  5. src/
  6. systemservice/
  7. tests/
  8. .gitignore
  9. Android.bp
  10. AndroidManifest.xml
  11. CONTRIBUTING
  12. LICENSE
  13. OWNERS
  14. PREUPLOAD.cfg
  15. README.md
  16. TEST_MAPPING
README.md

OnDevicePersonalization Module

This repository contains implementations of OnDevicePersonalization module.