blob: bf1bc7b3cef02cbb6e6dd95258786b71ab43d74a [file] [log] [blame]
include "../../../../include/lldb/Core/PropertiesBase.td"
let Definition = "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').">;
}