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

Commit 4b8aa28e authored by Ying Wang's avatar Ying Wang
Browse files

Fix sdk build.

Change-Id: I9073747f7a12f826fabf99c34dce813edf6462c1
parent 6ccb5f89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ public class BridgeAssetManager extends AssetManager {
            // Note that AssetManager() creates a system AssetManager and we override it
            // with our BridgeAssetManager.
            AssetManager.sSystem = new BridgeAssetManager();
            AssetManager.sSystem.makeStringBlocks(false);
            AssetManager.sSystem.makeStringBlocks(null);
        }
        return AssetManager.sSystem;
    }