commit | 1e88f980a85056165312331746862dc48186bc54 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Dec 02 13:44:06 2019 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Dec 19 00:21:38 2019 +0000 |
tree | 0cbeeaf951d6bd637a46f4f51faf80587f3ecc2b | |
parent | c9af14e93f6a2691bf8231752d8d7c3e41b14c76 [diff] |
Use apex_available property Use apex_available property to prevent modules that are only for the ART apex from being used outside of the APEX. This change also fixes the reference to $(TARGET_OUT_SHARED_LIBRARIES)/$(lib).so to $(lib).com.android.art.debug phony module since the former is never installed to the system partition due to their 'apex_available' settings. Bug: 128708192 Bug: 133140750 Test: m Change-Id: I990e0a67e066d9b1dc221748422a2f44449258da