diff options
| -rw-r--r-- | services/Android.bp | 5 |
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"], |