summarylogtreecommitdiffstats
path: root/android-pkg-config.install
diff options
context:
space:
mode:
Diffstat (limited to 'android-pkg-config.install')
-rw-r--r--android-pkg-config.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/android-pkg-config.install b/android-pkg-config.install
new file mode 100644
index 000000000000..c86c83c6592b
--- /dev/null
+++ b/android-pkg-config.install
@@ -0,0 +1,5 @@
+post_install() {
+ echo "Note that you can use PKG_CONFIG_PATH_CUSTOM to tweak pkg-config path further"
+ echo "See the android-config file itself"
+ echo "for more information"
+}