Skip to content

Commit

Permalink
[All][community] add for community
Browse files Browse the repository at this point in the history
Change-Id: If146ab7546064fc1c7406e8c1f2d82fafd87a782
  • Loading branch information
desuvinodkumar committed Oct 27, 2017
1 parent dcbbfde commit 59ed000
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions core/Makefile
Expand Up @@ -114,6 +114,7 @@ $(INSTALLED_DEFAULT_PROP_TARGET): $(intermediate_system_build_prop)
$(hide) echo ro.bootimage.build.fingerprint="$(BUILD_FINGERPRINT_FROM_FILE)">>$@
$(hide) build/tools/post_process_props.py $@
ifdef property_overrides_split_enabled
$(hide) mkdir -p $(TARGET_ROOT_OUT)
$(hide) ln -sf system/etc/prop.default $(TARGET_ROOT_OUT)/default.prop
endif

Expand Down
4 changes: 4 additions & 0 deletions core/binary.mk
Expand Up @@ -60,6 +60,10 @@ my_export_c_include_dirs := $(LOCAL_EXPORT_C_INCLUDE_DIRS)
my_export_c_include_deps := $(LOCAL_EXPORT_C_INCLUDE_DEPS)
my_arflags :=

my_cflags += -DVENDOR_EDIT
my_cppflags += -DVENDOR_EDIT
VENDOR_EDIT := true

ifneq (,$(strip $(foreach dir,$(subst $(comma),$(space),$(COVERAGE_PATHS)),$(filter $(dir)%,$(LOCAL_PATH)))))
ifeq (,$(strip $(foreach dir,$(subst $(comma),$(space),$(COVERAGE_EXCLUDE_PATHS)),$(filter $(dir)%,$(LOCAL_PATH)))))
my_native_coverage := true
Expand Down
2 changes: 1 addition & 1 deletion core/build_id.mk
Expand Up @@ -30,4 +30,4 @@
# https://docs.google.com/document/d/17eqVTxMc2do05T6qwt4eASVyxy8u3Cme4u4fVD5q0VM/view#
#

export BUILD_ID=OPR6.170623.013
export BUILD_ID=OPR1.170623.026
2 changes: 1 addition & 1 deletion core/version_defaults.mk
Expand Up @@ -165,7 +165,7 @@ ifndef PLATFORM_SECURITY_PATCH
# It must be of the form "YYYY-MM-DD" on production devices.
# It must match one of the Android Security Patch Level strings of the Public Security Bulletins.
# If there is no $PLATFORM_SECURITY_PATCH set, keep it empty.
PLATFORM_SECURITY_PATCH := 2017-08-05
PLATFORM_SECURITY_PATCH := 2017-09-05
endif

ifndef PLATFORM_BASE_OS
Expand Down
2 changes: 2 additions & 0 deletions envsetup.sh
Expand Up @@ -612,6 +612,8 @@ function lunch()
export TARGET_BUILD_VARIANT=$(get_build_var TARGET_BUILD_VARIANT)
export TARGET_PLATFORM_VERSION=$(get_build_var TARGET_PLATFORM_VERSION)
export TARGET_BUILD_TYPE=release
export SDCLANG_CONFIG="device/qcom/msm8996/sdclang.json"
export SDCLANG_AE_CONFIG="common-noship/etc/sdclang.json"

echo

Expand Down

0 comments on commit 59ed000

Please sign in to comment.