Skip to content

Source for the OMS jar within the Substratum app

Notifications You must be signed in to change notification settings

substratum/libs

Repository files navigation

Substratum Platform library source

This repo contains the source of the substratum platform jar that resides inside of the Substratum app. In order to build and modify it, you must clone the source somewhere in an Android build environment (like external/libsubstratum) and run the following commands:

. build/envsetup.sh
lunch
make -j# libsubstratum_static

Then copy that into the Substratum repo (app/src/main/libs/libsubstratum.jar) and build the app to test.