summaryrefslogtreecommitdiff
path: root/libs/sensor/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/sensor/Android.bp')
-rw-r--r--libs/sensor/Android.bp14
1 files changed, 3 insertions, 11 deletions
diff --git a/libs/sensor/Android.bp b/libs/sensor/Android.bp
index edd453a936..e8154a6931 100644
--- a/libs/sensor/Android.bp
+++ b/libs/sensor/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: "libsensor",
@@ -48,10 +39,11 @@ cc_library_shared {
"libutils",
"liblog",
"libhardware",
- "libpermission",
],
export_include_dirs: ["include"],
- export_shared_lib_headers: ["libbinder", "libpermission", "libhardware"],
+ export_shared_lib_headers: ["libbinder", "libhardware"],
}
+
+subdirs = ["tests"]