summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-05-16 09:07:16 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-05-16 09:07:16 +0000
commit296f11919f05a017fb37f274e202c6cc4b723079 (patch)
tree66df5fcdc1b5f37d3649788c730a37243d40d095
parent0009818e1cb253d2d428135990474c6cbafa857b (diff)
parent09d178f4f3bc33b347b2f8f6b68e8165f7b4edfc (diff)
downloadandroid_system_media-296f11919f05a017fb37f274e202c6cc4b723079.tar.gz
android_system_media-296f11919f05a017fb37f274e202c6cc4b723079.tar.bz2
android_system_media-296f11919f05a017fb37f274e202c6cc4b723079.zip
release-request-319cd093-b0d8-4b32-b6ef-e921d10edf73-for-git_oc-dr1-release-4012016 snap-temp-L54300000064339674
Change-Id: Ifffd352cfb5e2dd64b63bfa4f7099544ab3d281d
-rw-r--r--CleanSpec.mk4
-rw-r--r--alsa_utils/Android.bp1
-rw-r--r--audio_route/Android.bp1
-rw-r--r--audio_utils/Android.bp2
4 files changed, 8 insertions, 0 deletions
diff --git a/CleanSpec.mk b/CleanSpec.mk
index 1096f5d6..7bc9963f 100644
--- a/CleanSpec.mk
+++ b/CleanSpec.mk
@@ -53,6 +53,10 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filter
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioutils_intermediates)
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/filterfw_intermediates)
$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/framework/filterfw.jar)
+$(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib/libalsautils.so)
+$(call add-clean-step, rm -f $(PRODUCT_OUT)/symbols/system/lib64/libalsautils.so)
+$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib/libalsautils.so)
+$(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib64/libalsautils.so)
# ************************************************
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
diff --git a/alsa_utils/Android.bp b/alsa_utils/Android.bp
index 4746af68..247419f4 100644
--- a/alsa_utils/Android.bp
+++ b/alsa_utils/Android.bp
@@ -14,6 +14,7 @@
cc_library_shared {
name: "libalsautils",
+ vendor: true,
srcs: [
"alsa_device_profile.c",
"alsa_device_proxy.c",
diff --git a/audio_route/Android.bp b/audio_route/Android.bp
index a3f19e41..6534e469 100644
--- a/audio_route/Android.bp
+++ b/audio_route/Android.bp
@@ -1,5 +1,6 @@
cc_library_shared {
name: "libaudioroute",
+ vendor_available: true,
srcs: ["audio_route.c"],
shared_libs: [
"liblog",
diff --git a/audio_utils/Android.bp b/audio_utils/Android.bp
index c6999e58..713ae2b4 100644
--- a/audio_utils/Android.bp
+++ b/audio_utils/Android.bp
@@ -14,6 +14,7 @@ cc_defaults {
cc_library {
name: "libaudioutils",
+ vendor_available: true,
host_supported: true,
defaults: ["audio_utils_defaults"],
@@ -57,6 +58,7 @@ cc_library {
cc_library_static {
name: "libaudioutils_fixedfft",
+ vendor_available: true,
defaults: ["audio_utils_defaults"],
arch: {