diff options
author | kleidione Freitas <kleidione@gmail.com> | 2022-11-08 15:49:07 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 22:04:15 +0530 |
commit | 93cbb489dec576d24ec8d87369fea63afa2e89fa (patch) | |
tree | 2800a66f35b9f20006b202913614db7f608e1709 /libhidl | |
parent | 6c48f27c69f4109f5b0351e456ef652dd8be8aa3 (diff) |
veux: Drop android.hidl.base@1.0 moved to custom compat
Signed-off-by: kleidione <kleidione@gmail.com>
Diffstat (limited to 'libhidl')
-rw-r--r-- | libhidl/Android.bp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libhidl/Android.bp b/libhidl/Android.bp deleted file mode 100644 index 7356726..0000000 --- a/libhidl/Android.bp +++ /dev/null @@ -1,12 +0,0 @@ -// -// Copyright (C) 2022 The LineageOS Project -// -// SPDX-License-Identifier: Apache-2.0 -// - -cc_library_shared { - name: "android.hidl.base@1.0", - shared_libs: ["libhidlbase"], - system_ext_specific: true, - vendor_available: true -} |