Merge "vold: remove checkEncryption"
diff --git a/Android.bp b/Android.bp
index b69dd5a..2c47859 100644
--- a/Android.bp
+++ b/Android.bp
@@ -146,20 +146,6 @@
"model/VolumeBase.cpp",
"model/VolumeEncryption.cpp",
],
- product_variables: {
- arc: {
- exclude_srcs: [
- "model/ObbVolume.cpp",
- ],
- static_libs: [
- "arc_services_aidl",
- "libarcobbvolume",
- ],
- },
- debuggable: {
- cppflags: ["-D__ANDROID_DEBUGGABLE__"],
- },
- },
shared_libs: [
"android.hardware.health.storage@1.0",
],
@@ -177,14 +163,6 @@
srcs: ["main.cpp"],
static_libs: ["libvold"],
- product_variables: {
- arc: {
- static_libs: [
- "arc_services_aidl",
- "libarcobbvolume",
- ],
- },
- },
init_rc: [
"vold.rc",
"wait_for_keymaster.rc",