am fbea2209: Merge "Remove uses of libcxx.mk."

* commit 'fbea2209c0b8037fe3234a994d52339c741ef74a':
  Remove uses of libcxx.mk.
diff --git a/keystore/Android.mk b/keystore/Android.mk
index eb9dd87..3480123 100644
--- a/keystore/Android.mk
+++ b/keystore/Android.mk
@@ -71,7 +71,6 @@
 ifeq ($(USE_32_BIT_KEYSTORE), true)
 LOCAL_MULTILIB := 32
 endif
-include external/libcxx/libcxx.mk
 LOCAL_CFLAGS := -Wall -Wextra -Werror
 LOCAL_SRC_FILES := auth_token_table.cpp
 LOCAL_MODULE := libkeystore_test
diff --git a/keystore/tests/Android.mk b/keystore/tests/Android.mk
index 6374896..be8c426 100644
--- a/keystore/tests/Android.mk
+++ b/keystore/tests/Android.mk
@@ -21,7 +21,6 @@
 ifeq ($(USE_32_BIT_KEYSTORE), true)
 LOCAL_MULTILIB := 32
 endif
-include external/libcxx/libcxx.mk
 LOCAL_CFLAGS := -Wall -Wextra -Werror
 LOCAL_SRC_FILES := auth_token_table_test.cpp
 LOCAL_MODULE := auth_token_table_test