Reviewed By: jberdine Differential Revision: D10517964 fbshipit-source-id: b2bbdef03master
parent
fd3f298156
commit
ecedb27d77
@ -1,5 +1,10 @@
|
||||
# Copyright (c) 2016-present, Facebook, Inc.
|
||||
#
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := hello
|
||||
LOCAL_SRC_FILES := ../hello.c
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
Loading…
Reference in new issue