summaryrefslogtreecommitdiff
path: root/vibrator
diff options
context:
space:
mode:
Diffstat (limited to 'vibrator')
-rw-r--r--vibrator/drv2624/Android.bp4
-rw-r--r--vibrator/drv2624/bench/Android.bp4
-rw-r--r--vibrator/drv2624/tests/Android.bp4
3 files changed, 12 insertions, 0 deletions
diff --git a/vibrator/drv2624/Android.bp b/vibrator/drv2624/Android.bp
index d7446e0..4c62b06 100644
--- a/vibrator/drv2624/Android.bp
+++ b/vibrator/drv2624/Android.bp
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_defaults {
name: "android.hardware.vibrator-defaults.bramble",
cflags: [
diff --git a/vibrator/drv2624/bench/Android.bp b/vibrator/drv2624/bench/Android.bp
index bab4656..1ce0641 100644
--- a/vibrator/drv2624/bench/Android.bp
+++ b/vibrator/drv2624/bench/Android.bp
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_benchmark {
name: "VibratorHalDrv2624BenchmarkBramble",
defaults: ["VibratorHalDrv2624TestDefaultsBramble"],
diff --git a/vibrator/drv2624/tests/Android.bp b/vibrator/drv2624/tests/Android.bp
index 0179950..f4e3ac5 100644
--- a/vibrator/drv2624/tests/Android.bp
+++ b/vibrator/drv2624/tests/Android.bp
@@ -13,6 +13,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
cc_test {
name: "VibratorHalDrv2624TestSuiteBramble",
defaults: ["VibratorHalDrv2624TestDefaultsBramble"],