Skip to content

Commit

Permalink
Convert to Android.bp
Browse files Browse the repository at this point in the history
Change-Id: I6727e2a8564fc063a63667cb25e5118fd2643863
  • Loading branch information
jhenrique09 committed Jan 30, 2021
1 parent b98a415 commit 44a023c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
15 changes: 15 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
android_app {
name: "TouchGestures",

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

srcs: ["src/**/*.java"],
resource_dirs: ["res"],

manifest: "AndroidManifest.xml",

platform_apis: true,
certificate: "platform",
privileged: true,
}
22 changes: 0 additions & 22 deletions Android.mk

This file was deleted.

0 comments on commit 44a023c

Please sign in to comment.