Snap for 7224597 from 30c5f840c909f15b86cc314ba82fa8495dd53e88 to sdk-release

Change-Id: I58255aa4534919424a330163c2ce98c1dc91bf14
diff --git a/libc/Android.bp b/libc/Android.bp
index 82e7882..98e3594 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -40,6 +40,7 @@
         "__cxa_thread_atexit_impl.cpp",
         "__libc_add_main_thread.cpp",
         "__libc_init_scudo.cpp",
+        "__libc_set_target_sdk_version.cpp",
         "exit.c",
         "malloc_init.cpp",
     ],
diff --git a/libc/__libc_set_target_sdk_version.cpp b/libc/__libc_set_target_sdk_version.cpp
new file mode 100644
index 0000000..2ca07e3
--- /dev/null
+++ b/libc/__libc_set_target_sdk_version.cpp
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) 2021 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+void __libc_set_target_sdk_version(int) {}