commit | 13d6950ef806f86f25490385c95364d886cc3a60 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Thu Nov 01 17:22:33 2012 -0700 |
committer | Ying Wang <wangying@google.com> | Thu Nov 01 17:29:10 2012 -0700 |
tree | 14bfa0509b995f8d19adb3a81083c2781b390f32 | |
parent | 6487fc18896582cb1f0f961b5034134e7dd3d6cb [diff] |
NOTICE file only module To pick up a NOTICE file in LOCAL_PATH and attach it to /system/lib/libfoo.so, use the following syntax: include $(CLEAR_VARS) LOCAL_MODULE_CLASS := NOTICE_FILES LOCAL_INSTALLED_MODULE := $(PRODUCT_OUT)/system/lib/libfoo.so include $(BUILD_NOTICE_FILE) Bug: 7460213 Change-Id: Ie692be72deab37be04d1b578578c131a0885a090