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

Commit 5460cd5d authored by Sundong Ahn's avatar Sundong Ahn
Browse files

Remove api_dir property

The api_dir property is removed, and the api dir path for aidl_interface
is fixed to aidl_api/{module_name}. According to this rule, all api dirs
are moved to aidl_api/{module_name}.

Bug: 113134692
Test: m -j
Change-Id: I87ff4b5840e6bacacd76ead90290df2f15b205d5
Merged-In: I87ff4b5840e6bacacd76ead90290df2f15b205d5
(cherry picked from commit a025738f)
parent c7320aa3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ aidl_interface {
            gen_log: true,
        },
    },
    api_dir: "aidl/dnsresolver",
    versions: [
        "1",
        "2",
Loading