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

Commit 9229153d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "app: Fix database migration tests schemas directory" am: d9d802a3 am:...

Merge "app: Fix database migration tests schemas directory" am: d9d802a3 am: d8e8a06e am: 94122b1d am: f689fec3

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1948609

Change-Id: Ife45868644d042676934b312d3678c51a6b7682a
parents 3c42838b f689fec3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ android_app {
    ],

    // Add in path to Bluetooth directory because local path does not exist
    javacflags: ["-Aroom.schemaLocation=packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/storage/schemas"],
    javacflags: ["-Aroom.schemaLocation=packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/schemas"],

    optimize: {
        enabled: false,