aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-05-01 05:02:45 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-05-01 05:02:45 +0000
commit7d475834b909b8fba5ddc667c810e1104d3bb492 (patch)
tree61d841dc12f982b1afaf7956176f05df58a9d98c
parentc8aa66b58b9edc432c62765c984edfe33e93eee7 (diff)
parente54f44cd7a2d75818c5d04d64b819fe15e4273e9 (diff)
downloadgoogle-fruit-7d475834b909b8fba5ddc667c810e1104d3bb492.tar.gz
Snap for 7328846 from e54f44cd7a2d75818c5d04d64b819fe15e4273e9 to tm-release
Change-Id: If0f7ba4d50573f750a90c073192ba027a78a4a01
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index aad4a60..444c19c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,8 +40,13 @@ license {
cc_library {
name: "libfruit",
host_supported: true,
+ vendor_available: true,
export_include_dirs: ["include", "configuration/android"],
srcs: ["src/**/*.cpp", ],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}
// TODO: tests written in python+pytest that calls back into compiler. unclear how to best proceed.