commit | fe58d1e2e6abadd9c6b9fe75b3c9fe111ecaf5ff | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Mar 08 17:54:45 2018 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Mar 08 17:54:45 2018 +0900 |
tree | 72536fa5edf54a75db1eb8a92698c3249c28f56c | |
parent | ac8342d48f8a9b7604c012a8f50e762c714ed6ee [diff] |
Fix link-type warning on GLDual An sdk app GLDual uses a native:platform library libgldualjni, which causes a link-type warning. Actually libutils is the only platform library used by libgldualjni, and the warning can be eliminated by rewriting code not to use libutils and setting LOCAL_SDK_VERSION. Bug: 73907534 Test: mma -j does not show any link-type warnings Change-Id: I2a4f4bb0ac8002cb7ab5c60f8ba74728eca92f22