Loading cmds/servicemanager/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,9 @@ cc_binary { init_rc: ["servicemanager.microdroid.rc"], srcs: ["main.cpp"], bootstrap: true, // Prevent this from being installed when running tests in this directory. // This is okay because microdorid build rule can bundle this anyway. installable: false, } cc_binary { Loading Loading
cmds/servicemanager/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -53,6 +53,9 @@ cc_binary { init_rc: ["servicemanager.microdroid.rc"], srcs: ["main.cpp"], bootstrap: true, // Prevent this from being installed when running tests in this directory. // This is okay because microdorid build rule can bundle this anyway. installable: false, } cc_binary { Loading