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

Commit 5cb0ad0c authored by Jooyung Han's avatar Jooyung Han
Browse files

Set min_sdk_version

This was done via the hard-coded list in build/soong.

Bug: 158059172
Test: m
Merged-In: I994c20b87ccdcd9b653bd38e0c7e147ba8ebcc06
Change-Id: I994c20b87ccdcd9b653bd38e0c7e147ba8ebcc06
(cherry picked from commit a75b18de787a9e09f4f248270601213f267f21fa)
parent 0eb46176
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,5 +35,6 @@ cc_library_static {
    ],
    export_include_dirs: [
        "include",
    ]
    ],
    min_sdk_version: "30",
}