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

Commit 2dedd07f authored by David Duarte's avatar David Duarte
Browse files

Document more -Aroom.schemaLocation usage in Bluetooth app

This is based on the blame and comments in https://r.android.com/1187001

Bug: 147596836
Test: N/A
Change-Id: Ic01c42544ca3b8b4a3c2463582e14946f76613b5
parent b53a1fa0
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: {