commit | 5cb0ad0cc441a5c93623f1c0085698d5ab866729 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Fri Jun 24 14:56:24 2022 +0900 |
committer | Jooyung Han <jooyung@google.com> | Wed Jun 29 06:42:07 2022 +0900 |
tree | 8ca5dc81502a1ab3ef860200d4a78cb920da2546 | |
parent | 0eb46176d5c90e5ce7eb67d1bebe20f54b8fb362 [diff] [blame] |
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)
diff --git a/cmds/lshal/libprocpartition/Android.bp b/cmds/lshal/libprocpartition/Android.bp index cbfbdc9..af85666 100644 --- a/cmds/lshal/libprocpartition/Android.bp +++ b/cmds/lshal/libprocpartition/Android.bp
@@ -35,5 +35,6 @@ ], export_include_dirs: [ "include", - ] + ], + min_sdk_version: "30", }