fix: android/multinetwork.h can't be imported when using libandroid_net

libandroid_net is a subset of libandroid exposing the multinetwork
functionality. Contrary to libandroid which is not available to vendors,
libandroid_net is available to vendors as ll-ndk.

However, the header path for the two libraries are different.

for libandroid:
include <android/multinetwork.h>

for libandroid_net:
include <multinetwork.h>

This is because multinetwork.h is located in
<home_of_libandroid_net>/include directory. Since many vendors are using
<android/multinetwork.h>, we need to have a subdirectory 'android'.

Bug: 63120916
Test: build
Change-Id: I1cbc6e1641edda2013c80f9b16b825f0854776c1
This commit is contained in:
Jiyong Park
2017-06-29 16:53:47 +09:00
parent 3632267105
commit 7a4f741f56
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../../native/include/android/multinetwork.h

View File

@@ -1 +0,0 @@
../../../../native/include/android/multinetwork.h