Select the types of activity you want to include in your feed.
1import("//build/userland/TEMPLATE.gni") 2 3opuntiaOS_executable("onesh") { 4 install_path = "bin/" 5 sources = [ "main.c" ] 6 configs = [ "//build/userland:userland_flags" ] 7 deplibs = [ "libc" ] 8}