Loading packages/NetworkStack/Android.bp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -18,6 +18,7 @@ // system server on devices that run the stack there // system server on devices that run the stack there java_library { java_library { name: "NetworkStackLib", name: "NetworkStackLib", sdk_version: "system_current", installable: true, installable: true, srcs: [ srcs: [ "src/**/*.java", "src/**/*.java", Loading @@ -33,7 +34,7 @@ java_library { // Updatable network stack packaged as an application // Updatable network stack packaged as an application android_app { android_app { name: "NetworkStack", name: "NetworkStack", platform_apis: true, sdk_version: "system_current", certificate: "platform", certificate: "platform", privileged: true, privileged: true, static_libs: [ static_libs: [ Loading Loading
packages/NetworkStack/Android.bp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -18,6 +18,7 @@ // system server on devices that run the stack there // system server on devices that run the stack there java_library { java_library { name: "NetworkStackLib", name: "NetworkStackLib", sdk_version: "system_current", installable: true, installable: true, srcs: [ srcs: [ "src/**/*.java", "src/**/*.java", Loading @@ -33,7 +34,7 @@ java_library { // Updatable network stack packaged as an application // Updatable network stack packaged as an application android_app { android_app { name: "NetworkStack", name: "NetworkStack", platform_apis: true, sdk_version: "system_current", certificate: "platform", certificate: "platform", privileged: true, privileged: true, static_libs: [ static_libs: [ Loading