Merge "Add min_sdk_version:R to updatable apexes"

This commit is contained in:
Jooyung Han
2020-04-25 04:41:44 +00:00
committed by Gerrit Code Review

View File

@@ -17,6 +17,7 @@
apex { apex {
name: "com.android.tethering", name: "com.android.tethering",
updatable: true, updatable: true,
min_sdk_version: "R",
java_libs: ["framework-tethering"], java_libs: ["framework-tethering"],
apps: ["Tethering"], apps: ["Tethering"],
manifest: "manifest.json", manifest: "manifest.json",