[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/DevCamera am: 7293d37ce4 am: 4f2ea8a5a6

Original change: https://android-review.googlesource.com/c/platform/packages/apps/DevCamera/+/1587894

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I2e26c54a948b1b5e06304804fc0da2f561c14470
diff --git a/Android.bp b/Android.bp
index 08ce88c..592d598 100644
--- a/Android.bp
+++ b/Android.bp
@@ -11,6 +11,10 @@
 // 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: ["Android-Apache-2.0"],
+}
+
 android_app {
     name: "DevCamera",
     sdk_version: "current",