summaryrefslogtreecommitdiff
path: root/tests/RollbackTest/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/RollbackTest/Android.bp')
-rw-r--r--tests/RollbackTest/Android.bp11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/RollbackTest/Android.bp b/tests/RollbackTest/Android.bp
index efcd86525c43..6e1cef496f40 100644
--- a/tests/RollbackTest/Android.bp
+++ b/tests/RollbackTest/Android.bp
@@ -12,6 +12,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_base_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_base_license"],
+}
+
android_test {
name: "RollbackTest",
manifest: "RollbackTest/AndroidManifest.xml",
@@ -119,4 +128,4 @@ apex {
apps: ["TestAppACrashingV2"],
installable: false,
updatable: false,
-} \ No newline at end of file
+}