blob: b885872d768c011c9d78e31e485fbdcf2e13d1b9 [file]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "android", Path = "platform.plugin.remote-android" in {
def PlatformPackageName: Property<"package-name", "String">,
Global,
DefaultStringValue<"">,
Desc<"Specify package name to run adb shell command with 'run-as' as the "
"package user when necessary (e.g. to get file with 'cat' and 'dd').">;
}