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

Commit ff656aee authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Document more -Aroom.schemaLocation usage in Bluetooth app" into main

parents 93183cf6 2dedd07f
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -271,7 +271,10 @@ android_app {
        "androidx.room_room-compiler-plugin",
    ],

    // Add in path to Bluetooth directory because local path does not exist
    // Export schemas to the test directory so that we have an history
    // to be able to test migrations
    // The following path is absolute because a relative path doesn't work
    // TODO(b/147596836): Refactor this
    javacflags: ["-Aroom.schemaLocation=packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/schemas"],

    lint: {