Skip to content

Commit

Permalink
Open library to be added to any apex
Browse files Browse the repository at this point in the history
Test: compile
Bug: b/239464510
Change-Id: Icd1a13d66026261ce0b74a196532e32a77cf1c40
  • Loading branch information
vikram-gaur committed Sep 16, 2022
1 parent 2f88840 commit fdd70d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,7 @@ rust_library {
],
apex_available: [
"//apex_available:platform",
"com.android.btservices",
"com.android.compos",
"com.android.resolv",
"com.android.uwb",
"com.android.virt",
"//apex_available:anyapex"
],
vendor_available: true,
min_sdk_version: "29",
Expand Down
6 changes: 1 addition & 5 deletions cargo2android.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"apex-available": [
"//apex_available:platform",
"com.android.btservices",
"com.android.compos",
"com.android.resolv",
"com.android.uwb",
"com.android.virt"
"//apex_available:anyapex"
],
"dependencies": true,
"device": true,
Expand Down

0 comments on commit fdd70d4

Please sign in to comment.