From 7d144ecd61e7b45cbcec96630b5bcf07c1699b4f Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 23 Mar 2017 23:58:29 -0700 Subject: [PATCH] Add an empty directory so we generate android-26. Without this, we won't copy the android-26 libraries even though we have them because the platforms directory is built based on what directories we have here. It would be better to rewrite gen-platforms.sh to be less awful, but given that the whole script can be deleted when we drop the deprecated headers in r16, there's not much point in doing so. Test: ndk/checkbuild.py && ndk/run_tests.py --filter aaudio Bug: None Change-Id: I3c1861f50c8e779d5489e12887180ef1f2099e4a --- ndk/platforms/android-26/.keep_dir | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 ndk/platforms/android-26/.keep_dir diff --git a/ndk/platforms/android-26/.keep_dir b/ndk/platforms/android-26/.keep_dir new file mode 100644 index 000000000..e69de29bb