Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. export BUILD_ID=PPR1.180604.001 export BUILD_ID=PPR1.180605.001 core/version_defaults.mk +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,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 := 2018-06-05 PLATFORM_SECURITY_PATCH := 2018-07-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP Loading target/board/generic/device.mk +0 −5 Original line number Diff line number Diff line Loading @@ -17,12 +17,7 @@ # This is a build configuration for the product aspects that # are specific to the emulator. PRODUCT_PROPERTY_OVERRIDES := \ ro.ril.hsxpa=1 \ ro.ril.gprsclass=10 PRODUCT_COPY_FILES := \ device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ device/generic/goldfish/camera/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ Loading target/board/generic/sepolicy/goldfish_setup.te +2 −1 Original line number Diff line number Diff line Loading @@ -25,10 +25,11 @@ allow goldfish_setup varrun_file:file { mounton getattr create read write open u allow goldfish_setup execns_exec:file rx_file_perms; allow goldfish_setup proc_net:file rw_file_perms; allow goldfish_setup proc:file r_file_perms; set_prop(goldfish_setup, ctl_default_prop); allow goldfish_setup nsfs:file r_file_perms; allow goldfish_setup system_data_file:dir getattr; allow goldfish_setup kernel:system module_request; set_prop(goldfish_setup, qemu_prop); get_prop(goldfish_setup, net_share_prop); # Allow goldfish_setup to run /system/bin/ip and /system/bin/iw allow goldfish_setup system_file:file execute_no_trans; # Allow goldfish_setup to run init.wifi.sh Loading target/board/generic/sepolicy/property.te +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ type qemu_prop, property_type; type qemu_cmdline, property_type; type radio_noril_prop, property_type; type net_eth0_prop, property_type; type net_share_prop, property_type; Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -18,4 +18,4 @@ # (like "CRB01"). It must be a single word, and is # capitalized by convention. export BUILD_ID=PPR1.180604.001 export BUILD_ID=PPR1.180605.001
core/version_defaults.mk +1 −1 Original line number Diff line number Diff line Loading @@ -231,7 +231,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 := 2018-06-05 PLATFORM_SECURITY_PATCH := 2018-07-05 endif ifndef PLATFORM_SECURITY_PATCH_TIMESTAMP Loading
target/board/generic/device.mk +0 −5 Original line number Diff line number Diff line Loading @@ -17,12 +17,7 @@ # This is a build configuration for the product aspects that # are specific to the emulator. PRODUCT_PROPERTY_OVERRIDES := \ ro.ril.hsxpa=1 \ ro.ril.gprsclass=10 PRODUCT_COPY_FILES := \ device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml \ device/generic/goldfish/camera/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \ Loading
target/board/generic/sepolicy/goldfish_setup.te +2 −1 Original line number Diff line number Diff line Loading @@ -25,10 +25,11 @@ allow goldfish_setup varrun_file:file { mounton getattr create read write open u allow goldfish_setup execns_exec:file rx_file_perms; allow goldfish_setup proc_net:file rw_file_perms; allow goldfish_setup proc:file r_file_perms; set_prop(goldfish_setup, ctl_default_prop); allow goldfish_setup nsfs:file r_file_perms; allow goldfish_setup system_data_file:dir getattr; allow goldfish_setup kernel:system module_request; set_prop(goldfish_setup, qemu_prop); get_prop(goldfish_setup, net_share_prop); # Allow goldfish_setup to run /system/bin/ip and /system/bin/iw allow goldfish_setup system_file:file execute_no_trans; # Allow goldfish_setup to run init.wifi.sh Loading
target/board/generic/sepolicy/property.te +1 −0 Original line number Diff line number Diff line Loading @@ -2,3 +2,4 @@ type qemu_prop, property_type; type qemu_cmdline, property_type; type radio_noril_prop, property_type; type net_eth0_prop, property_type; type net_share_prop, property_type;