fixup! update_engine: Allow backup tool to run in user builds

Signed-off-by: Ionut <ghermanionut96@gmail.com>
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/Android.bp b/Android.bp
index 1203b02..7d50768 100644
--- a/Android.bp
+++ b/Android.bp
@@ -214,13 +214,6 @@
         "libprocessgroup",
         "libselinux",
     ],
-    product_variables: {
-        debuggable: {
-            cflags: [
-                "-DRUN_BACKUPTOOL",
-            ],
-        },
-    },
 }
 
 cc_defaults {