Fix the min sdk version of the asm prebuilts

The build system now correctly recognizes the min sdk versino of the
prebuilts that don't have the sdk_version property set.

Bug: 185721733
Test: m on cf_x86_phone
Merged-In: Ib5dac532154dbce13630423f7a460f3b96e9af3a
Change-Id: Ib5dac532154dbce13630423f7a460f3b96e9af3a
(cherry picked from commit 29f3a570f26f40cd11ef3d936af893e24aa37b9a)
1 file changed
tree: 1d410e786e32a5aabfddff35fa041daf3e0d29e7
  1. build/
  2. java/
  3. sdk/
  4. Android.bp
  5. MODULES_OWNERS
  6. OWNERS
  7. PREUPLOAD.cfg
  8. 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.