Merge RQ1A.210205.004 to stage-aosp-master - DO NOT MERGE
Merged-In: Ibf44edb46469964e7acb4588662d64471a26e059
Change-Id: Iea0c6f72ed7a6d2be89039a45cdb2847cb5427ca
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d97975c
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,3 @@
+third_party {
+ license_type: NOTICE
+}
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index f2b15d3..435c88d 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -26,9 +26,6 @@
L_CFLAGS += -Wall -Werror
-# TODO: move off readdir_r upstream, pull fix back (http://b/72326431).
-L_CFLAGS += -Wno-error-deprecated-declarations
-
# Disable unused parameter warnings
L_CFLAGS += -Wno-unused-parameter
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk
index 8631775..6202416 100644
--- a/wpa_supplicant/Android.mk
+++ b/wpa_supplicant/Android.mk
@@ -41,9 +41,6 @@
# Disable sign compare warnings
L_CFLAGS += -Wno-sign-compare
-# TODO: move off readdir_r upstream, pull fix back (http://b/72326431).
-L_CFLAGS += -Wno-error-deprecated-declarations
-
# Disable unused function warnings
L_CFLAGS += -Wno-unused-function