diff options
Diffstat (limited to 'android/Android.bp')
-rw-r--r-- | android/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android/Android.bp b/android/Android.bp index 849ce70..50adbe8 100644 --- a/android/Android.bp +++ b/android/Android.bp @@ -38,6 +38,8 @@ cc_test { "-Werror", ], srcs: [ + "OldPhoneNumberUtils.cpp", + "OldPhoneNumberUtilsTest.cpp", "PhoneNumberUtils.cpp", "PhoneNumberUtilsTest.cpp", ], |