Add car-rotary-lib to allowed dependencies list

The new library is extracted from the existing car-ui-lib. It contains
rotary specific code, which is already used by apps supporting rotary.

> How big is the binary size increase for affected APEXes?
It doesn't increase the size. In fact, it reduces the size if an app
wants to support rotary but doesn't want to use the whole car-ui-lib.

> Is the new dependency committed to support previous platform releases?
Yes.

> Is the new dependency being developed AOSP-first or internal?
AOSP-first.

> What’s the testing strategy for the new dependency?
> Does it have its own tests, and are you adding integration tests?
It has its own tests, such as FocusParkingViewTest.

Bug: 188915160
Test: make
Change-Id: Ie7b10416f845c35a19309c5091a394d65c0efe40
1 file changed
tree: 50709e6f53cfd599d686c1517c427f1e00cee07a
  1. build/
  2. java/
  3. proto/
  4. sdk/
  5. tools/
  6. Android.bp
  7. generate_ml_bundle.sh
  8. MODULES_OWNERS
  9. OWNERS
  10. PREUPLOAD.cfg
  11. README.md
README.md

packages/modules/common

This project includes mainline build and other utility code. Any library code intended for use by modules should go in frameworks/libs/modules-utils instead.

java code

This project uses a single source path for java code. All java code should go in the java directory with subdirectories corresponding to the java package. Android.bp files should go alongside the java source files, and should only include java source for a single java package to encourage good code hygiene.

Tests for java code should go in the javatests directory and follow the same structure.