From a2de241c842142b04003f53f5c9f4ba101ddd0f4 Mon Sep 17 00:00:00 2001 From: Al Sutton Date: Thu, 31 Oct 2019 13:57:13 +0000 Subject: [PATCH] Revert "Add BackupEncryption apk as requirement for services" This reverts commit 38e0e2cc4426b490fa8283dcd5858d658b11af6f. Reason for revert: Backup Encryption is not being delivered in R, so we should not package this APK with all system images. Change-Id: I262f04839b7bc314ef451769ccd3ae011ca9c4e7 --- services/Android.bp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/services/Android.bp b/services/Android.bp index 60dd8959fc397..6953e862f68b4 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -47,11 +47,6 @@ java_library { "compat-changeid-annotation-processor", ], - required: [ - // Required by services.backup - "BackupEncryption", - ], - // Uncomment to enable output of certain warnings (deprecated, unchecked) //javacflags: ["-Xlint"],