diff options
| author | Diego Wilson <diegowilson@google.com> | 2017-02-25 17:47:49 -0800 |
|---|---|---|
| committer | Diego Wilson <diegowilson@google.com> | 2017-02-25 17:47:49 -0800 |
| commit | 76ad13a80ad592177c8bf931a43f9b62f8ea690e (patch) | |
| tree | 7ba84a722c369a93741767974b8074e0561322cd | |
| parent | d7b0093f85841c5b8377d7c65c49bbc64e1dd888 (diff) | |
| download | android_hardware_qcom_bootctrl-76ad13a80ad592177c8bf931a43f9b62f8ea690e.tar.gz android_hardware_qcom_bootctrl-76ad13a80ad592177c8bf931a43f9b62f8ea690e.tar.bz2 android_hardware_qcom_bootctrl-76ad13a80ad592177c8bf931a43f9b62f8ea690e.zip | |
Move device dependent module to /vendor
Test: lunch marlin; make vendorimage;
fastboot -w flash vendor vendor.img # on marlin
Change-Id: Ic6eb85680e6219b9813910c459f1c3c5fc48914e
| -rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ LOCAL_SHARED_LIBRARIES += liblog libgptutils libcutils LOCAL_SRC_FILES := boot_control.cpp LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_MODULE := bootctrl.$(TARGET_BOARD_PLATFORM) +LOCAL_MODULE_OWNER := qcom +LOCAL_PROPRIETARY_MODULE := true include $(BUILD_SHARED_LIBRARY) # Static library for the target. Used by update_engine_sideload from recovery. |
