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

Commit 403fa809 authored by Spandan Das's avatar Spandan Das
Browse files

Drop platform_apis from android_library

This property is a no-op for this module type (it only has an effect on
android_*_app)

Test: aninja -t commands animationlib > cmds # identical before and
after this change
Bug: 215379393

Change-Id: I5cc7e2379457c3a86ff0f40894980f28c8546b5a
parent 48810913
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -35,9 +35,6 @@ android_library {
        "res"
    ],
    kotlincflags: ["-Xjvm-default=all"],
    // This library is meant to access only public APIs
    // do not flip this flag to true
    platform_apis: false
}

android_test {