Remove error when a transcluding binding is not found.

The child's binding may be optional, in which case it's fine if the parent doesn't have it defined either. We can't actually determine whether the child's binding is optional here, so don't always report an error. We'll get a missing binding error at the child's bind time if a transcluding binding is missing.

PiperOrigin-RevId: 270117819
Change-Id: I8ae4b19287af72e6aaee96a4ce930bb1ebd8e234
3 files changed
tree: 336aa9223e31975b412a6a824bbd1153ab61e80f
  1. src/
  2. third_party/
  3. AUTHORS
  4. CONTRIBUTING.md
  5. CONTRIBUTORS
  6. LICENSE
  7. README.md
  8. WORKSPACE
README.md

Feed Libraries

This directory includes various libraries and protocols which users can use to to embed the proactive content recommendations into their application. Supported surfaces currently include Android.

Contributing

See CONTRIBUTING.md.