summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-03-03 02:05:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-03-03 02:05:56 +0000
commitc088a0e28e808b369ee5d9ce612af227030922e5 (patch)
tree9b3ba8a586948e0c2a4626b81a2aebfa73858dcc
parentfc98cf1fec204af162a3d1f1118ba37f0360d0ce (diff)
parentad7e5bf4083532644becfa37c8f3a467d6db8384 (diff)
downloadex-c088a0e28e808b369ee5d9ce612af227030922e5.tar.gz
Snap for 7180829 from ad7e5bf4083532644becfa37c8f3a467d6db8384 to sc-release
Change-Id: I5688bf6dcbe26b10ecb98074826d8d3140d53c8d
-rw-r--r--camera2/extensions/sample/Android.bp4
-rw-r--r--camera2/extensions/stub/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/camera2/extensions/sample/Android.bp b/camera2/extensions/sample/Android.bp
index f2f73167..20607f5c 100644
--- a/camera2/extensions/sample/Android.bp
+++ b/camera2/extensions/sample/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library {
name: "androidx.camera.extensions.impl",
installable: true,
diff --git a/camera2/extensions/stub/Android.bp b/camera2/extensions/stub/Android.bp
index 57752593..7ebfdea6 100644
--- a/camera2/extensions/stub/Android.bp
+++ b/camera2/extensions/stub/Android.bp
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
java_library {
name: "androidx.camera.extensions.stub",
installable: true,