cmd/gogio: [Android] use correct android.hardware.type.pc feature

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2020-06-22 20:49:49 +02:00
parent 3a542cc80c
commit 2f984673a2
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -274,7 +274,6 @@ func archiveAndroid(tmpDir string, bi *buildInfo, perms []string) (err error) {
themesXML21.Write([]byte(themesV21))
permissions, features := getPermissions(perms)
// Disable input emulation on ChromeOS.
features = append(features, "android.hardware.type.pc")
manifest := aarw.Create("AndroidManifest.xml")
manifestSrc := manifestData{
AppID: bi.appID,