diff options
-rw-r--r-- | Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,6 +18,7 @@ // system server on devices that run the stack there java_library { name: "NetworkStackLib", + sdk_version: "system_current", installable: true, srcs: [ "src/**/*.java", @@ -33,7 +34,7 @@ java_library { // Updatable network stack packaged as an application android_app { name: "NetworkStack", - platform_apis: true, + sdk_version: "system_current", certificate: "platform", privileged: true, static_libs: [ |