Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38e0e2cc authored by Al Sutton's avatar Al Sutton Committed by Anton Hansson
Browse files

Add BackupEncryption apk as requirement for services

Bug: 111386661
Test: `m clobber; m -j` then ensure BackupEncrypter.apk is in the system image
Change-Id: I0bd55fc53b74a17fa496681a5afcbf042df45a30
parent 3dbdb1bc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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"],