summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--services/Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/services/Android.bp b/services/Android.bp
index 6953e862f68b..60dd8959fc39 100644
--- a/services/Android.bp
+++ b/services/Android.bp
@@ -47,6 +47,11 @@ java_library {
"compat-changeid-annotation-processor",
],
+ required: [
+ // Required by services.backup
+ "BackupEncryption",
+ ],
+
// Uncomment to enable output of certain warnings (deprecated, unchecked)
//javacflags: ["-Xlint"],