Update gen-blueprints for ndk_library.

Change the module naming scheme from ndk_lib${NAME}.$VERSION to
lib${NAME}.ndk.$VERSION so soong doesn't complain that all shared libs
need to start with "lib". This has the added benefit of making our
libraries look like normal versioned shared libraries, e.g. libc.so.9
instead of ndk_libc.9.

Also, stop generating modules for anthing before Gingerbread.
Those are dead.

Test: make checkbuild
Bug: http://b/27533932
Change-Id: I5f1ade448c49af65ff98decad27786147c0fb04d
1 file changed