| commit | ce296edb619d1484cf4fb3fa05d33d832357d99b | [log] [tgz] |
|---|---|---|
| author | Andrew Scull <ascull@google.com> | Wed Apr 19 18:37:04 2023 +0000 |
| committer | Andrew Scull <ascull@google.com> | Wed Apr 19 18:37:04 2023 +0000 |
| tree | f836f786a3ebaf94c1261bdc189f6b831e8323c7 | |
| parent | a2109ed769b45375c8d97c8132eb2ae3a9ff5ec8 [diff] |
Mark cbor-java as host supported Allow host components, such as hostside tests, to use the cbor-java library. Test: TH Change-Id: Ib770843dc619faa2df50f0fef3ffa3d969ce4558
diff --git a/Android.bp b/Android.bp index bf8032e..b12b3d5 100644 --- a/Android.bp +++ b/Android.bp
@@ -38,6 +38,7 @@ "src/main/**/*.java", ], min_sdk_version: "30", + host_supported: true, sdk_version: "core_current", apex_available: [ "//apex_available:anyapex",