Revert "Implement another OdrDexopt to use new CompOS API"
This reverts commit 381e66a768c5100c5efc085d0e74d2e37fe6b7a4.
Reason for revert: Build break
Bug: 202843353
Change-Id: I48299a90f17d9ad8ff9260ebc618ac915b24e6a7
diff --git a/odrefresh/Android.bp b/odrefresh/Android.bp
index d9cd08c..a8ec76c 100644
--- a/odrefresh/Android.bp
+++ b/odrefresh/Android.bp
@@ -45,9 +45,6 @@
"artd-private-aidl-ndk",
"libartpalette",
"libbase",
- "libbinder_ndk",
- "libcompos_client",
- "libdexopt",
"liblog",
],
static_libs: ["libtinyxml2"],
@@ -109,6 +106,7 @@
shared_libs: [
"libart",
"libartbase",
+ "libdexopt",
],
apex_available: [
"com.android.art",
@@ -214,6 +212,7 @@
],
shared_libs: [
"libdexfile",
+ "libdexopt",
],
test_config_template: "art_odrefresh_tests.xml",
}