summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2013-07-15 20:48:30 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2013-07-15 20:48:30 +0530
commit364bab3f3c2a35385483e5f335a88e0d16f065fc (patch)
tree26c40f22e55f59c2f1363631608f71b85bf5a8d0
parent12188fd3dc96649014c1688567c9ef6b8931625d (diff)
Move to an in-tree androgenizer
This avoids the need to have androgenizer in the path, etc. With this, we just Just add the androgenizer repo to local manifest, and we're done.
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 699d9b3..2f0b9c5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -98,4 +98,4 @@ TARGETS:
@echo $(PA_CONFIGURE_TARGETS)
.PHONY: pulseaudio-aggregate-configure
-pulseaudio-aggregate-configure: $(TARGET_CRTBEGIN_DYNAMIC_O) $(TARGET_CRTEND_O) $(LIB)/libc.so $(PA_CONFIGURE_TARGETS)
+pulseaudio-aggregate-configure: $(TARGET_CRTBEGIN_DYNAMIC_O) $(TARGET_CRTEND_O) $(LIB)/libc.so androgenizer $(PA_CONFIGURE_TARGETS)