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

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

Merge "Fix path to MetadataDatabase schemas in Android.bp"

parents b777bb2d 0ee233cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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,
+1 −1
Original line number Original line Diff line number Diff line
@@ -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