summaryrefslogtreecommitdiff
path: root/storage/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-10 16:05:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-10 16:05:46 +0000
commitb43ebdfa1baeca142807fdfd52efe3615deca8aa (patch)
treedbcb8cc4cc34f3dbb2a858552f3a337d550581ed /storage/Android.bp
parentc6796e0d865c0aff0fc0c34a7048704428b82dc5 (diff)
parent544960691a3a4b70e3d2ad69487ff8b3fd4dd251 (diff)
downloadgs201-b43ebdfa1baeca142807fdfd52efe3615deca8aa.tar.gz
Snap for 10103804 from 544960691a3a4b70e3d2ad69487ff8b3fd4dd251 to mainline-tzdata5-release
Change-Id: Iaf35868cccb192963ac95fb3fca8e34164b4e3d8
Diffstat (limited to 'storage/Android.bp')
-rw-r--r--storage/Android.bp27
1 files changed, 27 insertions, 0 deletions
diff --git a/storage/Android.bp b/storage/Android.bp
new file mode 100644
index 0000000..90a919b
--- /dev/null
+++ b/storage/Android.bp
@@ -0,0 +1,27 @@
+//
+// Copyright (C) 2017 The Android Open Source Project
+//
+// 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.
+
+package {
+ default_applicable_licenses: [
+ "//device/google/gs201:device_google_gs201_license",
+ ],
+}
+
+sh_binary {
+ name: "ufs_firmware_update.sh",
+ src: "ufs_firmware_update.sh",
+ init_rc: ["storage.gs201.rc"],
+ vendor: true,
+}