Loading android/app/Android.bp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -68,7 +68,8 @@ android_app { "androidx.room_room-compiler-plugin", "androidx.room_room-compiler-plugin", ], ], javacflags: ["-Aroom.schemaLocation=tests/unit/src/com/android/bluetooth/btservice/storage/schemas"], // 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"], optimize: { optimize: { enabled: false, enabled: false, Loading android/app/src/com/android/bluetooth/btservice/storage/MetadataDatabase.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,7 @@ import java.util.List; /** /** * MetadataDatabase is a Room database stores Bluetooth persistence data * MetadataDatabase is a Room database stores Bluetooth persistence data */ */ @Database(entities = {Metadata.class}, exportSchema = false, version = 103) @Database(entities = {Metadata.class}, version = 103) public abstract class MetadataDatabase extends RoomDatabase { public abstract class MetadataDatabase extends RoomDatabase { /** /** * The database file name * The database file name Loading Loading
android/app/Android.bp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -68,7 +68,8 @@ android_app { "androidx.room_room-compiler-plugin", "androidx.room_room-compiler-plugin", ], ], javacflags: ["-Aroom.schemaLocation=tests/unit/src/com/android/bluetooth/btservice/storage/schemas"], // 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"], optimize: { optimize: { enabled: false, enabled: false, Loading
android/app/src/com/android/bluetooth/btservice/storage/MetadataDatabase.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -33,7 +33,7 @@ import java.util.List; /** /** * MetadataDatabase is a Room database stores Bluetooth persistence data * MetadataDatabase is a Room database stores Bluetooth persistence data */ */ @Database(entities = {Metadata.class}, exportSchema = false, version = 103) @Database(entities = {Metadata.class}, version = 103) public abstract class MetadataDatabase extends RoomDatabase { public abstract class MetadataDatabase extends RoomDatabase { /** /** * The database file name * The database file name Loading