Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d52af06 authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Switch TestNetworkStack to release API

Instead of building TestNetworkStack against the in-development SDK,
use the latest released SDK.

This allows TestNetworkStack to build in mainline branches, where the
in-development SDK may not be available.
TestNetworkStack is used for install/rollback testing, so using a
release-like build instead of a development build makes the test more
realistic.

Change-Id: Ia72af6cffe6c34bb93db3147b8ee201b36eb359a
Test: m
Bug: 175609674
parent 0dc6d221
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -284,8 +284,8 @@ genrule {

android_app {
    name: "TestNetworkStack",
    defaults: ["NetworkStackAppDefaults", "NetworkStackDevApiLevel"],
    static_libs: ["NetworkStackApiCurrentLib"],
    defaults: ["NetworkStackAppDefaults", "NetworkStackReleaseApiLevel"],
    static_libs: ["NetworkStackApiStableLib"],
    certificate: "networkstack",
    manifest: ":NetworkStackTestAndroidManifest",
    // The permission configuration *must* be included to ensure security of the device