summaryrefslogtreecommitdiff
path: root/services/inputflinger/host/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'services/inputflinger/host/Android.bp')
-rw-r--r--services/inputflinger/host/Android.bp17
1 files changed, 1 insertions, 16 deletions
diff --git a/services/inputflinger/host/Android.bp b/services/inputflinger/host/Android.bp
index 743587c6f8..cbe0190dfa 100644
--- a/services/inputflinger/host/Android.bp
+++ b/services/inputflinger/host/Android.bp
@@ -12,15 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-package {
- // See: http://go/android-license-faq
- // A large-scale-change added 'default_applicable_licenses' to import
- // all of the 'license_kinds' from "frameworks_native_license"
- // to get the below license kinds:
- // SPDX-license-identifier-Apache-2.0
- default_applicable_licenses: ["frameworks_native_license"],
-}
-
cc_library_shared {
name: "libinputflingerhost",
@@ -30,9 +21,7 @@ cc_library_shared {
"InputHost.cpp",
],
- header_libs: ["jni_headers"],
shared_libs: [
- "libbase",
"libbinder",
"libcrypto",
"libcutils",
@@ -53,7 +42,6 @@ cc_library_shared {
//-fvisibility=hidden
],
- export_header_lib_headers: ["jni_headers"],
export_include_dirs: ["."],
}
@@ -67,14 +55,11 @@ cc_binary {
cflags: ["-Wall", "-Werror"],
shared_libs: [
- "libbase",
"libbinder",
"libinputflingerhost",
- "libutils",
- "libinput"
+ "libutils"
],
static_libs: [
"libarect",
- "libui-types",
],
}