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

Commit 0d6ce63e authored by Remi NGUYEN VAN's avatar Remi NGUYEN VAN
Browse files

Add include for connectivity parcelables

Framework API parcelables are moved to f/b/packages/Connectivity, so an
additional include is necessary so they can be referenced when building
the AIDL interface.

Bug: 171540887
Test: m
Change-Id: I9ebe47a4e3fb6738e951bf1e5996a202f08f55cf
parent 2676dea8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -65,7 +65,10 @@ aidl_interface {
    name: "networkstack-aidl-interfaces",
    local_include_dir: "src",
    include_dirs: [
        "frameworks/base/core/java", // For framework parcelables.
        // For framework parcelables.
        "frameworks/base/core/java",
        // For API parcelables in connectivity
        "frameworks/base/packages/Connectivity/framework/src",
        "frameworks/native/aidl/binder", // For PersistableBundle.aidl
    ],
    srcs: [