From 0cf77b025dd7e9fd92ddf3259de800c19e5db73d Mon Sep 17 00:00:00 2001 From: Mariia Sandrikova Date: Mon, 18 Jan 2021 15:19:16 +0000 Subject: [PATCH] Revert "Customize StubVolume implementation for ARC" This reverts commit b5d7cb0a523936c79c124220b4df28e4846b0b22. Reason for revert: Broken build b/177828900 Fix: 177829766 Change-Id: Ic2984da3b11bcf5597203b511943d3058ea9ea19 --- Android.bp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/Android.bp b/Android.bp index e8344da..1c0ed17 100644 --- a/Android.bp +++ b/Android.bp @@ -149,14 +149,6 @@ cc_library_static { "model/VolumeEncryption.cpp", ], product_variables: { - arc: { - exclude_srcs: [ - "model/StubVolume.cpp", - ], - static_libs: [ - "libarcvolume", - ], - }, debuggable: { cppflags: ["-D__ANDROID_DEBUGGABLE__"], }, @@ -193,17 +185,6 @@ cc_binary { shared_libs: [ "android.hardware.health.storage@1.0", ], - - product_variables: { - arc: { - exclude_srcs: [ - "model/StubVolume.cpp", - ], - static_libs: [ - "libarcvolume", - ], - }, - }, } cc_binary {