diff --git a/RichTap/Android.bp b/RichTap/Android.bp new file mode 100644 index 0000000000000000000000000000000000000000..e0a945dba5c0ef4c5c651c399a9e1160f4e14981 --- /dev/null +++ b/RichTap/Android.bp @@ -0,0 +1,20 @@ +// Copyright (C) 2023 Paranoid Android +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +java_import { + name: "vendor.aac.hardware.richtap.vibrator", + jars: ["lib/vendorAacHardwareRichtapVibrator.jar"], + sdk_version: "current", +} + diff --git a/RichTap/lib/vendorAacHardwareRichtapVibrator.jar b/RichTap/lib/vendorAacHardwareRichtapVibrator.jar new file mode 100755 index 0000000000000000000000000000000000000000..b430fc9ec265c11cdd7e38aeb9afa57a92e73634 Binary files /dev/null and b/RichTap/lib/vendorAacHardwareRichtapVibrator.jar differ