Skip to content

adhitya1978/Samsung-hardware-ril

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Samsung-hardware-ril

Precompile binary with standalone NDK

Prebuilt RILD will allow any library name to working it. current build support for android OREO with architecture arm64-v8a, armeabi-v7a and armeabi

NOTED:


Choose toolchains stable version and follow below command

COMMAND BUILD on windows


..\ndk-build.cmd APP_BUILD_SCRIPT=..\rild\Android.mk APP_ABI=arm64-v8a NDK_ALL_ABIS=arm64-v8a APP_PLATFORM=android-19 NDK_PROJECT_PATH=..\rild

INSTALL ON DEVICE & SET PERMISSION


set_metadata("/system/vendor/bin/hw/rild","uid",0,"gid",2000,"mode",0755,"capabilities",0x0,"selabel","u:object_r:rild_exec:s0");

About

Precompile standalone NDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published