summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 18:18:38 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 18:18:38 +0000
commit4b046ce028cac0acd2280fe863f8c2f3e1783d9a (patch)
treebc524e8095bede9b190b597926f2a04209e871f7
parente9850af1278e499e427d08dbf40244f3622bd6db (diff)
parent1c95dda413c9e027ec2c81eaabd612abe527494f (diff)
downloadbitmap-4b046ce028cac0acd2280fe863f8c2f3e1783d9a.tar.gz
Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/bitmap/+/1588962 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2d9d97036e9d4af9c6340c4894ea0f11d78af50f
-rw-r--r--Android.bp4
-rw-r--r--sample/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5822199..69a6d8d 100644
--- a/Android.bp
+++ b/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"],
+}
+
android_library {
name: "android-opt-bitmap",
sdk_version: "18",
diff --git a/sample/Android.bp b/sample/Android.bp
index 89ce889..caecdcf 100644
--- a/sample/Android.bp
+++ b/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"],
+}
+
android_app {
name: "bitmapcache-sample",
static_libs: ["android-opt-bitmap"],