summaryrefslogtreecommitdiff
path: root/vibrator
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-12 18:38:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-12 18:38:14 +0000
commit4a4e0cadc4a74660c6c70b44cbecd8e7687a2c2e (patch)
treeb742aff2441605cc7556c2c130920b4f26db2bd2 /vibrator
parentbce34a472c6687f5b9c98d67ff0d28ed56713a41 (diff)
parente36f62cc38e14dd8e33ce76c1e2aa53b9bab3e9b (diff)
downloadbramble-4a4e0cadc4a74660c6c70b44cbecd8e7687a2c2e.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to device/google/bramble am: e36f62cc38
Original change: https://googleplex-android-review.googlesource.com/c/device/google/bramble/+/13844764 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8319494fc899ade67684ee48acaacf8d836b5538
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"],