Skip to content

Commit

Permalink
TouchGestures: Convert to Android.bp
Browse files Browse the repository at this point in the history
Change-Id: I6727e2a8564fc063a63667cb25e5118fd2643863
Signed-off-by: Anushek Prasal <[email protected]>
  • Loading branch information
jhenrique09 authored and AshutoshSundresh committed Apr 11, 2021
1 parent 431296a commit 673335e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
22 changes: 22 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
android_app {
name: "TouchGestures",

// Include SettingsLib and it's dependencies
defaults: ["SettingsLibDefaults"],

srcs: ["src/**/*.java"],
resource_dirs: ["res"],
static_libs: ["VendorSupport-preference"],

manifest: "AndroidManifest.xml",

platform_apis: true,
certificate: "platform",
dex_preopt: {
enabled: false,
},
optimize: {
enabled: false,
},
privileged: true,
}
25 changes: 0 additions & 25 deletions Android.mk

This file was deleted.

0 comments on commit 673335e

Please sign in to comment.