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

Commit 3dbdb1bc authored by Chandan Nath's avatar Chandan Nath Committed by Android (Google) Code Review
Browse files

Merge "Move transport client code into its own lib"

parents e76e96bd b85b36ac
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,4 +2,5 @@ java_library_static {
    name: "services.backup",
    srcs: ["java/**/*.java"],
    libs: ["services.core"],
    static_libs: ["backuplib"],
}
+5 −0
Original line number Diff line number Diff line
java_library {
    name: "backuplib",
    srcs: ["java/**/*.java"],
    libs: ["services.core"],
}
+0 −0

File moved.

+0 −0

File moved.

Loading