aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Hao <hhhao@google.com>2022-01-13 14:28:22 -0800
committerHoward Hao <hhhao@google.com>2022-01-13 14:28:22 -0800
commit1c57725fda809a00d593c1db78202c6122006f74 (patch)
tree1de9c1028dd84495e5f3a3c5741fe917994021b8
parente245ab4e207844c83eb54b530b7ae697a336f2bc (diff)
downloadlua-1c57725fda809a00d593c1db78202c6122006f74.tar.gz
Move ScriptExecutor to framework apex module
The lub library is used by ScriptExecutor. Bug: 205623416 Test: m -j Test: atest ScriptExecutorFunctionalTests:ScriptExecutorFunctionalTest Change-Id: I2b3f7e565684cc3ab14ee15fa28f763752c8ae36
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3c19484..f3d315e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -36,6 +36,7 @@ cc_library_static {
apex_available: [
"//apex_available:platform",
"com.android.extservices",
+ "com.android.car.framework",
],
visibility: [
"//external/libtextclassifier:__subpackages__",