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

Commit 2740bcf7 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski
Browse files

app: Fix database migration tests schemas directory

Fixes not generating new schemas when database version changes.

Bug: 150670922
Tag: #feature
Test: atest BluetoothInstrumentationTests
Sponsor: jpawlowski@

Change-Id: I8a57a4bbbc50187b4fad9b1fc4fa047286f46b90
parent 05a055e9
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,